Coolio. I'll leave my query commented out and work on something else.

Thanks,
huner

> From: Dain Sundstrom <[EMAIL PROTECTED]>
> Date: Tue, 27 Nov 2001 18:24:02 -0600
> To: "'Hunter Hillegas'" <[EMAIL PROTECTED]>, JBoss 2
> <[EMAIL PROTECTED]>
> Subject: RE: [JBoss-user] EJB QL Help
> 
> No, I'm in the middle of a major reorganization of the code? Maybe later
> tonight.
> 
> -dain
> 
>> -----Original Message-----
>> From: Hunter Hillegas [mailto:[EMAIL PROTECTED]]
>> Sent: Tuesday, November 27, 2001 5:37 PM
>> To: Dain Sundstrom; JBoss 2
>> Subject: Re: [JBoss-user] EJB QL Help
>> 
>> 
>> Has this bugfix made it in to HEAD yet?
>> 
>>> From: Dain Sundstrom <[EMAIL PROTECTED]>
>>> Date: Mon, 26 Nov 2001 00:35:52 -0600
>>> To: "'Hunter Hillegas'" <[EMAIL PROTECTED]>, JBoss 2
>>> <[EMAIL PROTECTED]>
>>> Subject: RE: [JBoss-user] EJB QL Help
>>> 
>>> This is a bug in the EJB-QL parser. I was making a check
>> against only the
>>> known abstract schemas and not the known collection valued
>> identifiers.
>>> 
>>> -dain
>>> 
>>>> -----Original Message-----
>>>> From: Hunter Hillegas [mailto:[EMAIL PROTECTED]]
>>>> Sent: Sunday, November 25, 2001 5:09 PM
>>>> To: JBoss 2
>>>> Subject: [JBoss-user] EJB QL Help
>>>> 
>>>> 
>>>> I am having trouble with an EJBQL query... I'm sure I'm
>> making a dumb
>>>> mistake but my brain is fried and I can't see it.
>>>> 
>>>> Here's the query:
>>>> 
>>>> SELECT OBJECT(p) FROM ProductGroup as c, IN(c.products) AS p
>>>> WHERE c.name =
>>>> ?1
>>>> 
>>>> The point is to find all products from the productgroup
>> named in the
>>>> parameter.
>>>> 
>>>> I get this upon deployment:
>>>> 
>>>> Path element with identifier is not an instance of AbstractSchema:
>>>> identifier=p, pathElement=[CMRField: name=products]
>>>> 
>>>> ?????
>>>> 
>>>> Thanks,
>>>> Hunter
>>>> 
>>>> 
>>>> _______________________________________________
>>>> JBoss-user mailing list
>>>> [EMAIL PROTECTED]
>>>> https://lists.sourceforge.net/lists/listinfo/jboss-user
>>>> 
>>> 
>>> _______________________________________________
>>> JBoss-user mailing list
>>> [EMAIL PROTECTED]
>>> https://lists.sourceforge.net/lists/listinfo/jboss-user
>> 
>> 
>> _______________________________________________
>> JBoss-user mailing list
>> [EMAIL PROTECTED]
>> https://lists.sourceforge.net/lists/listinfo/jboss-user
>> 


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

Reply via email to