7 Replies Latest reply on Mar 22, 2007 6:59 PM by marklittle

    Message store implementation class problem

    derek.adams

      When I call MessageStoreFactory.getInstance() using the default configuration, an exception is thrown indicating the impl class is not found. I looked in the config and noticed the impl class referenced by org.jboss.soa.esb.persistence.connection.factory is not valid. It should be org.jboss.internal.soa.esb.persistence.format.MessageStoreFactoryImpl. After updating that, it gets further but crashes with a missing dependency on c3p0-0.9.1-pre9.jar. Copying that into jbossesb.sar/lib fixes the problem and everything seems to work fine.