[jboss-user] [JBoss Cache: Core Edition] - Re: basic question on starting a jboss cache

bstansberry@jboss.com do-not-reply at jboss.com
Fri Mar 28 10:58:49 EDT 2008


Please use the "code" button when pasting XML and such.  You can click the "Preview" button before posting to see if your post will display correctly.

Now guessing what your post was...

Are you specifying:

hibernate.transaction.manager_lookup_class=org.jboss.cache.transaction.GenericTransactionManagerLookup

If so, that's not valid; Hibernate expects hibernate.transaction.manager_lookup_class to specify of Hibernate's TransactionManagerLookup interface, which is a different thing from the JBC one -- different package.

I think there's something else going on as well, since you shouldn't get a CNFE.  Make sure the JBC jars are on your classpath.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4139694#4139694

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4139694



More information about the jboss-user mailing list