3 Replies Latest reply on Feb 14, 2002 6:21 AM by adrian.brock

    How to deploy a resource adapter on global naming space ?

    roysun

      Hi there.

      I am trying to deploy a resource adapter on global naming space rather java naming space. That, I believe, allawing me access my ConnectionFactory from differenent JVM.

      I checked the ConnectionFactoryLoader.java code, it hardcodes the jndiname to java naming like:
      bindname = "java:/" + jndiname;

      If I can write a mbean and bind the resource adapter with global naming space?

      Roy