Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ejb-3.1

Stateless EJB not injected in message driven bean (MDB)

Proper use of instance variables in a stateless EJB timer

Is it possible to use @WebService, @Stateless and @Singleton altogether in one EJB 3 bean?

RabbitMQ-based message driven bean in GlassFish

ejb jms rabbitmq ejb-3.1

javax.persistence.PersistenceException: Invalid persistence.xml

RestEasy @EJB returning null

Does ejb stateless class has to be public?

How to resolve - JBAS014516: Failed to acquire a permit within 5 MINUTES

EJB3 Remote vs Webservices, performances?

If EJB exposed @Remote interface, but you inject the EJB bean instead of its Remote interface, will this trigger a remote or local invocation?

jsf jakarta-ee ejb ejb-3.1

Can @ApplicationException's inheritance be overridden in EJB 3.1?

java ejb-3.1

EJB Interceptors vs CDI Interceptors

java java-ee-6 cdi ejb-3.1

Unresolved <ejb-link>

When CDI injection into POJO should work? (GlassFish v3)

java glassfish ejb cdi ejb-3.1

How to inject one EJB 3.1 into another EJB

Inject Spring beans into EJB3