Seems like many of the online docs and questions in the past have dealt with extending TURBINE_USER, but I can't find any info on the preferred method of changing the idMethod. We need to use autoincrement for generating this id, and the way I did this in Turbine 2.2 was to actually change the TurbineMapBuilder.java file in the turbine jar (gasp!) It seems like T2.3 is trying to address the user generated Torque approach, so is there now a better way to do this or should I continue polluting my jar file with tribe.net specific extensions?
In T2.3 you should use the Torque Security Service (http://jakarta.apache.org/turbine/turbine-2.3/services/torque-security-service.html). You generate the underlying OM for using Torque and if you set the idMethod to native it works well.
Scott
-- Scott Eade Backstage Technologies Pty. Ltd. http://www.backstagetech.com.au
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
