2 Replies Latest reply on Aug 13, 2002 6:43 AM by jgoodling

    fix for "mySqlDS not bound" gotcha

    billotte

      I'm in the process of upgrading from 3.0RC1 to 3.0.0 and have been getting this error:

      org.jboss.deployment.DeploymentException: error in create of EjbModule: file:/home/daniel/install/jboss-3.0.0_tomcat-4.0.3/server/default/deploy/mailEJB.jar; - nested throwable: (org.jboss.deployment.DeploymentException: mySqlDS not bound)

      I got the latest mysql-service.xml from:
      http://cvs.sf.net/cgi-bin/viewcvs.cgi/jboss/jbosscx/src/etc/example-config/mysql-service.xml


      After trying lots of different things, I did a manual diff of mysql-service.xml and hsqldb-service.xml and found this difference:
      hsqldb-service.xml:
      <depends optional-attribute-name="JaasSecurityManagerService">jboss.security:name=JaasSecurityManager

      mysql-service.xml:
      <depends optional-attribute-name="JaasSecurityManagerService">jboss.security:service=JaasSecurityManager

      I changed "service" to "name" and everything started working fine.

      I'm running jboss-tomcat-3.0.0 on Linux. Has this popped up anywhere else?

      cheers,
      Daniel