0 Replies Latest reply on Jul 14, 2003 5:42 AM by it_teky

    auto deploy and register custom mbean

    it_teky

      I am trying to configure jboss 3.2.1 server and face the following
      1. If I copy my ejb jar file under default/deploy, jboss successfully deploys it, but if I add absolute path to this jar file as file url in the hot/auto deploy section of jboss-service.xml, it fails to get deployed. (where and what params should be specified?)

      2. I have a startup service which accesses beans in the above mentioned jar. I specified this in users-service.xml. Is this the correct way of registering the custom mbean and what order jboss follows while deploying (because jar file should be deployed before the custom mbean gets registered).

      Thank you for your time
      ms