[jboss-cvs] JBossAS SVN: r110550 - branches/JBPAPP_5_1/server/src/etc/conf/all/bootstrap.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Feb 6 01:23:58 EST 2011


Author: pferraro
Date: 2011-02-06 01:23:57 -0500 (Sun, 06 Feb 2011)
New Revision: 110550

Modified:
   branches/JBPAPP_5_1/server/src/etc/conf/all/bootstrap/profile.xml
Log:
JBPAPP-5252 IOException: JGroups tries to create cluster-repo in a non-existing temp folder

Modified: branches/JBPAPP_5_1/server/src/etc/conf/all/bootstrap/profile.xml
===================================================================
--- branches/JBPAPP_5_1/server/src/etc/conf/all/bootstrap/profile.xml	2011-02-05 20:24:21 UTC (rev 110549)
+++ branches/JBPAPP_5_1/server/src/etc/conf/all/bootstrap/profile.xml	2011-02-06 06:23:57 UTC (rev 110550)
@@ -178,7 +178,7 @@
    <bean name="FilesystemLocalContentManagerFactory" 
          class="org.jboss.system.server.profileservice.repository.clustered.local.file.FilesystemLocalContentManagerFactory">
       <property name="metadataPersister"><inject bean="ClusteredDeploymentRepositoryMetadataPersister"/></property>
-      <property name="tempDirURI">${jboss.server.home.url}temp${/}cluster-repo</property>
+      <property name="tempDirURI">file:${jboss.server.temp.dir}${/}cluster-repo</property>
    </bean>
 
 	<!-- A persistence factory for creating the persisted format of ManagedComponents -->



More information about the jboss-cvs-commits mailing list