Bugs item #530084, was opened at 2002-03-14 17:03
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=530084&group_id=22866

Category: JBossCMP
Group: v3.0 Rabbit Hole
>Status: Closed
>Resolution: Out of Date
Priority: 5
Submitted By: Dave Smith (rimmeraj)
Assigned to: Dain Sundstrom (dsundstrom)
Summary: 1 to many uni-directional relationships

Initial Comment:
When try to add a 1 to many relationship in a stateless
session bean method I get the following stack trace.

the skeleton of the code is 

Object a has many object b.
In method addA

create a
populate a
create localB
populate localB
Collection c = a.getB()
c.add(localB)



----------------------------------------------------------------------

>Comment By: Dain Sundstrom (dsundstrom)
Date: 2002-04-12 16:43

Message:
Logged In: YES 
user_id=251431

Since, there has been no response. I'll assume this has 
been fixed.

----------------------------------------------------------------------

Comment By: Dain Sundstrom (dsundstrom)
Date: 2002-04-09 16:43

Message:
Logged In: YES 
user_id=251431

I think I fixed the problem identified in the stack trace, 
but the problem you have documented here does not create 
the exception for me.

I am marking this as fixed/ pending. If it is not fixed add 
test case.  If I don't hear that I haven't fixed this by 
friday, I'll close this.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=530084&group_id=22866

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

Reply via email to