[jboss-jira] [JBoss JIRA] Resolved: (JBAS-4055) Hot Deploy doesn't work in JBoss 5.0.0.Beta1

Scott M Stark (JIRA) jira-events at lists.jboss.org
Tue Mar 6 04:50:22 EST 2007


     [ http://jira.jboss.com/jira/browse/JBAS-4055?page=all ]

Scott M Stark resolved JBAS-4055.
---------------------------------

    Resolution: Done

A new HDScanner bean that used the updated Profile interface to retrieve the modified deployments has been added.

   <!-- Hotdeployment of applications -->
   <bean name="HDScanner"
      class="org.jboss.system.server.profileservice.hotdeploy.HDScanner">
      <property name="mainDeployer"><inject bean="MainDeployer"/></property>
      <property name="profileService"><inject bean="ProfileService"/></property>
      <property name="scanPeriod">5000</property>
      <property name="scanThreadName">HDScanner</property>
   </bean>

> Hot Deploy doesn't work in JBoss 5.0.0.Beta1
> --------------------------------------------
>
>                 Key: JBAS-4055
>                 URL: http://jira.jboss.com/jira/browse/JBAS-4055
>             Project: JBoss Application Server
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>    Affects Versions: JBossAS-5.0.0.Beta1
>            Reporter: Charles Crouch
>         Assigned To: Scott M Stark
>             Fix For: JBossAS-5.0.0.Beta2
>
>
> Hot Deploy doesn't work in JBoss 5.0.0.Beta1

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list