I am getting the following exception when attempting to perform an ejbStore().
The exception occurs when I execute my update query. All looks fine with the
SQL, and there is no exception thrown from my code. It is something in jBoss.

jim

[ProjectSessionBean] javax.ejb.EJBException
[ProjectSessionBean]    at
org.jboss.ejb.plugins.BMPPersistenceManager.storeEntity(BMPPersistenceManager.ja
va:352)
[ProjectSessionBean]    at
org.jboss.ejb.plugins.EntitySynchronizationInterceptor$InstanceSynchronization.b
eforeCompletion(EntitySynchronizationInterceptor.java:342)
[ProjectSessionBean]    at
org.jboss.tm.TxCapsule.doBeforeCompletion(TxCapsule.java:1220)
[ProjectSessionBean]    at org.jboss.tm.TxCapsule.commit(TxCapsule.java:322)
[ProjectSessionBean]    at
org.jboss.tm.TransactionImpl.commit(TransactionImpl.java:76)
[ProjectSessionBean]    at
org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java
:318)
[ProjectSessionBean]    at
org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:99)
[ProjectSessionBean]    at
org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:190)
[ProjectSessionBean]    at
org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:195)
[ProjectSessionBean]    at
org.jboss.ejb.StatelessSessionContainer.invoke(StatelessSessionContainer.java:27
1)
[ProjectSessionBean]    at
org.jboss.ejb.plugins.jrmp.server.JRMPContainerInvoker.invoke(JRMPContainerInvok
er.java:392)
[ProjectSessionBean]    at java.lang.reflect.Method.invoke(Native Method)
[ProjectSessionBean]    at
sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:241)
[ProjectSessionBean]    at sun.rmi.transport.Transport$1.run(Transport.java:142)
[ProjectSessionBean]    at java.security.AccessController.doPrivileged(Native
Method)
[ProjectSessionBean]    at
sun.rmi.transport.Transport.serviceCall(Transport.java:139)
[ProjectSessionBean]    at
sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:443)
[ProjectSessionBean]    at
sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:643)
[ProjectSessionBean]    at java.lang.Thread.run(Thread.java:484)


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to