[jboss-user] [JBossCache] - Re: who can help me? something about treecache.

2007-01-19 Thread neddy
yet, the path is class/resources/treecache.xml, so can you give me a simple comfig but not the ect/META-INF/tree-service.xml, of course, if you can write some notes or tell me for what? and whether or no thank you for your help! View the original post :

[jboss-user] [JBossCache] - Re: who can help me? something about treecache.

2007-01-18 Thread neddy
OK, so please see my treecache.xml: ?xml version=1.0 encoding=UTF-8 ? jboss:service=Naming jboss:service=TransactionManager JBoss-Cache-Cluster UDP mcast_addr=228.1.2.3 mcast_port=48866 ip_ttl=64

[jboss-user] [JBossCache] - Re: who can help me? something about treecache.

2007-01-18 Thread neddy
OK, so sorry please see this treecache.xml: ?xml version=1.0 encoding=UTF-8 ? jboss:service=Naming jboss:service=TransactionManager JBoss-Cache-Cluster UDP mcast_addr=228.1.2.3 mcast_port=48866 ip_ttl=64

[jboss-user] [JBossCache] - Re: who can help me? something about treecache.

2007-01-16 Thread neddy
thank you! My JbossCache version is 1.4.0sp1,now I can run my object but no Exception,but has some new problem is I can't get the cache's size use the default Fqn, expression cache.getKeys(Fqn.fromString(fqn)) = Can't assign org.jboss.cache.Fqn to java.lang.String can you tell me what's wrong?

[jboss-user] [JBossCache] - Re: who can help me? something about treecache.

2007-01-16 Thread neddy
the defaultFqn=defalut your means is I should new Fqn(default),or I can define the defaultFqn =/default and than I can use Fqn.fromString(defaultFqn) or Right? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4002283#4002283 Reply to the post :

[jboss-user] [JBossCache] - who can help me? something about treecache.

2007-01-15 Thread neddy
I want to use the Jboss's TreeCache to manage my object,but something problem: I have an interface class CacheEngin.java code: /* * Copyright (c) Rafael Steil * All rights reserved. * * Redistribution and use in