Herv� Guidetti wrote:
> 
> In fact, I add an HashTable (containing other hashtable) in the Perm and I
> save it directly after adding.
> I change the getUserFormSession to getUser but always the same problem.
> 
> It seems that the saving is all right.
> But when I retieve the perm from storage, the perm contains all the objects
> it had but not mine.
> I get step by step in the TurbineUser.saveToStorage() code and everything
> seems ok.
> 
> May the problem comming from the fact that I had an hashtable and not a
> string, integer, ... ??
> 
> Any idea ??

Hmm, you could try using a class that subclasses Hashtable and
implements Serializable.  Perhaps a Serializable object can't serialize
Objects that don't implement the Serializable interface (but can handle
primitives)?
-- 

Daniel Rall <[EMAIL PROTECTED]>


------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to