Internal Website Search

31-40 of 74 resultsRefresh

NoSuchFieldError: __odbTracker on NetBeans 7.3 + JBoss 7.1.1

(City.java:39) ejb.PersonBean.create(PersonBean.java:32) sun.reflect.NativeMethodAccessorImpl ... .invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:374) org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:127) org.jboss.as.weld.ejb

JBOSS AS7 7.1.1 - Entity not persisted and createNamedQuery fire exception

follows: package guest; import java.util.List; import javax.ejb ... .NamedQueries; import javax.ejb.TransactionAttribute; import javax.ejb.TransactionAttributeType; import javax.ejb.TransactionManagement; import javax.ejb.TransactionManagementType

Error 363 - Failed to read value of inverse relationship

> at com.sun.ejb.containers.BaseContainer.completeNewTx(BaseContainer.java:5115) at com.sun.ejb.containers.BaseContainer.postInvokeTx(BaseContainer.java:4880) at com.sun.ejb.containers.BaseContainer.postInvoke(BaseContainer.java:2039) at com.sun.ejb.containers.BaseContainer.postInvoke

Intermittent: "Attempt to reuse an existing primary key value" when persisting a new instance

(JavaEETransactionManagerSimplified.java:857) at com.sun.ejb.containers.BaseContainer.completeNewTx(BaseContainer.java:5115) at com.sun.ejb.containers.BaseContainer.postInvokeTx(BaseContainer.java:4880) at com.sun.ejb.containers.BaseContainer.postInvoke(BaseContainer.java:2039

Verify Error with Java 1.7

) at org.glassfish.ejb.security.application.EJBSecurityManager.convertEJBMethodPermissions(EJBSecurityManager.java:550) at org.glassfish.ejb.security.application.EJBSecurityManager.loadPolicyConfiguration(EJBSecurityManager.java:256) at org.glassfish.ejb.security.application.EJBSecurityManager

Pessimistic Lock Timeouts setting

' until the lock is released. Is this possible? I realise setting a shared lock in the EJB ... of an exchange market. The program creates one processor bean with an injected stateful EJB which holds ... to retrieve my stock object by a JPA EJB. However, after retrieval, once the control was returned

Double persist of Entity field with Cascade.ALL

> 2. The enterprise application (Book_dberror) which contains the EJB module (Book_dberror-ejb) 3. A Java Class Library (Book_dberror_Libsand Objectdb.jar to Book_dberror_ejb. In

ObjectDB within a resource adapter module and Java EE Connector Architecture

components of) an EJB Module after the pattern of the classic EAR File structure as illustrated in ... for separating at least the name of the final database file from an EJB module that leverages ... leverage the same EJBs, which in turn leverage the persistence.xml, which is automatically used via:

Possible cause for "Enhancement of type ... is old and cannot be used"

="stacktrace"> Caused by: javax.ejb.CreateException: Initialization failed for Singleton ReflectionHelper at com.sun.ejb.containers.AbstractSingletonContainer.createSingletonEJB(AbstractSingletonContainer.java:476) at com.sun.ejb.containers.AbstractSingletonContainer.access$000

GlassFish 3.1.2.2/JBoss 7.1.1

-ejbs-remote-ejb). May be you have some ideas?  When we just try JBoss 7.1.1 ... . Build 2.4.3 fixes the problem of accessing ObjectDB from a stateless EJB in JBoss AS 7.1.1. support Support