0 Replies Latest reply on Mar 26, 2007 6:39 AM by gildov

    I can't connect to my BDD (mysql_ds.xml deployer)

    gildov

      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:
      org.jboss.deployment.DeploymentInfo@fbcd8354 { 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:
      org.jboss.deployment.DeploymentInfo@fbcd8354 { 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