[JBoss-dev] [ jboss-Bugs-573244 ] cmr coll accessed out scope of a tx throws wrong exception

2002-06-26 Thread noreply

Bugs item #573244, was opened at 2002-06-24 13:30
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=573244group_id=22866

Category: JBossCMP
Group: v3.0 Rabbit Hole
Status: Closed
Resolution: Fixed
Priority: 5
Submitted By: Julien Viet (cooperfbi)
Assigned to: Dain Sundstrom (dsundstrom)
Summary: cmr coll accessed out scope of a tx throws wrong exception

Initial Comment:
with the following code

method()
{
Collection c = somebean.getAttributes();
c.add(...);
}

where method declares Never as tx attribute

c.add throws a NullPointerException instead
of an IllegalStateException as specified by
section 10.3.8 of the EJB spec.


--

Comment By: Dain Sundstrom (dsundstrom)
Date: 2002-06-26 12:01

Message:
Logged In: YES 
user_id=251431

Man was this simple bug a pain to fix.  The fix has been
committed to Branch_3_0 and HEAD.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=573244group_id=22866


---
This sf.net email is sponsored by: Jabber Inc.
Don't miss the IM event of the season | Special offer for OSDN members! 
JabberConf 2002, Aug. 20-22, Keystone, CO http://www.jabberconf.com/osdn
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] [ jboss-Bugs-573244 ] cmr coll accessed out scope of a tx throws wrong exception

2002-06-24 Thread noreply

Bugs item #573244, was opened at 2002-06-24 13:30
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=573244group_id=22866

Category: JBossCMP
Group: v3.0 Rabbit Hole
Status: Open
Resolution: Accepted
Priority: 5
Submitted By: Julien Viet (cooperfbi)
Assigned to: Dain Sundstrom (dsundstrom)
Summary: cmr coll accessed out scope of a tx throws wrong exception

Initial Comment:
with the following code

method()
{
Collection c = somebean.getAttributes();
c.add(...);
}

where method declares Never as tx attribute

c.add throws a NullPointerException instead
of an IllegalStateException as specified by
section 10.3.8 of the EJB spec.


--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=573244group_id=22866


---
Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development