hi, we have a problem when using pathExpressions pointing to an abstract class.
ie: Person has 1:n Accounts (abstract) with concrete subclasses SavingsAccount and CheckingAccount. in the repository a relationship named "accounts" is defined from Person to the abstract Account if we use the pathExpression "accounts.balance" in a query the resulting join sql will have 'null' as table for the Account and a NullPointerException will occur. jakob -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
