GlassFish is an open source, production-ready, Java EE-compatible application server.
I'm triying to consume a Local EJB in the same Glassfish, but different ears. But Glassfish can't found the local …
java jakarta-ee ejb ejb-3.0 glassfish-3I can't get javax.jms.ConnectionFactory injected into my standalone JMS client. I get a java.lang.NullPointerException at connectionFactory.…
jms java-ee-6 glassfish-3 message-driven-beanI try to save the result of a login process for statistics to the database asynchronously to save time during …
jakarta-ee asynchronous ejb-3.0 glassfish-3 ejb-3.1I have an EJB A that invokes EJB B. The UI should not wait for more than 30 seconds for a …
jakarta-ee timeout glassfish-3 ejb-3.1I am new to EJB, and was trying "Hello World" type of EJB Java program. Here is my EJB: package …
java jakarta-ee ejb ejb-3.0 glassfish-3I have glassfish v3 on windows 7 installed, but it won't start on 8080. I get typical dead page when I go …
windows glassfish-3I'm reasonably new to Java EE, so this might be stupid.. bear with me pls :D I would like to …
glassfish cdi java-ee-6 ejb-3.1 glassfish-3How do I specify the path to a file in a web application? I have a folder named 'templates' under …
web-applications glassfish application-server glassfish-3 web-containerI'm creating a JSF application in NetBeans7.1 using GlassFish3.1.1, when I make changes to a managed bean or any other .…
java jakarta-ee jsf-2 glassfish-3 netbeans-7.1I am trying to deploy an ear that contains an EJB jar. The jar only contains one MDB class: package …
jakarta-ee deployment glassfish-3 message-driven-bean