Top "Java-ee-6" questions

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

EJB Stateless Session Bean - could not create error

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-bean
JPA Criteria query Path.get left join is it possible

I 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-api
What is Weld, JSR-299?

I'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-weld
Analyzing thread dump of a java process

I have Java EE based application running on tomcat and I am seeing that all of a sudden the application …

java java-ee-6 thread-dump
Can the EJB 3.1 @Schedule be configured outside of the application code?

How can I configure a schedule intervals: @Schedule(persistent=true, minute="*", second="*/5", hour="*") outside of the application code? How can …

java java-ee-6 ejb-3.1 schedule
Why does CMT commit on exit of EJB method, when transaction attribute is "Required"?

I 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.1
Adding custom context information to EJB method calls

I 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-6
Differences between Java EE 6 CDI Implementations

I'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-weld
Faces Navigation not really working in JSF2

I'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
Java EE 6 and alternatives

I am a Java SE developer but I have rich web-background (PHP, Perl/CGI and so on) and now I …

java spring struts java-ee-6