[jboss-cvs] JBossAS SVN: r97233 - projects/snowdrop/trunk/documentation/samples/sportsclub/sportsclub-reservations-spring/src/main/resources.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Tue Dec 1 09:20:25 EST 2009
Author: lvlcek at redhat.com
Date: 2009-12-01 09:20:25 -0500 (Tue, 01 Dec 2009)
New Revision: 97233
Modified:
projects/snowdrop/trunk/documentation/samples/sportsclub/sportsclub-reservations-spring/src/main/resources/reservations-service.xml
Log:
Transaction support (fix)
Modified: projects/snowdrop/trunk/documentation/samples/sportsclub/sportsclub-reservations-spring/src/main/resources/reservations-service.xml
===================================================================
--- projects/snowdrop/trunk/documentation/samples/sportsclub/sportsclub-reservations-spring/src/main/resources/reservations-service.xml 2009-12-01 14:13:37 UTC (rev 97232)
+++ projects/snowdrop/trunk/documentation/samples/sportsclub/sportsclub-reservations-spring/src/main/resources/reservations-service.xml 2009-12-01 14:20:25 UTC (rev 97233)
@@ -2,7 +2,8 @@
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:tx="http://www.springframework.org/schema/tx"
- xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
+ xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
+ http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-2.5.xsd">
<import resource="classpath*:dao-context.xml"/>
More information about the jboss-cvs-commits
mailing list