I install jboss 4.0.0
Now im configuring mysql deployer (mysql_ds.xml):
<?xml version="1.0" encoding="UTF-8"?>

  <local-tx-datasource>
    <jndi-name>MySqlDSBiootop</jndi-name>
    <connection-url>jdbc:mysql://127.0.0.1:3306/biootop</connection-url>
    <driver-class>org.gjt.mm.mysql.Driver</driver-class>
    <user-name>biootopBD</user-name>
    venezmoi0789
    
       <type-mapping>mySQL</type-mapping>
    
  </local-tx-datasource>
 

I put the mysql-connector-java-3.1.8-bin.jar in the serveur/default/lib.
When i lauch the server, i get every time get this error:
12:34:48,203 ERROR [URLDeploymentScanner] Incomplete Deployment listing:
Packages waiting for a deployer:
[EMAIL PROTECTED] { url=file:/C:/jboss-4.0.0/server/d
efault/deploy/mysql_ds.xml }
  deployer: null
  status: null
  state: INIT_WAITING_DEPLOYER
  watch: file:/C:/jboss-4.0.0/server/default/deploy/mysql_ds.xml
  altDD: null
  lastDeployed: 1174905286515
  lastModified: 1174905284625
  mbeans:

Incompletely deployed packages:
[EMAIL PROTECTED] { url=file:/C:/jboss-4.0.0/server/d
efault/deploy/mysql_ds.xml }
  deployer: null
  status: null
  state: INIT_WAITING_DEPLOYER
  watch: file:/C:/jboss-4.0.0/server/default/deploy/mysql_ds.xml
  altDD: null
  lastDeployed: 1174905286515
  lastModified: 1174905284625
  mbeans:


Please help, i can connect to my BDD


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

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

Reply via email to