0 Replies Latest reply on Feb 6, 2002 4:33 AM by perttiy

    How to use jdbc persistent manager in database

    perttiy

      I edit my jboss.jcml(JBoss/conf/default) file that JBossMQ use the jdbc persistent manager.

      <!-- The PersistenceManager is used to store messages to database. mqDB is The JNDI name of the javax.sql.DataSource to use for obtaining
      the database connections.-->

      mqDB


      When I started JBoss I get the following:
      [ERROR,ConfigurationService] Could not create MBean JBossMQ:service=PersistenceManager(org.jboss.mq.pm.jdbc.PersistenceManageranager)
      java.lang.ClassNotFoundException:
      org.jboss.mq.pm.jdbc.PersistenceManageranager at
      javax.management.loading.MLet.findClass(MLet.java:800)
      at java.lang.ClassLoader.loadClass(Unknown Source)
      at java.lang.ClassLoader.loadClass(Unknown Source)
      at com.sun.management.jmx.MBeanServerImpl.findClass(MBeanServerImpl.java:2466)
      at com.sun.management.jmx.MBeanServerImpl.createMBean(MBeanServerImpl.ja
      va:751)
      at org.jboss.configuration.ConfigurationService.create(ConfigurationServ
      ice.java:683)

      I tried to found package org.jboss.mq.pm.jdbc.PersistenceManageranager but I cant found it??
      HELP!!