[
https://issues.apache.org/jira/browse/JDO-477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matthew T. Adams updated JDO-477:
---------------------------------
Attachment: JDO-477.2007-04-06.patch
This patch addresses positive test cases failing on JDK 1.6 (and 1.4,
incidentally). I also ran on JDK 1.5 with no unit test errors.
This is might be caused by maven classpath issues -- I noticed that the
jdoconfig.xml files that are being read are all coming from the source tree
instead of the target tree, and the same resource was showing up twice,
resulting in the duplicate persistence unit name error messages.
I don't expect this to fix the LinkageErrors, although I'm not getting any when
I clean & run on JDKs 1.4, 1.5, and 1.6.
> JDOHelperConfigTest fails on non-JDK 1.4 JVMs
> ---------------------------------------------
>
> Key: JDO-477
> URL: https://issues.apache.org/jira/browse/JDO-477
> Project: JDO
> Issue Type: Bug
> Components: api2
> Affects Versions: JDO 2 maintenance release 1
> Environment: JDK 1.5 & 1.6
> Reporter: Matthew T. Adams
> Assigned To: Michael Bouschen
> Attachments: JDO-477.2007-04-06.patch
>
>
> On JDK 1.5, java.lang.LinkageErrors are thrown attempting to load
> org.w3c.dom.Node.class.
> On JDK 1.6, positive test cases fail unexpectedly.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.