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

Category: JBossCMP
Group: v3.0 Rabbit Hole
Status: Open
Resolution: None
Priority: 5
Submitted By: Julien Viet (cooperfbi)
Assigned to: Nobody/Anonymous (nobody)
Summary: cmr coll can be used out scope of a tx

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: 
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=573244&group_id=22866


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

Reply via email to