glassfish
Testing EJB with embedded container. How can I log in?
I\'m trying to test my EJBs with the embedded container. container = EJBContainer.createEJBContainer();[详细]
2023-04-10 12:01 分类:问答Webservice calling EJB creates SSL exception
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[详细]
2023-04-10 11:43 分类:问答Which JAR contains AppservPasswordLoginModule in GlassFish 3.1
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[详细]
2023-04-10 11:12 分类:问答Unable to add installed Glassfish 3.1 to Netbeans 7.0
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[详细]
2023-04-10 09:38 分类:问答Setting correct time settings on Liferay
The time on my Liferay install is incorrect. Where do I go to change 开发者_如何学运维the time settings?[详细]
2023-04-10 02:46 分类:问答glassfish in eclipse doesn't seem to see my JDK
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[详细]
2023-04-10 01:58 分类:问答Deploying Jenkins within Glassfish throw Exception
I\'m trying to deploy Jenkins 1.432 to GlassFish Server Open Source Edition 3.1.1 (build 12), running in Ubuntu 10.04.[详细]
2023-04-10 00:55 分类:问答cxf NullPointerException while deploying on glassfish
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:[详细]
2023-04-09 23:10 分类:问答declarative authorization in Java EE
is there any declarative way in Java EE to restrict method calls based on both the caller and the target entity?[详细]
2023-04-09 22:34 分类:问答How do I fix a Thread Leak in a JSF application?
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[详细]
2023-04-09 19:35 分类:问答