Internal Website Search

41-50 of 74 resultsRefresh

How to Use a SF with extended Persistence Context?

) JBAS014134: EJB Invocation failed on component GuestUpdater for method public void guest.GuestUpdater.updateGuest(java.lang.String): javax.ejb.EJBException: java.lang.IllegalStateException: JBAS011048 ... : javax.ejb.EJBException: java.lang.IllegalStateException: JBAS011048: Failed to construct component

Visibility of changes in Transaction is not visible to a JPA QL Query

is that everything is structured into separate projects ( an EAR, The EJBs, the EJB interfaces, the JPA ... .xml is located where it is used in the EJB project ( this was the only way I could get things

Glassfish 3.1.2.1 and ObjectDB 2.4.3

names for EJB GuestDao: [java:global/Guestbook-objectdb/GuestDao, java:global/Guestbook-objectdb ... :Portable JNDI names for EJB GuestDao: [java:global/Guestbook-objectdb/GuestDao, java:global/Guestbook ... [] INFO: HV000001: Hibernate Validator 4.3.0.Final INFO: EJB5181:Portable JNDI names for EJB GuestDao

@OneToMany(fetch = FetchType.LAZY) list is always null

Hello. @OneToMany(fetch = FetchType.LAZY) doesn't work when using EJB or ... entityManager; @EJB private Manager manager; private List<Parent> parents ... ; @EJB private Manager manager; private List<Parent> parents; @PostConstruct

Problem to use find method on an abstract Class: AbstractMethodError is thrown

: EJB Invocation failed on component Tester for method public entities.LogicalObject services.Tester.test(java.lang.String): javax.ejb.EJBException: Unexpected Error at org.jboss.as.ejb3.tx ... () for servlet PaltzefomatServlet threw exception: javax.ejb.EJBException: Unexpected Error at org.jboss.as

Guestbook EE ear app please

server. 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 ... > Unfortunately we cannot cover the entire Java EE. Particularly calling EJB from a remote client is not

WebSphere Liberty Configuration

: java.lang.Throwable: javax.ejb.EJBException: CWNEN0030E: The server was unable to obtain an object ... ) at [internal classes] Caused by: javax.ejb.EJBException: CWNEN0030E: The server was unable to obtain

Bug with unique constraint exception not resulting in transaction roll back

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

PersistenceException UserException: Failed to validate persistence.xml

.java:603) at java.lang.Thread.run(Thread.java:722) Caused by: javax.el.ELException: javax.ejb ... (ContextAwareTagMethodExpression.java:96) ... 30 more Caused by: javax.ejb.EJBException: The bean

Explorer bug ? Objects seem to be missing from database in Class view, but are present as references

exception: Caused by: javax.ejb.EJBException: Attempt to persist ... ; at com.greensoft.ejb.RequestBean.createBlock(RequestBean.java:90)