This tag is used for question related to the session bean and message-driven bean component types of the EJB 3.0 programming model.
In standard EJB 3, when injecting entity manager, persistence unit (which refers to datasource) is hardcoded into annotation: (or alternatively xml …
jpa persistence ejb-3.0 entitymanagerI have a business interface being implemented by two EJBs. UserManagementService @Remote public interface UserManagementService { // ... } UserManagementServiceJpaImpl @Stateless(name="userManagementServiceJpaImpl") public …
ejb-3.0 glassfish-3I have following configuration OS Sparc 11 OCSG 5.1 Environment : Cluster (Admin+MS), (MS) Weblogic : 11g Problem: I have deployed existing running …
java ejb-3.0 weblogic11gI understood that Local interface is designed for clients in the same container's JVM instance and remote interface is designed …
java jvm ejb-3.0I am an inexperienced Java developer trying to wrap my head around some fundamental middleware/SOA concepts and technologies, specifically: …
java jms ejb-3.0 soa message-queueI am reading the EJB 3 in Action book and I have the following question : Is the POJO's you write and …
java jakarta-ee jpa ejb-3.0I'm trying to implements an EJB3 stateless with a remote and local interfaces the problem is the local one is …
java jakarta-ee ejb-3.0 jndi stateless-session-beanI want to ask for your prefered way to test Java EE code? I found only three project, that are …
java unit-testing junit ejb-3.0 java-ee-5