Use this tag for questions relating specifically to Java Enterprise Edition 6.
I was wondering if Weblogic 11g already supports JavaEE 6. As I didn't find anything about it in google, I thought …
jakarta-ee java-ee-6 weblogic11gI want a Java JEE6 project built with maven, and I want it standard So, I put this in my …
java maven jboss dependencies java-ee-6I'm writing a question here because I haven't been able to find the solution myself for months. My situation: I …
java ldap glassfish-3 java-ee-6 jaasI'm using Java EE 6 & Jboss AS7.1 and try to use interceptor binding (Example from jboss site). I have an …
java ejb java-ee-6 interceptorI am planning to use EJBContext to pass some properties around from the application tier (specifically, a message-driven bean) to …
java jakarta-ee java-ee-6 ejb-3.1Is constructor injection supported in GlassFish 3.1's implementation of CDI for managed beans? I have a @Singleton EJB into which …
dependency-injection glassfish java-ee-6 cdi constructor-injectionIs an EntityManager @Inject[ed] as follows in muliple classes threadsafe? @PersistenceContext(unitName="blah") private EntityManager em; This question and …
java java-ee-6 cdiI'm unable to deploy my project after migrating it from Java EE 6 to Java EE 7. I already have CDI enabled (…
jakarta-ee java-ee-6 cdi glassfish-4 java-ee-7I am trying to persist the entity with constraint validation, when invoke persist - there is constraint that thrown and …
java java-ee-6 jpa-2.0 ejb-3.1 bean-validationI use Arquillian to test an stateless session bean that has an explicit local and remote interface. But in the …
java testing jakarta-ee java-ee-6 jboss-arquillian