[jboss-user] [JBossCache] - UNICAST - min_threshold, window_size

2006-10-02 Thread sphinxmember
Hi, I am getting 250 [main] ERROR org.jgroups.protocols.UNICAST - window_size is deprecated and will be ignored 250 [main] ERROR org.jgroups.protocols.UNICAST - min_threshold is deprecated and will be ignored As mentioned these flags will be removed as Flow control is provided by FC

[jboss-user] [JBossCache] - Re: PojoCache and getObject()

2006-09-27 Thread sphinxmember
I dont have eviction policy and cacheloader requirement. May be at some point of time we might have eviction policy but not cache loader as its loading and storing the cache is achieved differently. Is there any other way to trigger it . View the original post :

[jboss-user] [JBossCache] - Re: PojoCache and getObject()

2006-09-25 Thread sphinxmember
HI, I am using Jboss Cache 1.4 Buddy replication is not configured , My application requirement is such that I need nodeVisited event triggered on getObject call on pojo cache. Kindly let me know how to configure it without starting buddy replication. Thx View the original post :

[jboss-user] [JBossCache] - PojoCache and getObject()

2006-09-22 Thread sphinxmember
Hi, getObject(fqn) on a PojoCache doesnt trigger a nodevisited event. Am I right ?? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973668#3973668 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3973668

[jboss-user] [JBossCache] - Re: removeObject() in PojoCache !!

2006-09-18 Thread sphinxmember
These behavior was observed while running the samples shipped with jboss cache under examples\PojoCache\annotated50, after making a change of removing a non-existent node in the cache. Both node create and node modify event are received by the listener. I am using TreeCache's remove() method

[jboss-user] [JBossCache] - removeObject() in PojoCache !!

2006-09-14 Thread sphinxmember
Hi , Invocation of pojoCache.removeObject(abcdefghijk) results in a generation of nodecreate and nodemodify event [java] created:/abcdefghijk [java] FQN of the node modified: /abcdefghijk [java] - These are the statements printed in the listner call

[jboss-user] [JBossCache] - Re: PojoCache Weblogic 91 and JConsole issue!!

2006-07-28 Thread sphinxmember
ya ..thats right jconsole disables those methods. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3961600#3961600 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3961600 ___

[jboss-user] [JBossCache] - Re: PojoCache Weblogic 91 and JConsole issue!!

2006-07-25 Thread sphinxmember
Just tried that , here is my observations. 1. There is no classcast exception in the jvm running stand alone cache client 2. The Jconsole mbean view of the treecache , under the attibutes tab I see the following attributes as red. Name Value a. Instance

[jboss-user] [JBossCache] - Re: PojoCache Weblogic 91 and JConsole issue!!

2006-07-25 Thread sphinxmember
Another observation is that lot of operations are displayed as disabled in the jconsole view . View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3960838#3960838 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3960838

[jboss-user] [JBossCache] - Re: PojoCache Weblogic 91 and JConsole issue!!

2006-07-20 Thread sphinxmember
| bean id=mbeanServer | class=org.springframework.jndi.JndiObjectFactoryBean | property name=jndiName | value=java:comp/env/jmx/runtime/ | /bean | bean id=runtimeMbeanServerConnection | class=org.springframework.jmx.support.MBeanServerConnectionFactoryBean

[jboss-user] [JBossCache] - PojoCache Weblogic 91 and JConsole issue!!

2006-07-19 Thread sphinxmember
Hi , I am using Pojo cache on weblogic 9.1 server with a clustered domain. When I try to check the operations through JConsole (Sun) it throws a classcast exception on the server . Kindly throw some light on this behavior. Thanks View the original post :

[jboss-user] [JBossCache] - Re: Weblogic 91 and POJO Cache

2006-07-19 Thread sphinxmember
oops , never got notified about your reply any way jboss-minimal.jar is the one which did the trick Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3959383#3959383 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3959383

[jboss-user] [JBossCache] - Re: PojoCache Weblogic 91 and JConsole issue!!

2006-07-19 Thread sphinxmember
Hi, Thanks for your reply, Here is what I get on the weblogic server. I was getting errors on the jconsole side also which are not coming now after I started it with the following set up, Let me know what more information I need to provide. I am using spring to export the pojo cache as mbean to

[jboss-user] [JBossCache] - Re: PojoCache Weblogic 91 and JConsole issue!!

2006-07-19 Thread sphinxmember
Spring is exporting the PojoCache(TreeCacheAop) to the Weblogic MBean Server , All the JMX opertations like registration of mbeans are handled by spring, The PojoCache is also running on the weblogic server itself and not stand alone. Did I answer your question ? View the original post :

[jboss-user] [JBossCache] - Re: PojoCache Weblogic 91 and JConsole issue!!

2006-07-19 Thread sphinxmember
This is the actual configuration I am using for spring weblogic weblogic weblogic.management.remote entry key=web:name=testBean1 value-ref=ConfigBeanA entry