 3 | :Portable JNDI names for EJB GuestDao: [java:global/Guestbook-objectdb/GuestDao, java:global ... AM'
INFO: EJB5181:Portable JNDI names for EJB GuestDao: [java:global/Guestbook-objectdb/GuestDao ... Validator 4.3.0.Final
INFO: EJB5181:Portable JNDI names for EJB GuestDao: [java:global/Guestbook |
 3 | (http://www.java.net/forum/topic/glassfish/glassfish/cant-return-entity-ejbs-remote-ejb ... a request to load the ObjectDB module. Build 2.4.3 fixes the problem of accessing ObjectDB from a stateless EJB in JBoss AS 7.1.1. smik webel n0mad |
 3 | . However, I would like to call the ejb from a remote client. I have tried various ways in creating different projects for ejb, web and client, with and without an ear, and bump into queer problems. Of course I ... the entire Java EE. Particularly calling EJB from a remote client is not related directly to ObjectDB |
 3 | :32,388 ERROR [org.jboss.ejb3.invocation] (http-localhost-127.0.0.1-8080-1) JBAS014134: EJB Invocation ... .String): javax.ejb.EJBException: java.lang.IllegalStateException: JBAS011048: Failed to construct ... GuestServlet threw exception: javax.ejb.EJBException: java.lang.IllegalStateException: JBAS011048: Failed |
 3 | ] (http-localhost-127.0.0.1-8080-1) JBAS014134: EJB Invocation failed on component Tester for method public entities.LogicalObject services.Tester.test(java.lang.String): javax.ejb.EJBException ... -localhost-127.0.0.1-8080-1) Servlet.service() for servlet PaltzefomatServlet threw exception: javax.ejb |
 3 | Hello. @OneToMany(fetch = FetchType.LAZY) doesn't work when using EJB or something else related ... ")
private EntityManager entityManager;
@EJB
private Manager manager;
private ... ")
private EntityManager entityManager;
@EJB
private Manager manager;
private List |
 3 | . The only complexity is that everything is structured into separate projects ( an EAR, The EJBs, the EJB ... , and the persistence.xml is located where it is used in the EJB project ( this was the only way I |
 2 | : javax.ejb.EJBException: Attempt to persist a reference to a non managed com.greensoft.entity.Block instance
at com.greensoft.ejb.RequestBean.createBlock(RequestBean.java:90)
at sun |
 2 | :722)
Caused by: javax.el.ELException: javax.ejb.EJBException: The bean encountered a non ... more
Caused by: javax.ejb.EJBException: The bean encountered a non-application exception; nested |
 2 | I'm using ObjectDB 2.5.6_02 and running into a bug with a JDO @Unique constraint. I'm using JPA in general. I have an EJB persisting two entities with @TransactionAttribute(TransactionAttributeType.REQUIRES_NEW) declared on the EJB method. The two entities have the same value for the field |