1 Reply Latest reply on Aug 16, 2002 11:35 AM by bartmann

    ARGHH: invokerBinding is null in ProxyFactoryFinder

    bartmann

      Hi,

      I've configured JBoss to use our companies JMS Provider.
      It works like a charm, including XA-transactions, BUT:

      Under Branch_3_2 I get the above mentioned message each time the JMSContainerInvoker calls an MDB.

      Parts of my jboss.xml:

      <container-configurations>
      <container-configuration>
      <container-name>MS4P Message Driven Bean</container-name>
      <call-logging>false</call-logging>
      <container-interceptors>
      org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor org.jboss.ejb.plugins.LogInterceptor

      .....

      and down below:

      <invoker-proxy-bindings>
      <invoker-proxy-binding>
      message-driven-bean
      <invoker-mbean>default</invoker-mbean>
      <proxy-factory>org.jboss.ejb.plugins.jms.JMSContainerInvoker</proxy-factory>
      <proxy-factory-config>
      java:/MS4PJMSProvider
      java:/MS4PJMSPool

      ...


      I must admit that I more or less did a copy/paste on
      standardjboss.xml and tweaked the settings till it
      worked, but i don't understand enough about the
      interceptor-chain (especially the invoker-binding concept)

      Any hints?

      Michael