0 Replies Latest reply on Mar 21, 2006 11:45 PM by raviies

    XP+JBOSS 4.0+mySQL JMX problems

    raviies

      Hi All,

      I'm trying to configure MySQL 4.0 (on a remote m/c) with JBOSS 4.0 + XP

      I'm not able to get Persistence working at all... Do I need to do anything different? If you have configured JBOSS 4.0 on WIndows XP with MySQL please post

      Ravi

      <local-tx-datasource>
      
       <jndi-name>DefaultDS</jndi-name>
       <connection-url>jdbc:mysql://p125244:3306/jboss</connection-url>
       <driver-class>com.mysql.jdbc.Driver</driver-class>
       <user-name>jboss</user-name>
       <password>password</password>
      
       <metadata>
       <type-mapping>mySQL</type-mapping>
       </metadata>
      </local-tx-datasource>