Use this tag for questions relating specifically to Java Enterprise Edition 6.
Let me start by pointing out that while I've been using Java SE for a while now this is my …
ejb java-ee-6 glassfish-3 stateless-session-beanI have a question regarding JPA criteria. Here is my JPA criteria query: CriteriaBuilder criteriaBuilder = getEm().getCriteriaBuilder(); CriteriaQuery<InventoryItemSumReport&…
jpa-2.0 java-ee-6 criteria-apiI've found lots of tutorials showing Weld code samples, but not an introductory overview. Could you please suggest an introductory …
jakarta-ee java-ee-6 cdi jboss-weldI have Java EE based application running on tomcat and I am seeing that all of a sudden the application …
java java-ee-6 thread-dumpI am consistently finding that my already-existing transaction is getting committed inside any method of an EJB marked @ejb.transaction …
jakarta-ee transactions ejb java-ee-6 ejb-3.1I want to pass authentication information to EJB stateless session beans when calling their methods from a Java web application (…
security authentication jakarta-ee ejb-3.0 java-ee-6I've looked at JBoss' Weld Reference Implementation of JSR-299 Contexts and Dependency Injection, and I wanted to know how others …
jakarta-ee java-ee-6 resin cdi jboss-weldI'm using JSF 2.0 this is my faces-config.xml <?xml version="1.0" encoding="UTF-8"?> <!-- This file is not …
jsf-2 navigation java-ee-6 faces-config