[jboss-cvs] jboss-seam/examples/spring/resources ...
Norman Richards
norman.richards at jboss.com
Mon Feb 19 18:53:20 EST 2007
User: nrichards
Date: 07/02/19 18:53:20
Modified: examples/spring/resources applicationContext.xml
Log:
enable spring services
Revision Changes Path
1.2 +1 -2 jboss-seam/examples/spring/resources/applicationContext.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: applicationContext.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/spring/resources/applicationContext.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- applicationContext.xml 19 Feb 2007 21:53:22 -0000 1.1
+++ applicationContext.xml 19 Feb 2007 23:53:20 -0000 1.2
@@ -13,7 +13,7 @@
http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-2.0.xsd"
default-lazy-init="true">
<!-- XX fix schemaloc -->
-<!--
+
<bean id="userService" class="org.jboss.seam.example.spring.UserService">
<property name="session" ref="managedSession"/>
</bean>
@@ -21,7 +21,6 @@
<bean id="bookingService" class="org.jboss.seam.example.spring.BookingService">
<property name="session" ref="managedSession"/>
</bean>
--->
<seam:instance id="managedSession" name="bookingDatabase" proxy="true"/>
More information about the jboss-cvs-commits
mailing list