Argeo TP v2.1.11
[gpl/argeo-tp.git] / META-INF / spring / distribution.xml
index 90deecf5aa1d4993b38f1cc8ac0f67d1a3a8f660..dad8c9540cfef8502e831574dd4e3dc0364a60ae 100644 (file)
        <!-- REGISTER -->
        <bean id="argeo-tp" class="org.argeo.slc.repo.osgi.ArgeoOsgiDistributionImpl"
                init-method="init" destroy-method="destroy">
-               <constructor-arg value="org.argeo.tp:argeo-tp:2.1.7" />
+               <constructor-arg value="org.argeo.tp:argeo-tp:2.1.11" />
                <property name="modules">
                        <list>
                                <!-- Javax -->
                                <ref bean="javax.inject" />
                                <ref bean="javax.jcr" />
                                <ref bean="javax.mail" />
+                               <ref bean="javax.transaction" />
                                
                                <!-- Builder -->
                                <ref bean="biz.aQute.bnd" />
@@ -37,6 +38,7 @@
                                <ref bean="apache/org.apache.ant" />
                                <ref bean="org.quartz-scheduler.quartz" />
                                <ref bean="org.quartz-scheduler.quartz.jobs" />
+                               <ref bean="bitronix.tm" />
 
                                <!-- Apache Commons -->
                                <ref bean="apache/org.apache.commons.io" />
@@ -68,8 +70,8 @@
                                
                                <!-- Spring -->
                                <ref bean="spring/org.springframework" />
-                               <ref bean="org.springframework.ldap" />
-                               <ref bean="spring/org.springframework.security" />
+<!--                           <ref bean="org.springframework.ldap" /> -->
+<!--                           <ref bean="spring/org.springframework.security" /> -->
                        </list>
                </property>
        </bean>