1 Reply Latest reply on Feb 25, 2005 1:07 PM by adrian.brock

    Use of connection factory outside of JBoss Server's VM

    keyurva

      I am reading the admin/dev guide for JBoss 3.2.6 and it says this:


      The full JNDI name will be java:/<JndiName> meaning that the JndiName attribute value will be prefixed with java:/. This prevents use of the connection factory outside of the JBoss server VM. In the future this restriction may be configurable.


      Is this configurable now? i.e. can I access a connection factory from outside JBoss's VM?

      My question is based on my requirement here (sorry for the cross post but I didn't get a response over there so):

      http://jboss.com/index.html?module=bb&op=viewtopic&t=60656

      Basically, I want to isolate the legacy code from the server VM so that a crash in the native code doesn't bring the server down.

      Thanks,
      Keyur