]
Scott Marlow updated WFLY-4036:
-------------------------------
Attachment: stacktrace.txt
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
WildFly-core upgrade is improving the case when two deployments have bi-directional
dependencies (a depends on b and b depends on a). Part of this is ensuring that
application level classes are used over classes from dependencies.
This introduces an issue for application that include api jars or other jars that
previlously used to be overriden by dependency level classes.
This jira is about fixing this for two of our unit tests that willl have this problem (an
EclipseLink + OpenJPA test).