JDOHelper patch

2005-07-19 Thread Craig Russell
Hi,This patch fixes the exception thrown in case of a missing method. It also requires a JDO implementation to implement the static getPersistenceManagerFactory(Map props) method. And it adds two test cases to JDOHelperTest.Craig jdohelper.patch Description: Binary data Craig Russell Architect,

JDOHelper patch

2005-07-16 Thread erik
Hi, There are two issues in JDOHelper.getPersistenceManagerFactory 1 - the JDOHelper.getPMF raises will raise an exception if there is no getPMF(Properties) or getPMF(Map) in the implementation. The exception for the properties method is not raised, but in its place the exception for the map