You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "Donald Woods (JIRA)" <ji...@apache.org> on 2009/05/15 21:55:45 UTC

[jira] Commented: (OPENJPA-513) More issues with the IBM JDK

    [ https://issues.apache.org/jira/browse/OPENJPA-513?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12709945#action_12709945 ] 

Donald Woods commented on OPENJPA-513:
--------------------------------------

Confirmed that Sun 1.5.0_16 and 1.6.0_07 on MacOSX still has the parser bug, with an almost endless loop of -
. . .
	at org.apache.xerces.impl.xs.XMLSchemaLoader.processJAXPSchemaSource(XMLSchemaLoader.java:588)
	at org.apache.xerces.impl.xs.XMLSchemaLoader.loadSchema(XMLSchemaLoader.java:489)
. . .


> More issues with the IBM JDK
> ----------------------------
>
>                 Key: OPENJPA-513
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-513
>             Project: OpenJPA
>          Issue Type: Sub-task
>          Components: build / infrastructure
>    Affects Versions: 1.0.2, 1.1.0
>            Reporter: Kevin Sutter
>            Assignee: Kevin Sutter
>             Fix For: 1.3.0
>
>
> Now that I have a resolution (JDK patch) for OPENJPA-429, when I run a 1.1.0 build, I am getting some errors from the test phase of openjpa-persistence-jdbc.  The following tests are failing according to the surefire report:
> Results :
> Tests in error:
>   testEntityListeners(org.apache.openjpa.persistence.callbacks.TestEntityListeners)
>   testGlobalListeners(org.apache.openjpa.persistence.callbacks.TestEntityListeners)
>   testPersistenceUnitWithoutXSD(org.apache.openjpa.persistence.xml.TestPersistenceUnitWithoutXSD)
>   testEnhancementOfAllPUsWithinAResource(org.apache.openjpa.enhance.TestEnhancementWithMultiplePUs)
> Tests run: 568, Failures: 0, Errors: 4, Skipped: 0

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.