I\'m facing with very weird problem in NetBeans IDE 6.9.1 and GlassFish 3. Just after installing NetBeans over windows Seven with 64 bits JDK and without creating any project I start GlassFish server
ENTITY CLASS : public class MyUser implements Serializable { private static final long serialVersionUID = 1L;
I have centos installed on myserver and for development i have installed NetBeans IDE 6.9.1. Now as glassfish 3 was not pres开发者_如何学Goent on my server i tried to download it from netbeans itself
When request not exists jsf-page (for example blabla.jsf) I have a problem in Glassfish 3.1: the server response error 500:
I am using Glassfish V3 which comes with netbeans only , as there are few servers running on my pc , i have changed the port from 8080 to 8787 of glassfish v3 by altering domain.xml
I have an app using JSF 2, JPA 2 and EJB 3.1 running on GlassFish v3 (so it uses EclipseLink 2). This application has two JPA entities, Person and Message and each Message has a reference for two Pers
I m trying to deploy a web application using netbeans to glassfish 3.01 but i m not able 开发者_JS百科to do so
I am using glassfish 3.1 (build开发者_如何学C 43). When I deploy an application either through the admin console or using the asadmin deploy command, glassfish server stops and I get an error \"Remote
I am currently developing a webservice using jax-ws based on an EJB behind a nginx ssl offloader and a haproxy for the load balancing like :
Strange thing: when I deploy the web application into GF 3.1 through the autodeploy directory, I recieve the following error. The deployment through the admin console works ok with the same war!