[jboss-cvs] system2/src/resources/tests/bootstrap/defaulthotdeploy ...

Scott Stark scott.stark at jboss.com
Sat Jul 15 01:36:53 EDT 2006


  User: starksm 
  Date: 06/07/15 01:36:53

  Modified:    src/resources/tests/bootstrap/defaulthotdeploy 
                        deployer-beans.xml
  Log:
  Update the deploy dir location
  
  Revision  Changes    Path
  1.2       +5 -3      system2/src/resources/tests/bootstrap/defaulthotdeploy/deployer-beans.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: deployer-beans.xml
  ===================================================================
  RCS file: /cvsroot/jboss/system2/src/resources/tests/bootstrap/defaulthotdeploy/deployer-beans.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- deployer-beans.xml	14 Jul 2006 16:48:57 -0000	1.1
  +++ deployer-beans.xml	15 Jul 2006 05:36:53 -0000	1.2
  @@ -35,9 +35,11 @@
      <!-- Hot deployment service that directly uses the MainDeployer -->
      <bean name="VFSDeploymentScanner" class="org.jboss.deployers.plugins.scanner.VFSDeploymentScannerImpl">
         <property name="mainDeployer"><inject bean="MainDeployer"/></property>
  +      <property name="VFSFactory"><inject bean="MainDeployer" property="VFSFactory" /></property>
         <property name="URIList">
  -         <list elementClass="java.net.URI"><value>${jbosstest.deploy.dir}/${jboss.server.name}</value></list>
  +         <list elementClass="java.net.URI"><value>${jbosstest.deploy.dir}/../resources/deploy/</value></list>
         	</property>
  +      <property name="scanPeriod"><value>5000</value></property>
      </bean>
   	
   </deployment>
  
  
  



More information about the jboss-cvs-commits mailing list