Author: norman
Date: Mon Feb 8 09:42:43 2010
New Revision: 907601
URL: http://svn.apache.org/viewvc?rev=907601&view=rev
Log:
Add support for Persistence annotations
Modified:
james/server/trunk/spring-deployment/src/main/config/james/spring-beans.xml
Modified:
james/server/trunk/spring-deployment/src/main/config/james/spring-beans.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/spring-deployment/src/main/config/james/spring-beans.xml?rev=907601&r1=907600&r2=907601&view=diff
==============================================================================
--- james/server/trunk/spring-deployment/src/main/config/james/spring-beans.xml
(original)
+++ james/server/trunk/spring-deployment/src/main/config/james/spring-beans.xml
Mon Feb 8 09:42:43 2010
@@ -92,6 +92,9 @@
<property name="order" value="3" />
</bean>
+ <!-- Add support for Persistence annotations -->
+ <bean
class="org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor"/>
+
<bean id="James" class="org.apache.james.James"/>
<bean id="mailetcontext" class="org.apache.james.JamesMailetContext"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]