I have a question about using the idbroker to generate ids. I am using turbine 2.2b2 and I tried switching the idmethod to native, but it didn't work, so I am assuming there is some code specific to the idbroker in the java generated by torque.
I have been trying to switch back to the idbroker to get it to work and it is not currently and I haven't been able to hunt down what is happening where to figure it out... I have three schemas that are being provcessed: turbines, the id-table and my own. The generation goes ok, but I see in the templates where a file with the insert statements for the id-table is supposed to be generated, but I get no such file. When I try to authenticate using turbine I get Failed to create account 'will': The table TURBINE_USER does not have a proper entry in the ID_TABLE. If I go in and do by handthe entry it looks like the id-table setup would have done: insert into ID_TABLE (id_table_id, table_name, next_id, quantity) VALUES (1, 'TURBINE_USER', 1000, 10); When I try turbine again I get: Caused by: org.apache.turbine.util.security.DataBackendException: Failed to create account 'will': ERROR: Unterminated quoted string at org.apache.turbine.services.security.db.DBUserManager.createAccount(DBUserManager.java:399) at org.apache.turbine.services.security.BaseSecurityService.addUser(BaseSecurityService.java:383) at org.apache.turbine.services.security.TurbineSecurity.addUser(TurbineSecurity.java:425) at org.himinbi.directory.turbine.actions.ManageUser.doAdd(ManageUser.java:57) ... 44 more The information in the account info doesn't contain any quote characters and the encryption of passwords is turned off (and it looks like the password is base64 encoded regardless). Has anyone seen this before? I am going to keep hunting, but I figured if anyone could give me a pointer that would be handy. Will -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
