Re: No joy with ClassLoaders

2010-04-07 Thread Michelle Caisse
Thanks, Marco. I thought a custom class loader might be the answer. However, perhaps just my ignorance, but I don't see how to make that work given that the tests are launched via a maven goal, not directly from a java class under our control. -- Michelle Marco หงุ่ยตระกูล-Schulze wrote: On

Re: No joy with ClassLoaders

2010-04-07 Thread Marco หงุ่ยตระกูล-Sch ulze
On 04/04/2010 05:56 AM, Michelle Caisse wrote: > Hi all, > > For JDO-557 (api tests for JDOHelper calls to > PersistenceManagerFactory(Map, Map), I've been trying to to set up a > ClassLoader that has both the test classes in it (so the proxy class > returning a pmf can be found) and jdoconfig.xml.

Query.executeWithMap(...) should accept unused parameters

2010-04-07 Thread Marco หงุ่ยตระกูล-Sch ulze
Hello *, we're currently migrating to DataNucleus 2.1.0-m2-SNAPSHOT and hit an exception when calling javax.jdo.Query.executeWithMap(Map params) whenever not all parameters are used in the query. See this forum post for more details: I