]
Brian Stansberry commented on WFLY-4036:
----------------------------------------
@Ignores these tests as part of upgrading
WildFly Core to the release where they'll start to fail.
update EclipseLink/OpenJPA test case to filter out javax.persistence
classes
----------------------------------------------------------------------------
Key: WFLY-4036
URL:
https://issues.jboss.org/browse/WFLY-4036
Project: WildFly
Issue Type: Feature Request
Components: JPA / Hibernate
Reporter: Scott Marlow
Assignee: Scott Marlow
Fix For: 9.0.0.Beta1
Attachments: module.xml, module.xml, stacktrace.txt
JBoss modules is improving the case when two modules have bi-directional dependencies (a
depends on b and b depends on a). Part of this is ensuring that module level classes are
used over classes from dependencies (child first).
This jira is about fixing this for two of our unit tests that willl have this problem (an
EclipseLink + OpenJPA static module test).