You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by jb...@apache.org on 2010/02/11 15:13:12 UTC

svn commit: r908982 - /incubator/aries/trunk/jpa/jpa-container-context/src/main/resources/OSGI-INF/blueprint/jpa.xml

Author: jbohn
Date: Thu Feb 11 14:13:07 2010
New Revision: 908982

URL: http://svn.apache.org/viewvc?rev=908982&view=rev
Log:
ARIES-154 make the TransactionSynchronizationRegistry service optional - still need to add some warning messages when it is really needed but not present

Modified:
    incubator/aries/trunk/jpa/jpa-container-context/src/main/resources/OSGI-INF/blueprint/jpa.xml

Modified: incubator/aries/trunk/jpa/jpa-container-context/src/main/resources/OSGI-INF/blueprint/jpa.xml
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/jpa/jpa-container-context/src/main/resources/OSGI-INF/blueprint/jpa.xml?rev=908982&r1=908981&r2=908982&view=diff
==============================================================================
--- incubator/aries/trunk/jpa/jpa-container-context/src/main/resources/OSGI-INF/blueprint/jpa.xml (original)
+++ incubator/aries/trunk/jpa/jpa-container-context/src/main/resources/OSGI-INF/blueprint/jpa.xml Thu Feb 11 14:13:07 2010
@@ -37,7 +37,7 @@
   <bean id="JtaPersistenceContextRegistry" 
     class="org.apache.aries.jpa.container.context.transaction.impl.JTAPersistenceContextRegistry">
     <property name="tranRegistry">
-      <reference interface="javax.transaction.TransactionSynchronizationRegistry"/>
+      <reference interface="javax.transaction.TransactionSynchronizationRegistry"  availability="optional" />
     </property>
   </bean>