On Monday, July 8, 2002, at 10:55 AM, Henning P. Schmiedehausen wrote:
> The Turbine-2 Security System (and the Fulcrum Security System) have a > column called OBJECTDATA in their respective User Peer classes. > > Turbine-2 actually uses it in o.a.t.om.security.peer.TurbineUserPeer > around line 282 and serializes and deserializes the permStorage > Hashtable into the OM objects. > > Fulcrum never seem to touch it. Neither in the TurbineUserPeer nor in > the TurbineUser objects itself. Am I just blind or did this > functionality break when moving the DBSecurityService onto Torque > peers. Henning, If I remember correctly, the OBJECTDATA fields were being abandoned because they cause problems for portability. In particular, there are a number of hacks in the code to make Postgresql play nicely with them and the hacks seem to cause endless trouble for those who use Postgresql. So I think it was removed purposefully, but from the sound of your description it may not have been removed completely. -Eric -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
