Top "Java-ee-6" questions

Use this tag for questions relating specifically to Java Enterprise Edition 6.

Weblogic 11g and JavaEE 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 weblogic11g
Maven: javaee-api vs jboss-javaee-6.0

I 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-6
JAAS configuration and LDAP login module in JavaEE 6

I'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 jaas
Interceptor method not called with interceptor binding

I'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 interceptor
Using EJBContext getContextData - is this safe?

I 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.1
GlassFish, CDI and constructor injection

Is 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-injection
Java CDI @PersistenceContext and thread safety

Is an EntityManager @Inject[ed] as follows in muliple classes threadsafe? @PersistenceContext(unitName="blah") private EntityManager em; This question and …

java java-ee-6 cdi
WELD-001408 Unsatisfied dependencies for type [Validator]

I'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-7
Why session bean method throw EjbTransactionRolledbackException when RuntimeException was thrown

I 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-validation
Explicite Local EJB not injected with Arquillian

I 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