0 Replies Latest reply on Dec 27, 2001 8:44 AM by arnaud74130

    EJB finder exception...

    arnaud74130

      Hi,
      I have some ejb1.1 (jboss2.4.3_tomcat32.3) with mySQL and everything works when JBoss and mySQL are in the same computer.
      I tried to move mySQL on a new computer in our LAN,
      and i have a finder Exception...
      I just change the jboss.jcml to set up the new Datasource, and Jboss find it at deployment...
      Maybe i need to do more configuration ....

      below you can find my jboss.jcml and my error message.
      Thanks for help

      Arnaud

      jboss.jcml
      -------------


      org.gjt.mm.mysql.Driver


      org.jboss.pool.jdbc.xa.wrapper.XADataSourceImpl
      mySQLDS

      jdbc:mysql://xx.xx.xx.xx:3306/cms
      1200000
      root

      10
      false
      false
      false
      true
      120000
      1800000
      false
      false
      1.0
      0



      Error message
      -------------

      [Default] javax.ejb.FinderException: Find failed
      [Default] at org.jboss.ejb.plugins.jaws.jdbc.JDBCFinderCommand.execute(JDBCFinderCommand.java:105)
      [Default]