[jboss-svn-commits] JBL Code SVN: r20800 - labs/jbosslabs/labs-3.0-build/integration/cs-nukes-login/resources.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Thu Jun 26 08:50:15 EDT 2008
Author: szimano
Date: 2008-06-26 08:50:15 -0400 (Thu, 26 Jun 2008)
New Revision: 20800
Modified:
labs/jbosslabs/labs-3.0-build/integration/cs-nukes-login/resources/spring.xml.sample
Log:
spring sample
Modified: labs/jbosslabs/labs-3.0-build/integration/cs-nukes-login/resources/spring.xml.sample
===================================================================
--- labs/jbosslabs/labs-3.0-build/integration/cs-nukes-login/resources/spring.xml.sample 2008-06-26 12:44:34 UTC (rev 20799)
+++ labs/jbosslabs/labs-3.0-build/integration/cs-nukes-login/resources/spring.xml.sample 2008-06-26 12:50:15 UTC (rev 20800)
@@ -11,10 +11,23 @@
<property name="dbUrl" value="" />
</bean>
+<!--<bean id="csMigration" class="org.jboss.labs.clearspace.CSMigration">
+ <property name="userManager" ref="userManagerImpl" />
+ <property name="documentManager" ref="documentManagerImpl" />
+ <property name="communityManager" ref="communityManagerImpl" />
+ <property name="documentTypeManager" ref="documentTypeManagerImpl"/>
+ <property name="attachmentManager" ref="attachmentManagerImpl"/>
+ <property name="dbNukesUserName" value="" />
+ <property name="dbNukesPass" value="" />
+ <property name="dbNukesUrl" value="" />
+</bean>-->
+
+
<bean id="authenticationManager"
class="org.acegisecurity.providers.ProviderManager">
<property name="providers">
<list>
+ <!--ref bean="csMigration"/-->
<ref bean="labsAuthProvider"/>
<ref bean="daoAuthenticationProvider" />
<ref bean="rememberMeAuthenticationProvider"/>
More information about the jboss-svn-commits
mailing list