I have a datasource.xml will following:

<?xml version="1.0" encoding="UTF-8"?>

 <local-tx-datasource>
   <jndi-name>jdbc/DataSource</jndi-name>
   <connection-url>jdbc:oracle:thin:@ipaddress:port:databsename</connection-url>
   <driver-class>oracle.jdbc.driver.OracleDriver</driver-class>
   <user-name>user-name</user-name>
   password
   <min-pool-size>1</min-pool-size>
   <max-pool-size>5</max-pool-size>
   <idle-timeout-minutes>0</idle-timeout-minutes>
   <track-statements/>
 </local-tx-datasource>


And i copied this file under \jboss-4.0.5.GA\server\default\deploy

Then am getting following error:
ERROR [URLDeploymentScanner] Incomplete Deployment listing:

--- Packages waiting for a deployer ---
[EMAIL PROTECTED] { 
url=file:/D:/jboss-4.0.5.GA/server/default/deploy/datasource.xml }
  deployer: null
  status: null
  state: INIT_WAITING_DEPLOYER
  watch: file:/D:/jboss-4.0.5.GA/server/default/deploy/datasource.xml
  altDD: null
  lastDeployed: 1166729153577
  lastModified: 1166729153577
  mbeans:

--- Incompletely deployed packages ---
[EMAIL PROTECTED] { 
url=file:/D:/jboss-4.0.5.GA/server/default/deploy/datasource.xml }
  deployer: null
  status: null
  state: INIT_WAITING_DEPLOYER
  watch: file:/D:/jboss-4.0.5.GA/server/default/deploy/datasource.xml
  altDD: null
  lastDeployed: 1166729153577
  lastModified: 1166729153577
  mbeans:

Any help ASAP will be appreciated.

Thanks

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995715#3995715

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3995715
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to