From: <ad...@jb...> - 2005-05-11 00:23:25
|
"ben...@jb..." wrote : | But you maybe right. Solution is then I will need to set tcl before calling getPojo regardless what. | | Let me try. | No, because invoking the proxy will change the classloader. Your fundamental problem (as I understand your description in JBCACHE-151) is that the code that does the serialization/deserialization doesn't understand classloader context. That is why you need the MarshalledValue. Class.forName(String) is going to use the classloader that loads your jboss cache class regardless of what JMX does. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877271#3877271 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877271 |