Hi, I use Jetspeed CVS head with the turbine user management with an Oracle db. I want to change the table name as well as field names for the TURBINE_USER etc tables.
Changing the name of the table is not a big problem : I changed the names int the build/torque/security-schema.xml, with the javaName attributes so that the classes still have the same name. But changing the field names (for example I want to have PC_TURBINE_USER_ID instead of USER_ID to conform to our internal standards) causes some static fields names in the Peer classes, and the Turbine services refer to these fields. So if the field names change, I can't compile any more ! The javaName attribute for the column influences the getXxx method in the data object , but not the static field name in the Peer object. Is there a way to generate different static fields name from the column name ? Any idea of how to avoid this problem without rewriting all the Turbine classes ? Any suggestion welcome ! Pierre
