Thanks for the quick answer.

Concerning final, I see that it makes no sense replicating final fields that 
point to immutable objects (e.g. Strings). But when the referenced object is 
mutable I might want to replicate changes to it, too.

Objects are mapped into the cache by reachability, but objects referenced by 
final fields aren't, so I have to do this manually.

I think I have seen that when I do a putObject(), fields containing Collections 
are replaced with AOP Proxies. This of course would be a problem with a final 
field; but why disallow it for other kinds of objects?

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to