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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...