Christian Schneider created ARIES-1624:
------------------------------------------
Summary: Aries JPA should tell provider tonot scan classes by
default
Key: ARIES-1624
URL: https://issues.apache.org/jira/browse/ARIES-1624
Project: Aries
Issue Type: Improvement
Components: JPA
Affects Versions: jpa-2.4.0
Reporter: Christian Schneider
Assignee: Christian Schneider
Fix For: jpa-2.5.0
As Aries JPA does the scanning itself it should always tell the
PersistenceProvider to not scan.
So it should set when calling it
<exclude-unlisted-classes>true</exclude-unlisted-classes>
https://github.com/apache/aries/blob/trunk/jpa/jpa-container/src/main/java/org/apache/aries/jpa/container/parser/impl/PersistenceUnit.java#L217
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)