Hi,

Current in TurbineUserPeer there is code that prevents the USER_ID to be
added to the Permanent storage

if ( ! ( columnNames[j].equalsIgnoreCase( USER_ID_COLUMN )
  ||  columnNames[j].equalsIgnoreCase( OBJECT_DATA_COLUMN ) ))
    {
        // Add to storage
    }

Would it be ok to remove the USER_ID_COLUMN restriction so that I can get a
hold of the USER_ID with

id = data.getUser().getPerm("USER_ID");

Or is there some reason that I don't see for USER_ID to be excluded from the
permanentStorage?

~ Leon



------------------------------------------------------------
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