GlassFish 2 is a Java application server which was released on 17 September 2007.

learn more… | top users | synonyms

0
votes
0answers
19 views
+50

EJB dependencies not found during Glassfish startup

I've deployed an EJB module to Glassfish 2.1 and declared a library, which is located in the lib/applibs dir, as its dependencies. That works during deployment of the EJB module. The classes from ...