5 Replies Latest reply on Aug 13, 2002 10:34 AM by dmaclaren

    Problems setting up MySQL-Datasource

    smarti9

      Hi everybody,

      I'm quite new to JBoss - currently I'm trying to set up a mysql-datasource. I use JBoss 3.0.0RC3.

      I downloaded a copy of the mysql-example-configuration from the cvs and modified the settings as needed for my MySQL-server. I tried that with several versions (1.1 to 1.8). Most time after I copied the file in the deploy-directory of JBoss I get the message:
      "Deployment of package: /mysql-service.xml is waiting for an appropriate deployer."

      With one version I get the foloowing messages:
      [ServiceController] jboss.jca:service=LocalTxDS, name=MySQLEventDS does not implement any Service methods
      [JBossManagedConnectionPool] Creating
      [JBossManagedConnectionPool] Created
      [JBossManagedConnectionPool] Starting
      [JBossManagedConnectionPool] Started
      [MainDeployer] Successfully completed deployment of package: mysql-service.xml

      Wether I used one of the first nor the second version everytime I try to create an entity EJB which uses the datasource I get an error message saying:
      org.jboss.deployment.DeploymentException: MySQLEventDS not bound

      Do I have to enter some information in another config-file? Has anybody a hint or a good idea?

      Thanks a lot in advance!

      Best regards,
      Martin