1 Reply Latest reply on May 24, 2002 2:57 PM by davidjencks

    Custom Connector in JBoss 2.4.x

    stitzl

      Hi,

      I want to add a custom connector in JBoss 2.4.x without having to edit jboss.jcml.

      I know similiar is possible with JBoss 3, where the connector would be configured by a MyConnector-service.xml file in the deployment directory.

      How can I do it in 2.4.x, or is changing the jboss.jcml mandatory?

      Thanks in advance,
      Lars

        • 1. Re: Custom Connector in JBoss 2.4.x
          davidjencks

          Of the available options, switching to jboss 3 is by far the easiest.

          If you are determined to do it the hard way...

          you can create the ConnectionFactoryLoader mbean in code.

          There's a really old patch that lets you deploy *-service.xml like files.