[jboss-dev-forums] [Design of JBoss ESB] - Message store implementation class problem
derek.adams
do-not-reply at jboss.com
Thu Mar 22 17:56:02 EDT 2007
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.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4030852#4030852
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4030852
More information about the jboss-dev-forums
mailing list