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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jun 3 05:28:45 EDT 2009


Author: emuckenhuber
Date: 2009-06-03 05:28:44 -0400 (Wed, 03 Jun 2009)
New Revision: 89717

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

Modified: trunk/server/src/etc/conf/all/bootstrap/profile.xml
===================================================================
--- trunk/server/src/etc/conf/all/bootstrap/profile.xml	2009-06-03 08:51:04 UTC (rev 89716)
+++ trunk/server/src/etc/conf/all/bootstrap/profile.xml	2009-06-03 09:28:44 UTC (rev 89717)
@@ -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>

Modified: trunk/server/src/etc/conf/default/bootstrap/profile.xml
===================================================================
--- trunk/server/src/etc/conf/default/bootstrap/profile.xml	2009-06-03 08:51:04 UTC (rev 89716)
+++ trunk/server/src/etc/conf/default/bootstrap/profile.xml	2009-06-03 09:28:44 UTC (rev 89717)
@@ -105,7 +105,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