Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ejb-3.0

Glassfish, EJB3, SOAP web service and basic authentication

EJB dependency injection of remote service fails on Glassfish

EJB Glassfish v3.1.2 client passed data to session bean is always null

EJB 3 + JPA2 = Deserialized Object with null fields

two nested EJB Beans - only the first get an entiy manager injected

java jpa ejb-3.0

Register stored procedure out parameters using javax.persistence.EntityManager

java persistence ejb-3.0

Difference between Seam Component.getInstance() and JNDI context lookup

java ejb-3.0 seam jndi

JSP cant find bean Class using "" modifiers

Testing EJB 3.1 applications with Embedded containers

Bean not getting injected in EJB 3.1, only this bean has this behaviour

Jboss Error-Cannot process metadata

EJB Transaction attribute overriding in method-level

java transactions ejb-3.0

What is the best way to handle a ConstraintViolationException with EJB3 and entitymanager in an SLSB

hibernate jpa jboss ejb-3.0

EJB 2.0 VS EJB 3.0

How to Cascade Update in JPA

java jsf jpa glassfish ejb-3.0

Entity manager @Enumerated(EnumType.STRING) - how can I make it use toString()?

Design Generic CRUD Session Bean

EJB3.1 Remote invocation - is it distributed automatically? is it expensive?