2 Replies Latest reply on Oct 12, 2005 11:35 AM by tumusr

    load ds.xml from a directory other than server/${type}/deplo

    tumusr

      Hi
      I am testing datasources with jboss-4.0.2.
      I created a sybase-ds.xml under deploy directory and datasource got bound properly on jndi.

      When I moved the ds.xml into a directory from server/${type}/deploy to another directory say "C:/test"
      (added the directory file:/C:/test in jboss-service.xml under URLs of URLDeploymentScanner) ,
      sybase-ds.xml failed to deploy.

      server log file:
      17:27:14,170 ERROR [URLDeploymentScanner] Incomplete Deployment listing:

      --- Packages waiting for a deployer ---
      org.jboss.deployment.DeploymentInfo@3476517e { url=file:/c:/test}


      In otherwords; Can I deploy a ds.xml file from an arbitrary directory other than server/${type}/deploy directory?
      Does this require changes other than to server/${type}/conf/jboss-service.xml URLDeploymentScanner mbean?

      Thanks in advance
      -Tumu