Re: JDO API compability with JDK 1.3

2005-07-19 Thread Craig Russell
Hi Erik,Can you please try this patch?Thanks,Craig jdoimplhelper.patch Description: Binary data On Jul 19, 2005, at 2:27 PM, [EMAIL PROTECTED] wrote:The JDO API Head version is not JDK 1.3 compatible.Checkout the below exception. I'm not sure if I should file JIRA issues.java.lang.NoClassDefFoundE

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, S

Re: JDO API compability with JDK 1.3

2005-07-19 Thread Craig Russell
Hi Erik,Yes, please file a JIRA issue. Thanks,CraigOn Jul 19, 2005, at 2:27 PM, [EMAIL PROTECTED] wrote:The JDO API Head version is not JDK 1.3 compatible.Checkout the below exception. I'm not sure if I should file JIRA issues.java.lang.NoClassDefFoundError: java.util.Currencyat javax.jdo.spi.JDOIm

JDO API compability with JDK 1.3

2005-07-19 Thread erik
The JDO API Head version is not JDK 1.3 compatible. Checkout the below exception. I'm not sure if I should file JIRA issues. java.lang.NoClassDefFoundError: java.util.Currency at javax.jdo.spi.JDOImplHelper.class$(JDOImplHelper.java:552) at javax.jdo.spi.JDOImplHelper.(JDOImplHelper.java:552) a