[JBoss-user] [JBossCache] - Re: I think I didnÂt understand

2005-04-07 Thread lehphyro
Now I understood, it configures itself on create node. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873051#3873051 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873051 --

[JBoss-user] [JBossCache] - I think I didnÂt understand

2005-04-06 Thread lehphyro
In order to put an object in cache, all that I need is: - Configure a region name, for example, "..."; - Call cache.put("/Test", "test", object); But I receive the message: "node /Filiados not found" What was that? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic

[JBoss-user] [JBossCache] - Re: Help please! IÂm done...

2005-04-06 Thread lehphyro
Sorry... It worked now View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872946#3872946 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3872946 --- SF email is sponsored

[JBoss-user] [JBossCache] - Help please! IÂm done...

2005-04-06 Thread lehphyro
JBoss Cache donÂt works on JBoss, this is a fact. I just want configure my cache! I just write: cache = new TreeCache(); PropertyConfigurator config = new PropertyConfigurator(); config.configure(cache, "C:\\cache-service.xml"); cache.createService();

[JBoss-user] [JBossCache] - Old version of JBoss canÂt handle JBossCache

2005-04-06 Thread lehphyro
I canÂt deploy my cache config using JNDI with this: true as attribute of org.jboss.invocation.jrmp.server.JRMPProxyFactory the error is: No Attribute found with name: InvokerTargetMethod So, how do I deploy my cache? I use JBoss 3.0.8. Thanks View the original post : http://www.jboss.org/i

[JBoss-user] [JBossCache] - Re: I canÂt deploy XML file

2005-04-06 Thread lehphyro
It worked! I used: TreeCacheMBean cache = (TreeCacheMBean)context.lookup("cache/cacheFiliados"); Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872877#3872877 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3872

[JBoss-user] [JBossCache] - Re: I canÂt deploy XML file

2005-04-06 Thread lehphyro
Okay, I got it deployed. Now I canÂt access my cache using JNDI, my config is: jboss:service=invoker,type=jrmp jboss.cache:service=TreeCache cache/cacheFiliados org.jboss.cache.TreeCacheMBean org.jboss.proxy.ClientMethodInterceptor org.jboss.proxy.SecurityInt

[JBoss-user] [JBossCache] - I canÂt deploy XML file

2005-04-05 Thread lehphyro
I receive the message: ERROR [URLDeploymentScanner] MBeanException: Exception in MBean operation 'checkIncompleteDeployments()' Cause: Incomplete Deployment listing: Packages waiting for a deployer: [EMAIL PROTECTED] { url=file:/C:/Java/jboss-3.0.8_tomcat-4.1.24/server/default/deploy/jboss-cache

[JBoss-user] [JBossCache] - Set available memory

2005-04-05 Thread lehphyro
Hi, How do I set the available memory for cache? (Or max number of objects) Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872742#3872742 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3872742