[jboss-cvs] JBossAS SVN: r97964 - projects/snowdrop/examples/trunk/sportsclub/sportsclub-reservations-web/src/main/resources.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Dec 17 12:04:20 EST 2009


Author: lvlcek at redhat.com
Date: 2009-12-17 12:04:20 -0500 (Thu, 17 Dec 2009)
New Revision: 97964

Added:
   projects/snowdrop/examples/trunk/sportsclub/sportsclub-reservations-web/src/main/resources/spring-converterHelpers.xml
Log:
Equipment converter + test for TestNG

Added: projects/snowdrop/examples/trunk/sportsclub/sportsclub-reservations-web/src/main/resources/spring-converterHelpers.xml
===================================================================
--- projects/snowdrop/examples/trunk/sportsclub/sportsclub-reservations-web/src/main/resources/spring-converterHelpers.xml	                        (rev 0)
+++ projects/snowdrop/examples/trunk/sportsclub/sportsclub-reservations-web/src/main/resources/spring-converterHelpers.xml	2009-12-17 17:04:20 UTC (rev 97964)
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<beans xmlns="http://www.springframework.org/schema/beans"
+       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xmlns:context="http://www.springframework.org/schema/context"
+       xsi:schemaLocation="http://www.springframework.org/schema/beans
+                           http://www.springframework.org/schema/beans/spring-beans.xsd
+                           http://www.springframework.org/schema/context
+                           http://www.springframework.org/schema/context/spring-context-2.5.xsd">
+
+    <import resource="classpath*:reservations-service.xml"/>
+
+    <context:annotation-config/>
+
+    <bean id="equipmentConverterHelper" class="org.jboss.snowdrop.samples.sportsclub.jsf.beans.converter.EquipmentConverterHelper">
+        <property name="equipmentService" ref="equipmentService"/>
+    </bean>
+
+</beans>
\ No newline at end of file




More information about the jboss-cvs-commits mailing list