Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ejb-3.1

Inject a stateless EJB with @Inject into CDI Weld ManagedBean (JSF 1.2 EJB Application on jboss 6 AS)

EJB3.1 System Exceptions vs javax.ejb.EJBException

Jetty 8 + EJB 3.1 + JTA + CDI + JPA 2 stack?

Call Methods Asynchronous in EJB

Unit Testing EJB 3.1

Invoking remote ejb in a 2-node wildfly cluster

WildFly: How to test EJB using embedded container?

EJB 3.1. Is @Local annotation needed?

glassfish-3 ejb-3.1

@MessageDriven transactions and redelivery semantics

Fixing "Could not resolve a persistence unit..." errors when PU is specified, found

jpa glassfish jpa-2.0 ejb-3.1

EJB 3.1 application deployed as WAR-only: What about ejb-jar.xml?

Difference between MDB and JMS

jakarta-ee ejb jms ejb-3.1

Passing state between EJB methods / @RequestScoped and @Stateless

ejb java-ee-6 cdi ejb-3.1

Disable Infinispan Clustering in Wildfly 10.1

CDI Injection of an EJB leads to NullPointerException

Inject EJB into Eclipselink SessionCustomizer to provide Oracle schema name

Cannot run arquillian tests

EJB 3.1 container managed concurrency vs. synchronized

java concurrency ejb-3.1

How should be EJB Stateless Session Bean correctly injected into the web module?

Java EE 6 Injection Into Abstract Class