Talk:Terracotta

From Resin 3.0

(Difference between revisions)
Jump to: navigation, search
(New page: Unfortunately as this solution does not address class loader naming issues it will only work if the only classes in the session object graph are loaded by the system class loader. Once an...)
 
 
Line 1: Line 1:
 
Unfortunately as this solution does not address class loader naming issues it will only work if the only classes in the session object graph are loaded by the system class loader.  Once an object of a class that is loaded by any other classloader is put in the session or the DSO for that matter, a class loader naming exception will be thrown.
 
Unfortunately as this solution does not address class loader naming issues it will only work if the only classes in the session object graph are loaded by the system class loader.  Once an object of a class that is loaded by any other classloader is put in the session or the DSO for that matter, a class loader naming exception will be thrown.
 +
-danapsimer

Latest revision as of 15:38, 28 April 2008

Unfortunately as this solution does not address class loader naming issues it will only work if the only classes in the session object graph are loaded by the system class loader. Once an object of a class that is loaded by any other classloader is put in the session or the DSO for that matter, a class loader naming exception will be thrown. -danapsimer

Personal tools