I have an application that works fine in both weblogic 5.1 and
gemstone j2ee application servers.
I'm porting the app to use jonas 2.2.4, but I am getting an error in
jonas only.
I am get the following stack trace:
addSynchronization: bad status = COMMITTED
getICtx IT: registerSynchronization:
java.lang.IllegalStateException: addSynchronization:
Bad status
at
org.objectweb.jonas_tm.SubCoordinator.addSynchronization(SubCoordinator.java:357)
at
org.objectweb.jonas_tm.TransactionImpl.registerSynchronization(TransactionImpl.java:340)
at
org.objectweb.jonas_ejb.container.ContextSwitch.getICtx(ContextSwitch.java:171)
at
org.objectweb.jonas_ejb.container.JBeanEntity.getNewContext(JBeanEntity.java:196)
at
com.sctcorp.mercury.clients.JOnASclientWakeupHome.create(JOnASclientWakeupHome.java:106)
at
com.sctcorp.mercury.clients.JOnASclientWakeupHome_Skel.dispatch(JOnASclientWakeupHome_Skel.java:48)
at
sun.rmi.server.UnicastServerRef.oldDispatch(UnicastServerRef.java:319)
at
sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:187)
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.run(TCPTransport.java:643)
at java.lang.Thread.run(Thread.java:484)
I tried looking at the jonas source to see what was going on, but I
don't understand the context switching and transaction management
stuff that is going on. Has anyone else seen this type of error
before?
----
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonas-users".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".