-
Type:
Improvement
-
Status: Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 3.0.0-beta5
-
Fix Version/s: 3.0.0-beta5
-
Component/s: James Core
-
Labels:None
In both persistence-template.xml and persistence.xml, we have a duplicated entry:
<class>org.apache.james.mailbox.jpa.mail.model.openjpa.JPAMessage</class>
It works fine with only one declaration, so to improve readability, this duplication should be removed.
This does not affect James Server working, but its nicer and avoids confussion.