0 Replies Latest reply on Apr 4, 2002 2:47 AM by dhumketu

    XADatasource not working in JBOSS 3.0

    dhumketu

      Hi all

      I have tried using XADatasource in JBOSS 3.0.0beta
      but is giving me following error:

      2002-04-04 12:40:26,220 INFO [org.jboss.deployment.MainDeployer] Deploying: file:/C:/jboss/deploy/XA-mysql-service.xml
      2002-04-04 12:40:26,440 ERROR [org.jboss.system.ServiceController] Could not create MBean: DefaultDomain:service=XADataSource,name=xatestDS
      javax.management.ReflectionException: The MBean class could not be loaded by the specified loader
      at com.sun.management.jmx.MBeanServerImpl.createMBean(MBeanServerImpl.java:754)

      my XA-mysql-service.xml looks like this :


      xatestDS
      jdbc:mysql://localhost:3306/test
      test
      test


      please help

      TIA

      -Dhum