2 Replies Latest reply on Jun 8, 2009 9:56 AM by tar_szator

    JBossConnectionFactory

    tar_szator

      Hallo

      I try to request a ESB Service via JMS from a JBossWS. The Queue is created.
      The Line which caused the error is

      ConnectionFactory qcf = (ConnectionFactory) ctx.lookup( "ConnectionFactory" );

      After looking in JNDIView I got to know that lookup gives a JBossConnectionFactory.
      Unfortunately the JBossConnectionFactory doesn't implement the ConnectionFactory Interface.
      I use jbossesb-server-4.5.GA but I also give jboss-5.0.0.GA a shut but it doesn't worked ether.
      When I try to install messaging instead of mq, jbpm doesn't work anymore.

      Can somebody help me please?