Bruno Lowagie wrote:
>
> Now I can log in as an existing user, but when trying to
> create a new user through the web-interface, I get:
> 
> Exception: java.sql.SQLException: ORA-01400:
>    cannot insert NULL into ("BLOWAGIE"."TURBINE_USER"."USER_ID")
>    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:168)

I think this is because Oracle expects
TURBINE_USER_SEQ.NEXTVAL as USER_ID.
Is there some parameter, so that I can
tell turbine that Oracle is the database
and that the TURBINE_USER_SEQ should use
the sequence to attribute a new user_id?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to