"manik.surtani(a)jboss.com" wrote : no, it won't be applied to side-effect
nodes - perhaps one way to do this is to create the "side effect nodes"
explicitly with the option? :-(
That's the hack I have now. Try to track whether the region root nodes exist or not,
and then before doing any writes, do a separate call to create the region root if
necessary. It's ugly and fragile.
Possibly I could replace the "try to track whether the region root exists" bit
and just do a PFER for the region root w/ cacheModeLocal=true before every write.
Eliminates complexity in the integration code at the cost of a lot of unnecessary PFER
calls.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4168524#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...