[jboss-cvs] JBossAS SVN: r89529 - in branches/Branch_5_x/server/src/etc/conf: default/bootstrap and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri May 29 09:51:03 EDT 2009


Author: emuckenhuber
Date: 2009-05-29 09:51:03 -0400 (Fri, 29 May 2009)
New Revision: 89529

Modified:
   branches/Branch_5_x/server/src/etc/conf/all/bootstrap/profile.xml
   branches/Branch_5_x/server/src/etc/conf/default/bootstrap/profile.xml
Log:
JBAS-6981

Modified: branches/Branch_5_x/server/src/etc/conf/all/bootstrap/profile.xml
===================================================================
--- branches/Branch_5_x/server/src/etc/conf/all/bootstrap/profile.xml	2009-05-29 12:37:36 UTC (rev 89528)
+++ branches/Branch_5_x/server/src/etc/conf/all/bootstrap/profile.xml	2009-05-29 13:51:03 UTC (rev 89529)
@@ -175,7 +175,7 @@
 
 	<!-- The attachment store -->	
 	<bean name="AttachmentStore" class="org.jboss.system.server.profileservice.repository.AbstractAttachmentStore">
-		<constructor><parameter><inject bean="BootstrapProfileFactory" property="attachmentStoreRoot" /></parameter></constructor>
+		<constructor><parameter class="java.io.File"><inject bean="BootstrapProfileFactory" property="attachmentStoreRoot" /></parameter></constructor>
 		<property name="mainDeployer"><inject bean="MainDeployer" /></property>
 		<property name="serializer"><inject bean="AttachmentsSerializer" /></property>
 		<property name="persistenceFactory"><inject bean="PersistenceFactory" /></property>

Modified: branches/Branch_5_x/server/src/etc/conf/default/bootstrap/profile.xml
===================================================================
--- branches/Branch_5_x/server/src/etc/conf/default/bootstrap/profile.xml	2009-05-29 12:37:36 UTC (rev 89528)
+++ branches/Branch_5_x/server/src/etc/conf/default/bootstrap/profile.xml	2009-05-29 13:51:03 UTC (rev 89529)
@@ -144,7 +144,7 @@
 
 	<!-- The attachment store -->
 	<bean name="AttachmentStore" class="org.jboss.system.server.profileservice.repository.AbstractAttachmentStore">
-		<constructor><parameter><inject bean="BootstrapProfileFactory" property="attachmentStoreRoot" /></parameter></constructor>
+		<constructor><parameter class="java.io.File"><inject bean="BootstrapProfileFactory" property="attachmentStoreRoot" /></parameter></constructor>
 		<property name="mainDeployer"><inject bean="MainDeployer" /></property>
 		<property name="serializer"><inject bean="AttachmentsSerializer" /></property>
 		<property name="persistenceFactory"><inject bean="PersistenceFactory" /></property>




More information about the jboss-cvs-commits mailing list