[jboss-cvs] jboss-seam/examples/icefaces/resources/META-INF ...
Gavin King
gavin.king at jboss.com
Thu Nov 30 22:05:17 EST 2006
User: gavin
Date: 06/11/30 22:05:17
Modified: examples/icefaces/resources/META-INF jboss-beans.xml
Log:
make it work on tomcat
Revision Changes Path
1.3 +3 -3 jboss-seam/examples/icefaces/resources/META-INF/jboss-beans.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: jboss-beans.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/icefaces/resources/META-INF/jboss-beans.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- jboss-beans.xml 20 Nov 2006 05:41:37 -0000 1.2
+++ jboss-beans.xml 1 Dec 2006 03:05:17 -0000 1.3
@@ -4,7 +4,7 @@
xsi:schemaLocation="urn:jboss:bean-deployer bean-deployer_1_0.xsd"
xmlns="urn:jboss:bean-deployer">
- <bean name="bookingDatasourceBootstrap" class="org.jboss.resource.adapter.jdbc.local.LocalTxDataSource">
+ <bean name="icefacesDatasourceBootstrap" class="org.jboss.resource.adapter.jdbc.local.LocalTxDataSource">
<property name="driverClass">org.hsqldb.jdbcDriver</property>
<property name="connectionURL">jdbc:hsqldb:.</property>
<property name="userName">sa</property>
@@ -18,9 +18,9 @@
<property name="initialContextProperties"><inject bean="InitialContextProperties"/></property>
</bean>
- <bean name="bookingDatasource" class="java.lang.Object">
+ <bean name="icefacesDatasource" class="java.lang.Object">
<constructor factoryMethod="getDatasource">
- <factory bean="bookingDatasourceBootstrap"/>
+ <factory bean="icefacesDatasourceBootstrap"/>
</constructor>
</bean>
More information about the jboss-cvs-commits
mailing list