Note to self: don't post late at night when should be sleeping :)

Yep, you are using TreeCacheAop.  But not the object-based API. Your put should 
be done using cache.putObject("test.cache.name", list), the get using 
cache.getObject("test.cache.name").

TreeCacheAop subclasses TreeCache and provides all the superclass behavior plus 
an extended API. If you use the put/get/remove API inherited from the 
superclass you get the superclass behavior I described previously.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909790#3909790

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3909790


-------------------------------------------------------
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://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to