Conrad I've been having the exact same problem, how did you end up solving it? The two scenarios I've had problems with:
Concrete Class A
Concrete Class B extends A, has its table with the extended parameters
Impossible to load a set of B with an order-by statement containing inherited parameters from A.
Another problem I've run into is when using a many-to-many relationship from Object A->B, loaded into a set, if I try to do an order-by statement on that set it fails, trying to call a parameter from the table holding object A! Very strange..
Any insight into how you solved it would be appreciated!
-David
|