1 Reply Latest reply on May 4, 2011 4:37 PM by maxandersen

    Error while deploying single java file which has changes instead of whole project again

    meetkittu

      Hi,

       

      I am getting the following error when I was deployed singe java file which has changes using jboss plugin in eclips.

       

       

      12:57:30,864 ERROR [URLDeploymentScanner] Incomplete Deployment listing:

       

      --- Packages waiting for a deployer ---

      org.jboss.deployment.DeploymentInfo@44c3878f { url=file:/C:/jboss/jboss/server/default/deploy/TestBean.java }

      deployer: null

      status: null

      state: INIT_WAITING_DEPLOYER

      watch: file:/C:/jboss/jboss/server/default/deploy/TestBean.java

      altDD: null

      lastDeployed: 1304494050864

      lastModified: 1304494050864

      mbeans:

       

      --- Incompletely deployed packages ---

      org.jboss.deployment.DeploymentInfo@44c3878f { url=file:/C:/jboss/jboss/server/default/deploy/TestBean.java}

      deployer: null

      status: null

      state: INIT_WAITING_DEPLOYER

      watch: file:/C:/jboss/jboss/server/default/deploy/TestBean.java

      altDD: null

      lastDeployed: 1304494050864

      lastModified: 1304494050864

      mbeans:

       

       

      is hot deploment supported by jboss ?

       

      if support Please help me how to do hot deployment. ( i.e with out compiling whole project and restarting jboss ) how can i see single java file changes in jboss ?

       

       

      Thanks in advance.