Done :)
I'm probably too much like 'secured by default' inherited from a previous job.
- Eric

On 17/08/11 18:25, Norman Maurer wrote:
I guess we should better comment the Encrypted one...

Bye,
Norman


2011/8/17<e...@apache.org>:
Author: eric
Date: Wed Aug 17 16:24:39 2011
New Revision: 1158803

URL: http://svn.apache.org/viewvc?rev=1158803&view=rev
Log:
Comment JPAMessage to avoid clash with JPAEncryptedMessage in persistence.xml

Modified:
    james/mailbox/trunk/spring/src/main/resources/META-INF/persistence.xml

Modified: james/mailbox/trunk/spring/src/main/resources/META-INF/persistence.xml
URL: 
http://svn.apache.org/viewvc/james/mailbox/trunk/spring/src/main/resources/META-INF/persistence.xml?rev=1158803&r1=1158802&r2=1158803&view=diff
==============================================================================
--- james/mailbox/trunk/spring/src/main/resources/META-INF/persistence.xml 
(original)
+++ james/mailbox/trunk/spring/src/main/resources/META-INF/persistence.xml Wed 
Aug 17 16:24:39 2011
@@ -27,7 +27,9 @@
         <class>org.apache.james.mailbox.jpa.mail.model.JPAMailbox</class>
         <class>org.apache.james.mailbox.jpa.mail.model.JPAUserFlag</class>
         
<class>org.apache.james.mailbox.jpa.mail.model.openjpa.AbstractJPAMessage</class>
+<!--
         
<class>org.apache.james.mailbox.jpa.mail.model.openjpa.JPAMessage</class>
+-->
         
<class>org.apache.james.mailbox.jpa.mail.model.openjpa.JPAEncryptedMessage</class>
         <class>org.apache.james.mailbox.jpa.mail.model.JPAProperty</class>
         <class>org.apache.james.mailbox.jpa.user.model.JPASubscription</class>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org


--
Eric

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org

Reply via email to