1 Reply Latest reply on May 3, 2005 10:50 PM by vishwajit_pantvaidya

    jboss 3.2.5 - accessing adapter cnxn fact from different vm

    vishwajit_pantvaidya

      Hello,

      My jboss 3.2.5 adapter deployment has the jndi definition in the *-ds.xml file. I was having problems accessing the connection factory from a client running outside jboss i.e. in another VM. It seems from the FAQ that my adapter connection factory in jboss 3.2.5, can only be accessed using JNDI from within the jboss VM. Any workarounds to this or any changes that I need can do to get this working in jboss 3.x?

      My *-ds.xml file is as follows:

      <connection-factories>
      <tx-connection-factory>
      <jndi-name>eis/MyConnectionFactory</jndi-name>
      <adapter-display-name>MyAdapter</adapter-display-name>...
      </tx-connection-factory>
      </connection-factories>


      Thanks.