0 Replies Latest reply on Dec 23, 2014 11:59 PM by piyush.malhotra

    set hot deployment in jboss 5.0

    piyush.malhotra

      I have a query related to configuring JBOSS for hot deployment. In the latest version of jboss in order to configure for hot deployment we can easily do by setting "auto-deploy-exploded" to true. but the same is not possible while in lower version like 5. I also have gone through various forums where many had told to set hdscanner-jboss-beans.xml  file in deploy folder.

      But while starting the server i am getting following error:

       

      DEPLOYMENTS MISSING DEPENDENCIES:

        Deployment "ProfileServiceDeploymentRepositoryAdapter" is missing the following dependencies:

          Dependency "HDScanner" (should be in state "Instantiated", but is actually in state "**ERROR**")

        Deployment "ToolsDeploymentScanner" is missing the following dependencies:

          Dependency "ProfileServiceDeploymentRepositoryAdapter" (should be in state "Instantiated", but is actually in state "Described")

      DEPLOYMENTS IN ERROR:

        Deployment "HDScanner" is in error due to the following reason(s): java.lang.NullPointerException, ERROR

      (ERROR)

       

      **Main reason to have this: to have a hot deployment after making changes in any jsp

       

      Is there anything left that i am not aware of. Help would really be appreciated.