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: Bug
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.