> <table name="SOCRATES_USER2" javaName="SocratesUser2Impl" 
> alias="TurbineUser"
>     baseClass="org.apache.fulcrum.security.impl.db.entity.TurbineUser"
>     basePeer="org.apache.fulcrum.security.impl.db.entity.TurbineUserPeer">
>    
>     <column name="USER_ID" primaryKey="true" required="true" 
> type="INTEGER"/>
>     <column name="STATUS" size="99" type="VARCHAR"/>
>    
> </table>

Do you have the fulcrum package? If you have TDK 2.1 you need to use the TurbineUser 
and Peer found in org.apache.turbine.om.security.TurbineUser and 
org.apache.turbine.om.security.peer.TurbineUserPeer respectively. Unless you checkout 
fulcrum and set it up and all... 

the STATUS column needs to be added to the turbine-schema.xml TURBINE_USER table 
instead... I found that just using set/getPerm works fine instead of altering that 
table anyway... I think it's just serialized into the OBJECTDATA blob column of the 
TURBINE_USER table... 

</dan>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to