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 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
