]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - modules/server/org.argeo.slc.webapp.war/WEB-INF/applicationContext.xml
Improve JCR
[gpl/argeo-slc.git] / modules / server / org.argeo.slc.webapp.war / WEB-INF / applicationContext.xml
index fcea0a17eb3f684fd205a4a2510c996ddf637856..c6c1e5534824dfb43d492f25699798de5305c2d4 100644 (file)
        <!--
                <import resource="classpath:/org/argeo/slc/server/spring/jmx.xml" />
        -->
-       <import resource="security.xml" />
 
        <import resource="osgi.xml" />
+       <import resource="security.xml" />
 
-       <!-- Hibernate instrumentation-->
+       <!-- Hibernate instrumentation
        <bean id="osivInterceptor"
                class="org.springframework.orm.hibernate3.support.OpenSessionInViewInterceptor">
                <property name="sessionFactory" ref="sessionFactory" />
-       </bean>
+       </bean>-->
 
 
        <!--  Properties -->
@@ -29,7 +29,7 @@
                <property name="ignoreUnresolvablePlaceholders" value="true" />
        </bean>
 
-       <!-- Web Services transactions -->
+       <!-- Web Services transactions
        <aop:config>
                <aop:pointcut id="epMethods"
                        expression="execution(* org.springframework.web.servlet.mvc.Controller.handleRequest(..))" />
@@ -40,6 +40,6 @@
                <tx:attributes>
                        <tx:method name="*" propagation="REQUIRED" />
                </tx:attributes>
-       </tx:advice>
+       </tx:advice> -->
 
 </beans>
\ No newline at end of file