[jboss-user] [JBossCache] - Re: Failed to create local transaction; TransactionManager i

BruceSpringfield do-not-reply at jboss.com
Wed Aug 29 05:51:43 EDT 2007


used a simple cache config :

<?xml version="1.0" encoding="UTF-8"?>
  | <server>
  | 	<mbean code="org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper" 
  |           name="jboss.cache:service=PojoCache">
  |       <depends>jboss:service=Naming</depends>
  |       <depends>jboss:service=TransactionManager</depends>
  |       <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.JBossTransactionManagerLookup</attribute>
  |       <attribute name="CacheMode">LOCAL</attribute>     
  |    </mbean>
  | </server>   

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

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



More information about the jboss-user mailing list