Top "Java-ee-6" questions

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

JSF2.0 - Composite component with optional method expression

I'm implementing a composite component and I found a issue which I didn't find a solution. I specified its attributes …

jsf-2 java-ee-6 composite-component
Java EE 6 embedded glassfish embedded derby EJB unit test

questing is about javaee6 with embedded glassfish and embedded derby jndi lookup for data source at the time of deployment …

jndi java-ee-6 glassfish-3 derby glassfish-embedded
Can @Resource be used to inject primitives in EJB3.0?

Using Glassfish, I can setup a string jndi entry: JNDI name: "com/xyzcompany/echo/EchoServiceBean/viewName" Factory Class: org.glassfish.…

java glassfish ejb-3.0 java-ee-6 ejb-3.1
Any open source java library which can parse an EDI file in both ANSI x12 and UN/EDIFACT standards?

Is there any open source java library which can parse an EDI file in both ANSI X12 and UN/EDIFACT …

java jakarta-ee java-ee-6 java-ee-5 edi
@ApplicationScoped CDI bean and @PersistenceContext - is this safe?

Is it safe to do something like this with CDI? @Named @ApplicationScoped public class DAO { @PersistenceContext private EntityManager entityManager; } I …

jakarta-ee jpa java-ee-6 cdi
Java EE 6: Switching to CDI - Best resources

I have a small yet complete Java EE 6 application at hand. The traditional annotations are being used: @Resource, @EJB, @Singleton, @…

dependency-injection jakarta-ee java-ee-6 cdi
Jetty 8 + EJB 3.1 + JTA + CDI + JPA 2 stack?

Can anyone tell me if it is currently possible to "glue together" a partial Java EE 6 Web Profile over Jetty? …

java jetty java-ee-6 ejb-3.1 openejb
CDI Injection of an EJB leads to NullPointerException

I am new to Java EE 6 and CDI. I have read a couple of tutorials and the weld documentation. However …

java java-ee-6 glassfish-3 cdi ejb-3.1
How to implement authentication mechanism in Java EE 6

I'm trying to learn Java EE 6 and i'm just wondering how to implement authentication mechanism in Java EE 6. Here is …

java security authentication jakarta-ee java-ee-6
Startup bean not called

I created a Java Web Application Project in NetBeans, and created a startup bean in it: package malibu.util; import …

jakarta-ee ejb java-ee-6 ejb-3.1