0 Replies Latest reply on Mar 1, 2005 9:36 AM by sgallet

    App deployment problem

    sgallet

      Hi.
      I've made a validation MBean which allows me to validate beans ans struts stuff.
      It use commons-validator from apache-jakarta. Everything (jar,xml) is packaged in a har archive. (with hibernate definitions)

      When i try to deploy the har, I've got an error when deploying then MBean.
      It appears that jakarta-oro isn't include with jboss-4.0.1sp1 (but with 4.0.1).
      So I've put it in my archive but that doesn't work.
      Looking at logs, it appears that the oro jar is deployed after tryibg to create the MBean.
      What can I do to create the MBean after the jar is deployed ?
      TIA