Use this tag for questions relating specifically to Java Enterprise Edition 6.
I have a simple JSF2 app using Facelets. My web.xml is set as follows:- <servlet-mapping> <…
jsf-2 java-ee-6I have @Stateless bean which implements two interfaces (remote and local). I have also added @LocalBean anotation for accessing bean …
dependency-injection java-ee-6 cdi entitymanager stateless-session-beanI have a Java project and internally it is dependent on asm jar. Strangely, I don't even know why my …
java maven-2 java-ee-6 java-bytecode-asmI'm trying to force JPA/Hibernate to generate and use only lowercase tablenames. I've implemented a NamingStrategy like this: public …
java hibernate jpa java-ee-6 glassfish-3I'm currently creating an EJB3 Data Access Class to handle all database operations in my Java EE 6-application. Now, since …
java jakarta-ee ejb java-ee-6 ejb-3.1I'm trying to use Arquillian for some unit tests, however I can't find why they fail when deployed using Maven. …
java unit-testing java-ee-6 ejb-3.1 jboss-arquillianI've encountered a rather odd case in Java EE 6 where using the JPA EntityManager's find method along with an entity's …
hibernate jakarta-ee jpa-2.0 java-ee-6 criteria-apiI'm a little confused about which to use in the following situation: Suppose the servlet creates an Application that handles …
jakarta-ee java-ee-6 cdi jboss-weldI have existing web-app which I want to convert into web.xml-less of servlet's 3.0. I've managed to make it working, …
java tomcat7 java-ee-6 servlet-3.0