Bugs item #490187, was opened at 2001-12-07 04:16
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=490187&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: ejbSelect problem

Initial Comment:
2 beans A and B

B is tied to A with a 1-n relation :
.A ownes several instance of B
.B ownes an instance of A

there is an ejbSelect in A that should return
instances of B that are in relation with an instance 
of A :

ejbSelectSomeBeans(A a) -> SELECT OBJECT(b) FROM B AS 
b WHERE b.a = ?1

problem : ejbSelect return instances of local A 
instead of local B.

I have included a complete test case.

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

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

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

Reply via email to