Use this tag for questions relating specifically to Java Enterprise Edition 6.
Is it possible to inject a request-scoped CDI bean into a Stateless session bean? I had asked a related question …
jakarta-ee java-ee-6 cdi ejb-3.1 stateless-session-beanI have a JavaEE6 application, consisting of Web stuff and EJBs and which is deployed as WAR-only (using EJB3.1). The …
java jakarta-ee java-ee-6 ejb-3.1I'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-3I have a document template where some fields are static and others are dynamic. I need to replace some data (…
ms-word apache-poi java-ee-6 .docJust a simple question since I cannot find the correct url on the Jboss AS 7 started guide. When I'm creating …
maven jboss java-ee-6 maven-archetypeI want to create a Producer that makes it possible to inject a java.util.ResourceBundle into any class in …
jakarta-ee java-ee-6 cdi jboss-weldWe have a timer that triggers a job and do some import / export processing. But on commit we open encounter …
transactions java-ee-6 entitymanager timer-jobsBy default, Glassfish v3 doesn't set the httpOnly flag on session cookies (when created as usual with request.getSession()). I …
java servlets jakarta-ee glassfish java-ee-6How will the transaction started in callSessionBean2() behave in the following scenario? Is it suspended? What happens if an exception …
transactions java-ee-6 session-bean