Re: JPQLExpressionBuilder uses wrong classloader

2007-01-02 Thread Marc Prud'hommeaux
Dain- I assume you are specifying the ClassLoader by using your own subclass of PersistenceUnitInfoImpl. OpenJPA should be using your ClassLoader, although if the same class name is available in both your classloader as well as the system classloader, then I think the results are

Re: JPQLExpressionBuilder uses wrong classloader

2006-12-27 Thread Dain Sundstrom
Also it appears that the Broker be loading classes from the thread context class loader when persist is called. -dain On Dec 27, 2006, at 5:34 PM, Dain Sundstrom wrote: I've been working on a getting JPA runtime enhancement and have run into a problem where OpenJPA is loading my classes