I have som trouble configuring TreeCache to not use transactions. When I set TransactionManagerLookupClass to org.jboss.cache.DummyTransactionManagerLookup I get a NameAlreadyBoundException in Jboss.
Is it at all possible to use Jboss cache without transaction support in Jboss? Jboss cache version is 1.2.4 and Jboss version is 4.0.3SP1. Snippet from treecache-service.xml: | <attribute name="TransactionManagerLookupClass">org.jboss.cache.DummyTransactionManagerLookup</attribute> | and error message: | 12:37:28,191 ERROR [DummyTransactionManager] binding of DummyTransactionManager failed | javax.naming.NameAlreadyBoundException | at org.jnp.server.NamingServer.bind(NamingServer.java:129) | at org.jnp.interfaces.NamingContext.bind(NamingContext.java:551) | at org.jnp.interfaces.NamingContext.bind(NamingContext.java:516) | at javax.naming.InitialContext.bind(InitialContext.java:359) | /BJ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922534#3922534 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3922534 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
