[
https://issues.apache.org/jira/browse/OPENJPA-1012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12705666#action_12705666
]
Donald Woods commented on OPENJPA-1012:
---------------------------------------
The failing tests on JDK6 are:
testManagedInterface(org.apache.openjpa.persistence.managedinterface.TestManagedInterfaces)
testInterfaceOwner(org.apache.openjpa.persistence.managedinterface.TestManagedInterfaces)
testCollection(org.apache.openjpa.persistence.managedinterface.TestManagedInterfaces)
testCollectionPC(org.apache.openjpa.persistence.managedinterface.TestManagedInterfaces)
testCollectionInterfaces(org.apache.openjpa.persistence.managedinterface.TestManagedInterfaces)
testDetach(org.apache.openjpa.persistence.managedinterface.TestManagedInterfaces)
> Test failures in TestManagedInterface with @ManagedInterface annotation when
> using JDK6
> ---------------------------------------------------------------------------------------
>
> Key: OPENJPA-1012
> URL: https://issues.apache.org/jira/browse/OPENJPA-1012
> Project: OpenJPA
> Issue Type: Sub-task
> Components: query
> Affects Versions: 2.0.0
> Reporter: Donald Woods
> Assignee: Donald Woods
> Fix For: 2.0.0
>
>
> We have a problem with the OpenJPA @ManagedInterface annotation due to the
> OPENJPA-5 update for JDK 6.
> Currently, the junit class in
> openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/managedinterface/TestManagedInterfaces.java
> failures on JDK6 are ignored because -
> @AllowFailure(message="On JDK6 Upgrade these tests are failing with wrong
> mapping. " +
> "Column PC_ID in ManagedInterfaceSup Table is not created. getPC() is " +
> "defined as property in ManageIFace sub-interface")
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.