Bugs item #425847, was updated on 2001-05-21 01:43
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=425847&group_id=22866

Category: JBossServer
Group: v2.2.1 (stable)
Status: Open
Resolution: None
Priority: 5
Submitted By: Tim McCune (javajedi)
Assigned to: Nobody/Anonymous (nobody)
Summary: Stateful session bean problem

Initial Comment:
When trying to call a method on a stateful session 
bean, I sometimes get the following exception:

TRANSACTION ROLLBACK EXCEPTION:Application Error: 
tried to enter
Stateful bean with different transaction context; 
nested exception is:
java.rmi.RemoteException: Application Error: tried to 
enter Stateful bean with different transaction context
java.rmi.RemoteException: Application Error: tried to 
enter Stateful bean with different transaction context
at 
org.jboss.ejb.plugins.StatefulSessionInstanceIntercepto
r.invoke(StatefulSessionInstanceInterceptor.java:172)
at org.jboss.ejb.plugins.TxInterceptorCMT.invokeNext
(TxInterceptorCMT.java:133)
at 
org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransacti
ons(TxInterceptorCMT.java:263)
at org.jboss.ejb.plugins.TxInterceptorCMT.invoke
(TxInterceptorCMT.java:99)
at org.jboss.ejb.plugins.LogInterceptor.invoke
(LogInterceptor.java:195)
at org.jboss.ejb.StatefulSessionContainer.invoke
(StatefulSessionContainer.java:326)
at 
org.jboss.ejb.plugins.jrmp.server.JRMPContainerInvoker.
invoke(JRMPContainerInvoker.java:392)
at java.lang.reflect.Method.invoke(Native Method)
at sun.rmi.server.UnicastServerRef.dispatch
(UnicastServerRef.java:241)
at sun.rmi.transport.Transport$1.run
(Transport.java:142)
at java.security.AccessController.doPrivileged(Native 
Method)
at sun.rmi.transport.Transport.serviceCall
(Transport.java:139)
at sun.rmi.transport.tcp.TCPTransport.handleMessages
(TCPTransport.java:443)
at 
sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.ru
n(TCPTransport.java:643)
at java.lang.Thread.run(Thread.java:484)

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=425847&group_id=22866

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

Reply via email to