1 Reply Latest reply on Apr 12, 2002 10:26 PM by adrian.brock

    MBean, RAR Deployment in 3.0.0beta

    polman

      Hi all,

      I deployed my resource adapter (for an XML database
      product) successfully under 2.4.4. It seems that with 3.0.0, there
      have been some changes in the way an MBean for an
      ra should be configured. Now, under 3.0.0, I cannot
      get it to work, no matter what I try. The message is:

      02:48:40,572 ERROR [ServiceController] Could not create MBean: jboss:service=ConnectionFactoryLoader,name=fooDS
      javax.management.ReflectionException: The MBean class could not be loaded by the specified loader

      I get the same message trying to deploy MySQL exactly
      as specified in the documentation. I am copying the
      text in jboss-service.xml. Any idea what could be wrong,
      or should I provide my entire MBean code?

      Thanks in advance

      --Mark Polman--

        • 1. Re: MBean, RAR Deployment in 3.0.0beta

          Hi,

          There were some problems with the deployment order in
          the beta.
          I can't remember which version has what behaviour
          anymore.

          You should be able to add

          to make sure the connector classes are loaded before
          your mbean.

          Regards,
          Adrian