I\'m trying to test my EJBs with the embedded container. container = EJBContainer.createEJBContainer();
I have a JAX-WS webservice which makes calls to a remote EJB on the same server. Everything runs on Glassfish 3.1.1, and the apps are deployed EARs – one for the webservice, another for the EJB. This
I want to develop a custom 开发者_开发知识库realm for GlassFish 3.1 in NetBeans 7.0.1, and I want to import the JAR that contains the class com.sun.appserv.security.AppservPasswordLoginModule to the p
I recently migrated to Netbeans 7.0(with glassfish 3.1) from 6.9(with glassfish 3.0). After that glassfish server ran just for the first time and whenI restarted netbeans, since then,it doesnt show gl
The time on my Liferay install is incorrect. Where do I go to change 开发者_如何学运维the time settings?
I am trying to get glassfish working in eclipse, and running into the JRE vs JDK error: GlassFish v3 requir开发者_JAVA技巧es a JDK 1.6 and not a JRE. Please add/select the
I\'m trying to deploy Jenkins 1.432 to GlassFish Server Open Source Edition 3.1.1 (build 12), running in Ubuntu 10.04.
I\'m trying to deploy war on glassfish3 and i get exception: SEVERE|glassfish3.1.1|org.apache.catalina.core.ContainerBase|_ThreadID=10;_ThreadName=Thread-2;|ContainerBase.addChild: start:
is there any declarative way in Java EE to restrict method calls based on both the caller and the target entity?
I have an ApplicationScoped 开发者_运维技巧bean that fires up a separate Thread to do some background work.The Thread has a method for cleanly terminating it called terminate().If not terminated via t