1 Reply Latest reply on May 4, 2002 12:46 PM by davidjencks

    Mbean doesn't start automatically

    twhphan

      My mbean started automatically in JBoss 3 alpha/beta startup, but it doesn't now in JBoss 3 RC 2.

      Using RC 2, I need to start the mbean manually in port 8082, how may I fix this?


      /Scheduler
      Job
      <depends optional-attribute-name="DataSourceName">jboss.mq:service=ConnectionFactoryLoader,name=esbDS

        • 1. Re: Mbean doesn't start automatically
          davidjencks

          The depends point to a nonexistent mbean... so it won't start.

          There are no more ConnectionFactoryLoaders. Examine the new jms-service.xml and [yourdb]-service.xml files, read the jca forum, the faq on jca changes, the docs in docs/jmx-api, and ask on the jca forum if you have any further questions.