1 Reply Latest reply on Aug 6, 2002 2:51 PM by dsundstrom

    DefaultDS not bound

    derekw

      I am seeing deployment exception "DefaultDS not bound" in several places in my log file. I am trying to use the MySQL DB. Also trying to use CMP with EJB 2. Does the standardjaws.xml or standardjbosscmp-jdbc.xml get used in this situation? I have been updating both. Here is what I have changed in those two files and my mysql-service.xml is attached.

      standardjaws.xml changes:
      java:/DefaultDS
      <type-mapping>mySQL</type-mapping>

      standardjbosscmp-jdbc.xml changes:
      java:/DefaultDS
      <datasource-mapping>mySQL</datasource-mapping>

      mysql-service.xml (in default/deploy) is attached to this post.