Bugs item #843675, was opened at 2003-11-17 13:03 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=843675&group_id=22866
Category: JBossCMP Group: v3.2 Status: Open Resolution: None Priority: 5 Submitted By: Julien Dubois (roullian) Assigned to: Nobody/Anonymous (nobody) Summary: Distributed Cache Invalidation Issue Initial Comment: Hi, There's a bug in org.jboss.cache.invalidation.InvalidationsTxGrouper in JBoss 3.2.1. I've got a NPE on line 76, the same as this post in the JBoss forum : http://www.jboss.org/thread.jsp?forum=64&thread=37584&message=3796141#3796141 The problem comes from the "tx" object, which is null. I have a method which has its transaction option as "NotSupported". After removing this option (the default is "Supported" according to the XDoclet doco), the problem disappeared. So I think that as this method is "NotSupported", no transaction is created, hence giving us a null tx object in the InvalidationTxGrouper object. HTH, Julien Dubois. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=843675&group_id=22866 ------------------------------------------------------- This SF. Net email is sponsored by: GoToMyPC GoToMyPC is the fast, easy and secure way to access your computer from any Web browser or wireless device. Click here to Try it Free! https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=mm/g22lp.tmpl _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
