[jboss-svn-commits] JBL Code SVN: r28985 - labs/jbosslabs/labs-3.0-build/integration/cs-nfm/trunk/src/main/resources.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Wed Aug 19 06:32:09 EDT 2009
Author: lkrzyzanek
Date: 2009-08-19 06:32:09 -0400 (Wed, 19 Aug 2009)
New Revision: 28985
Modified:
labs/jbosslabs/labs-3.0-build/integration/cs-nfm/trunk/src/main/resources/spring.xml
Log:
commented nukesForumsDataSource - will be in jiveHome/etc/spring.xml
Modified: labs/jbosslabs/labs-3.0-build/integration/cs-nfm/trunk/src/main/resources/spring.xml
===================================================================
--- labs/jbosslabs/labs-3.0-build/integration/cs-nfm/trunk/src/main/resources/spring.xml 2009-08-19 10:05:57 UTC (rev 28984)
+++ labs/jbosslabs/labs-3.0-build/integration/cs-nfm/trunk/src/main/resources/spring.xml 2009-08-19 10:32:09 UTC (rev 28985)
@@ -91,15 +91,18 @@
<bean id="nukesForumsDAO"
class="org.jboss.labs.clearspace.plugin.nfm.dao.DbNukesForumsDAOImpl">
- <property name="dataSource" ref="forumsDataSource" />
+ <property name="dataSource" ref="nukesForumsDataSource" />
</bean>
- <bean id="forumsDataSource"
+ <!--
+ Put these definition to jiveHome/etc/spring.xml or uncomment it and deploy a plugin
+ <bean id="nukesForumsDataSource"
class="org.springframework.jdbc.datasource.SingleConnectionDataSource">
<property name="driverClassName" value="com.mysql.jdbc.Driver" />
<property name="url" value="jdbc:mysql://localhost:3306/nukesprod" />
<property name="username" value="nukesprod" />
<property name="password" value="" />
</bean>
+ -->
</beans>
More information about the jboss-svn-commits
mailing list