Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ejb

Return a list of objects when using JAX-RS

java jakarta-ee ejb jax-rs

Transactions don't rollback

java ejb jboss7.x rollback

Asynchronous execution in Java EE

How to define a test datasource for an embedded EJB container

GlassFish 4.1 startup warnings: javax.ejb.PostActivate & javax.ejb.PrePassivate not found

Why is there a WELD-001408 even when the BeanManager knows the EJB

How do I build and deploy a Remote EJB with Maven?

java maven ejb jboss7.x

Consuming local EJB, in the same Container but different ears

EJB warning: WELD-000411: ... Consider restricting events using @WithAnnotations or a generic type with bounds

java servlets ejb glassfish-4

Load spring context in an EJB based application

Why do we have to manually flush() the EntityManager in a extended PersistenceContext?

java jpa persistence ejb flush

EJB: Using EntityManager in PostConstruct method

java ejb entitymanager

How to get notification about EJB deployment (to set up a timer)?

java ejb-3.0 ejb

How to run a Scheduled Method in a Cluster for one Node and for All?

Returning an entity via remote EJB results in - java.lang.NullPointerException at com.sun.corba.ee.impl.orbutil.ClassInfoCache$ClassInfo.<init>

jakarta-ee glassfish ejb corba

JAX-RS and EJB exception handling

@EJB in @ViewScoped @ManagedBean causes java.io.NotSerializableException

Is it bad design to make your business(service) layer dependant on a user session?

java architecture ejb