I create an Enterprise Application CustomerApp that also generated two projects CustomerApp-ejb and CustomerApp-war. In the CustomerApp-ejb, I create a SessionBean call CustomerSessionBean.java as bel
I have deployed a war-file, with actionclasses and a facade, and a jar-file with ejb-components (a stateless bean, a couple of entities and a persistence.xml) on glassfish3. My problem is that i cant
I\'ve got a strange exception with my EJB3.1 application, a ZipException is thrown during the application deployment:
I\'ve got an app that is trying to use @EJB annotation to inject remote references to EJBs in my ejb.jar file.I\'m getting inconsistent results.In one case, I have a listener in web.xml that gets call
Each time I try to deploy my server side code, the build fails. If I try to restart my machine, the build is successful but fails later when I try to build the subsequent times. I get the following Se
Scenario: I have some @Statefull bean for user session (not an HTTP session, it is web services session). And I need to manage user\'s session per user.
There is good tutorial Basic Authentication withJAX-WS But it describe deployment description for web based application (war). Is it passable describe in ejb jar deployment description ?
Scenario: I have @Singleton UserFactory (@Stateless could be) , its method createSession() generating @Stateful UserSession bean by manual lookup.
I am migrating a JSF 1.1 application to Java EE 6 Web profile, and doing it in steps.I am in the process of moving from JSP with JSF 1.1 to Facelets under JSF 1.2 using the jsf-facelets.jar for JSF 1.
I have Netbeans IDE version 6.8, and Glassfish version 3. My glassfish listener is set to port 81, but when I try to run the simplest web开发者_开发问答 application via the Netbenas IDE it tries to ru