Hi everybody, While using Jetspeed 1.4b3 with Oracle (both 8i and 9i), everything works fine but this error occurs when I try to add a new user:
[DEBUG] - select TURBINE_USER.nextval from dual [ERROR] - Turbine.handleException: null [ERROR] - java.lang.reflect.InvocationTargetException: java.sql.SQLException: ORA-02289: sequence does not exist This happens because the actual name of the sequence, created by turbine-oracle.sql, is TURBINE_USER_SEQ and not TURBINE_USER, which is the name of the table. I'm not sure about how to set up Torque to solve this problem since I never used it. How can I configure and build the portal in order to make it use the correct sequence name? Thanks in advance, Marco --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
