[jboss-cvs] JBossAS SVN: r97891 - projects/snowdrop/examples/trunk/sportsclub/sportsclub-reservations-web/src/main/webapp/WEB-INF.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Dec 16 08:00:03 EST 2009


Author: lvlcek at redhat.com
Date: 2009-12-16 08:00:03 -0500 (Wed, 16 Dec 2009)
New Revision: 97891

Modified:
   projects/snowdrop/examples/trunk/sportsclub/sportsclub-reservations-web/src/main/webapp/WEB-INF/spring-beans.xml
Log:


Modified: projects/snowdrop/examples/trunk/sportsclub/sportsclub-reservations-web/src/main/webapp/WEB-INF/spring-beans.xml
===================================================================
--- projects/snowdrop/examples/trunk/sportsclub/sportsclub-reservations-web/src/main/webapp/WEB-INF/spring-beans.xml	2009-12-16 12:59:17 UTC (rev 97890)
+++ projects/snowdrop/examples/trunk/sportsclub/sportsclub-reservations-web/src/main/webapp/WEB-INF/spring-beans.xml	2009-12-16 13:00:03 UTC (rev 97891)
@@ -17,6 +17,10 @@
         <property name="reservationSearchOptions" ref="reservationSearchOptions"/>
     </bean>
 
+    <!--<bean id="reservationCreate" class="org.jboss.snowdrop.samples.sportsclub.jsf.beans.ReservationCreate" scope="request" init-method="init">-->
+        <!--<property name="reservationService" ref="reservationService"/>-->
+    <!--</bean>-->
+
     <!-- Keeps search table state in the session -->
     <bean id="reservationSearchTableState" class="org.jboss.snowdrop.samples.sportsclub.jsf.beans.ReservationTableState" scope="session"/>
 




More information about the jboss-cvs-commits mailing list