Change Notes item #486789, was opened at 2001-11-28 18:05 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=381174&aid=486789&group_id=22866
Category: JBossCMP Group: v3.0 (Rabbit Hole) Status: Open Priority: 5 Submitted By: Dain Sundstrom (dsundstrom) Assigned to: Dain Sundstrom (dsundstrom) Summary: Fixed parsing of OBJECT(x) in EJB-QL Initial Comment: The OBJECT function of an EJB-QL statement was only allowing range variable indentifiers and not collection member identification variable. This means that the following EJB-QL is allow, as required by the spec: SELECT OBJECT(l) FROM Order o, IN(o.lineItems) l ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=381174&aid=486789&group_id=22866 _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
