0 Replies Latest reply on Nov 28, 2003 1:36 PM by shiva0

    twiddle (using it to redeploy)

    shiva0

      Ok I want to redeploy a entity bean from a command line. (will be use for autodeploy of changed packages in development).

      I run this:
      twiddle.sh invoke jboss.system:service=MainDeployer redeploy file:/D:\software\jboss-3.2.1\server\default\deploy\myBean.jar

      and I get this:
      java.lang.RuntimeException: No property editor for type: org.jboss.deployment.DeploymentInfo

      There is 3 different redeploy operations on that mbean. Is there a way for force twiddle to access the java.lang.String one instread of the DeploymentInfo signature?

      If not, I'll have to built my own "twiddle" interface accessing the MBeanServer and methods.

      Thanks

      (by the way that twiddle tool is great!) Just need a little more documentation! ;)