Top "Ejb-3.0" questions

This tag is used for question related to the session bean and message-driven bean component types of the EJB 3.0 programming model.

What is the EJB 3.0 version of method ejbCreate

I would like to migrate some old EJB 2.1 code to EJB 3.0, but there is some handling of configuration errors in …

java jakarta-ee ejb-3.0 ejb-2.x
Dynamic parameters for @Schedule method in an EJB 3.x

I'm new to the @Schedule annotations in J2EE6 I want to run a job using EJB 3.x with Glassfish 3.1. …

java timer ejb-3.0 schedule
How to limit the number of MDB instances listening to a Jboss JMS queue

I'm having a problem with the following setup: A Java application send email msg to a JMS queue, then an …

jboss jms ejb-3.0 message-driven-bean jboss-4.2.x
Can we use ejb-jar.xml instead of annotations for MessageDrivenBean(MDB) in EJB 3.0?

I've configured the message destination type, name etc using @ActivationConfigProperty in EJB 3.0 but I wanted to configure the MDB using …

ejb ejb-3.0 jboss6.x message-driven-bean
@Cache annotation usage error

I added the following annotation to enable cache to one of my EJB3 entities, to test caching with ehCache, where …

hibernate caching ejb-3.0 ehcache java-ee-5
Injecting a static EJB, nonsense?

I want to write this piece of code : @Stateless public class MyEjb { @EJB private static MyOtherEjbWhichIWantStatic myOtherEjb; } It makes sense …

java static dependency-injection annotations ejb-3.0
JPA composite primary key with null value

I have a table containing customer data in an oracle database. Here is a simplified definition: CUSTOMER (CUSTOMER_ID NUMBER …

java jpa eclipselink jpa-2.0 ejb-3.0
Read Environment Variables in persistence.xml file

I want to read environment variables inside persistence.xml file. Idea is that i don't want my database details to …

java jakarta-ee spring-mvc persistence ejb-3.0
jboss can't deploy enterprise application project

I created an Enterprise application project with eclipse with 3 separated project: Test, TestEJB and TestWeb, I created Person.java, IPerson.…

jpa-2.0 ejb-3.0 jboss7.x myeclipse
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