Hi,

I have a strange problem with my application. It occures with version 2.2.2,
2.4.0 and 2.4.1.

The failure occures when a nonreentrant-call to my bean "ProgrammePoint"
occures:

[ProgrammePoint] TRANSACTION ROLLBACK EXCEPTION:removing bean lock and it
has tx set!; nested exception is:
        java.lang.IllegalStateException: removing bean lock and it has tx set!
[ProgrammePoint] java.lang.IllegalStateException: removing bean lock and it
has tx set!
[ProgrammePoint]        at
org.jboss.ejb.plugins.lock.QueuedPessimisticEJBLock.removeRef(QueuedPessimis
ticEJBLock.java:447)
[ProgrammePoint]        at
org.jboss.ejb.BeanLockManager.removeLockRef(BeanLockManager.java:79)
[ProgrammePoint]        at
org.jboss.ejb.plugins.EntityLockInterceptor.invoke(EntityLockInterceptor.jav
a:153)
[ProgrammePoint]        at
org.jboss.ejb.plugins.TxInterceptorCMT.invokeNext(TxInterceptorCMT.java:133)
[ProgrammePoint]        at
org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.
java:307)
[ProgrammePoint]        at
org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:99)
[ProgrammePoint]        at
org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:12
8)
[ProgrammePoint]        at
org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:195)
[ProgrammePoint]        at
org.jboss.ejb.EntityContainer.invoke(EntityContainer.java:427)
[ProgrammePoint]        at
org.jboss.ejb.plugins.jrmp.server.JRMPContainerInvoker.invoke(JRMPContainerI
nvoker.java:483)
[ProgrammePoint]        at
org.jboss.ejb.plugins.jrmp.interfaces.GenericProxy.invokeContainer(GenericPr
oxy.java:335)
[ProgrammePoint]        at
org.jboss.ejb.plugins.jrmp.interfaces.EntityProxy.invoke(EntityProxy.java:13
3)
[ProgrammePoint]        at $Proxy237.getSmallData(Unknown Source)
[ProgrammePoint]        at
com.lambdalogic.messeinfo.participant.ejb.ProgrammeOfferingBean.getSmallData
(ProgrammeOfferingBean.java:542)
...

Can anybody tell me what this exception means?

The only thing what is different to other calls in my system is that this is
a
cmp -> cmp -> bmp -> bmp
                 crash
call.

Alexander Sparkowsky
LambdaLogic Informationssysteme GmbH, Berlin, Germany
Tel: +49-30-2936385-0, Fax: +49-30-2936385-9
E-Mail: [EMAIL PROTECTED]


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

Reply via email to