Report bugs at sourceforge:
http://sourceforge.net/tracker/?group_id=22866&atid=376685

----- Original Message -----
From: "Todd Huss" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, September 18, 2001 5:16 PM
Subject: [JBoss-dev] RequiresNew Locking Bug in JBoss 2.4.1


> I just upgraded from JBoss 2.4.0 to JBoss 2.4.1 and noticed some of the
> locking code has changed. I have an entity bean with all methods having
> the transaction attribute set to "RequiresNew" and works great under JBoss
> 2.4.0. As soon as I upgraded to 2.4.1 though, I started getting race
> condition errors in this particular entity bean.
>
> In 2.4.1, RequiresNew methods are currently allowing simultaneous method
> calls on the same bean where one of the calls should block until the other
> one completes (and it does in 2.4.0). I was able to reproduce the race
> condition and then downgrade to 2.4.0 and everything worked great again
> with one of the method calls blocking as expected, then upgrading back to
> 2.4.1 one more time showed the race condition again.
>
> Lastly, is there a bugzilla or something similar for JBoss where I can
> submit bug reports, or is this the best place to do it?
>
> Thanks,
> Todd
>
>
>
>
> _______________________________________________
> Jboss-development mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-development
>


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

Reply via email to