0 Replies Latest reply on Nov 16, 2001 12:54 PM by zhaoxin_gl

    mysql & ConnectionFactoryLoader

    zhaoxin_gl

      to use ejb, modify jboss.jcml and add a mbean like this:


      org.jboss.pool.jdbc.xa.wrapper.XADataSourceImpl
      mySQLDS
      jdbc:mysql://localhost/test
      test
      test


      in the bean, lookup datasource is ok!
      it seem enough. but I read the document, it give a example for mbean which name is ConnectionFactoryLoader.
      what is it function and how use it?

      my english is bad, if you know my question, please help me!

      any help is thanks!