• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Accessing Tree Cache AOP classes

 
Ranch Hand
Posts: 118
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Folks,

I am using TreeCacheAOP Jboss Cache to cache read-only data in JBoss 4.0, I am caching a object and reading that from cache at some point.

Basically cached Object is serializable and I want it to be seriable since my front-end environment will only work with Serialized objects as far as middleware concern. My question would be can I cache serializable objects in TreeCacheAOP and access them at client. I tried that and I got the following exception at client


What would be work-aorund this problem.

Please let me know ASAP.
Thanks
 
reply
    Bookmark Topic Watch Topic
  • New Topic