1 Reply Latest reply on Feb 22, 2003 4:13 PM by davidjencks

    Steps to test the JMS-JCA (jms-ra.rar)  adapter

    akhilnagpal

      HI,
      Can somebody tell me the steps to test the jms-ra.rar adapter. I have tried to run the TestClient.java class. but it gives me the exeptio at the client side.
      /////1
      java.io.FileNotFoundException: c:\config\security.properties (The system cannot find the path specified)
      at java.io.FileInputStream.open(Native Method)

      //////2
      java.io.FileNotFoundException: c:\config\ejb.properties (The system cannot find the path specified)
      at java.io.FileInputStream.open(Native Method)
      //////3
      - could not create session
      javax.resource.spi.CommException: javax.naming.NameNotFoundException: No object bound for java:DefaultJMSProvide

      i think i have not bound the JMS provider in the jndi..but even i dont know how..i am the firts time user of JBoss as i needed a quick look into the JMS-JCA adapter..

      please help...

      Akhil

        • 1. Re: Steps to test the JMS-JCA (jms-ra.rar)  adapter
          davidjencks

          The easiest way is to get the jboss source code and run the test suite. Since all jms activity in jboss occurs using the jmsra adapter, you will be testing it extensively.

          The default configuration of jboss includes a deployment of the adapter. Normally you would not use the adapter in a standalone client.