hi all,

just for your information: pathExpressions are NOT yet extent aware.

ie:
if querying for ProductGroup having Articles named "A%"
(allArticlesInGroup.articleName) the extent classes are not part of the
query.

this is true for ordinary queries and also for report queries.
the problem is even worse when the path expression points to an abstract
class having no tables, then you'll get a NullPointerException in the sql.

imo the soulution to this problem is not simple because it needs additional
joins modificatons of the where-statement.
any ideas ???

jakob



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to