1 Reply Latest reply on Apr 12, 2005 9:59 PM by adrian.brock

    how to let jboss reload the changd oracle-ds.xml

    hongfengsun

      Hi,
      i am using oracle-ds.xml in deploy directory to point to my oracle server A.
      <connection-url>jdbc:oracle:thin:@serverA:1521:vector</connection-url>

      if I change the connection url to point to server B
      <connection-url>jdbc:oracle:thin:@serverB:1521:vector</connection-url>

      jboss cannot reload the connectionFactory, i have to restart jboss to let it pick up the new connection url

      if there any way that i can let jboss to pick up the new connection string without retarting?
      thanks.