You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "Kevin Sutter (JIRA)" <ji...@apache.org> on 2008/07/28 22:13:31 UTC

[jira] Created: (OPENJPA-668) Test failures with IBM JDK (xml parsing)

Test failures with IBM JDK (xml parsing)
----------------------------------------

                 Key: OPENJPA-668
                 URL: https://issues.apache.org/jira/browse/OPENJPA-668
             Project: OpenJPA
          Issue Type: Bug
          Components: jdbc
    Affects Versions: 1.2.0
            Reporter: Kevin Sutter
            Assignee: Kevin Sutter
             Fix For: 1.2.0


Just attempted to run trunk's test bucket with the IBM JDK and found two testcase failures:

TestUniqueConstraintWithXMLDescriptor.testMapping
TestEnhancementWithMultiplePUs.testEnhancementOfAllPUsWithinAResource 

It looks like these problems are due to "incorrect" orm.xml.  I have fixed these locally and will check them in shortly.

This comes back to the fact that the validation aspect of the xml parser for the Sun JDK is turned off by default (due to an old problem).  But, the validation is left on with the IBM JDK parser.  That's how we are able to detect the problem.  This is documented in openjpa-513.



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


[jira] Resolved: (OPENJPA-668) Test failures with IBM JDK (xml parsing)

Posted by "Kevin Sutter (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENJPA-668?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kevin Sutter resolved OPENJPA-668.
----------------------------------

    Resolution: Fixed

> Test failures with IBM JDK (xml parsing)
> ----------------------------------------
>
>                 Key: OPENJPA-668
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-668
>             Project: OpenJPA
>          Issue Type: Bug
>          Components: jdbc
>    Affects Versions: 1.2.0
>            Reporter: Kevin Sutter
>            Assignee: Kevin Sutter
>             Fix For: 1.2.0
>
>
> Just attempted to run trunk's test bucket with the IBM JDK and found two testcase failures:
> TestUniqueConstraintWithXMLDescriptor.testMapping
> TestEnhancementWithMultiplePUs.testEnhancementOfAllPUsWithinAResource 
> It looks like these problems are due to "incorrect" orm.xml.  I have fixed these locally and will check them in shortly.
> This comes back to the fact that the validation aspect of the xml parser for the Sun JDK is turned off by default (due to an old problem).  But, the validation is left on with the IBM JDK parser.  That's how we are able to detect the problem.  This is documented in openjpa-513.

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