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
--
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
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 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();
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
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
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
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
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