This tag is used for question related to the session bean and message-driven bean component types of the EJB 3.0 programming model.
I'm getting a warning in the Server log "firstResult/maxResults specified with collection fetch; applying in memory!". However everything working …
java hibernate jpa jpql ejb-3.0I have a EJB defined as this: package com.foo; @Stateless (mappedName="HelloWorld") public class HelloWorldBean implements HelloWorld, HelloWorldLocal .... When …
java ejb-3.0 weblogic weblogic-10.x stateless-session-beanI've been having problems trying to call an EJB's method from a Java Application Client. Here is the code. EJB …
java glassfish ejb-3.0 jndi glassfish-3overview : This my first tutorial by Websphere 7 Server & JPA 1.0 & EJB & Derby Database. First : My data source name …
jpa jakarta-ee ejb-3.0 websphere-7I used EJB3/JPA when persisting my entities and I am happy on how it is able to manage my …
java ejb-3.0 jpa-2.0I have a method in EJB Bean @Override public void checkReqPermission(List<String> req, MyContext context) throws AccessControlException, …
java security jboss7.x ejb-3.0 invocationWhich one is better among following(EJB 3 JPA) //Query a). getEntityManager().createQuery("select o from User o"); //Named Query where …
java ejb-3.0Starting a new project using EJB 3 / JPA, mainly stateless session beans and batch jobs. I've used JUnit in the past …
java unit-testing jpa jakarta-ee ejb-3.0I am sending html and images with javamail but for some reason I don't see the images as part of …
java html jakarta-ee ejb-3.0 jakarta-mail