Der all, As a newbe using Turbine 2.1, I've made the changes into tdk/share/conf/torque/templates/sql/base/postgresql/db.props accordingly messages of Colm and Daniel. Furthermore, i have updated the postgresql.jar to the v7.2 binary located at http://jdbc.postgresql.org.
Now, the "adding user" issue is resolved, but turbine returns an error when trying to add records in 'RDF' table In my little understanding of the engine, RDF_ID should be considered as "serial" i.e: AUTOINCREMENT insteed of INTEGER, furthermore idMethod of the table should be set to 'native' in order to use sequence capabilitie of postgres. So, I've made those changes in 'newapp-schema.xml', trying to set RDF_ID's type to "AUTOINCREMENT". Unfortunatly, I couldn't get the 'newapp' being initialized correctly (Build Faillure). I've then play arround with the table property idMethod="native" without more success. Would someone be nice enough in helping me to achieve setup ? Many thanks in advance for your tips. Kindest regards Bertrand Habib -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
