0 Replies Latest reply on Feb 11, 2002 11:30 AM by sanepid

    Resource Adapter and JNDI name

    sanepid

      Hello,
      I encountered the following problem: I deployed some resource adapters and all are registered under java:/ namespace in JNDI, which means they are not accessible from another VM. I checked the sources(ConnectionFactoryLoader) and the loadConnectionFactory method appends the "java:/" to the provided JNDI name.
      Is there any way to access a resource adapter from another VM in a similar way as ConnectionFactory datasource works for databases (registered under global JNDI namespace)?
      Thanks