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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820817

Is there a way to deploy a datasource (ds.xml) on the fly?



I am trying to do this thru an MBean using the MBeanServer (invoke method) and the 
MainDeployer, but it always has a problem deploying the ds.xml file.



It looks like there are no deployers for ds files in jboss by default.  Below is what 
I get back from the MainDeployer in the log:



2004-02-09 09:43:16,362 INFO  [org.jboss.deployment.MainDeployer] Starting deployment 
of package: file://C:/jboss/server/default/deploy/tmp-firebird-ds.xml

2004-02-09 09:43:16,362 DEBUG [org.jboss.deployment.MainDeployer] Starting deployment 
(init step) of package at: file://C:/jboss/server/default/deploy/tmp-firebird-ds.xml

2004-02-09 09:43:16,372 DEBUG [org.jboss.deployment.MainDeployer] No deployer found 
for url: file://C:/jboss/server/default/deploy/tmp-firebird-ds.xml

2004-02-09 09:43:16,382 INFO  [org.jboss.deployment.MainDeployer] deployment waiting 
for deployer: file://C:/jboss/server/default/deploy/tmp-firebird-ds.xml

2004-02-09 09:43:16,382 DEBUG [org.jboss.deployment.MainDeployer] Watching new file: 
file://C:/jboss/server/default/deploy/tmp-firebird-ds.xml

2004-02-09 09:43:16,382 INFO  [org.jboss.deployment.MainDeployer] Deployment of 
package: file://C:/jboss/server/default/deploy/tmp-firebird-ds.xml is waiting for an 
appropriate deployer.



Thanks in advance



Austin




-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to