Does the security-schema.xml, and project.properties file do anything to the jetspeed classes during a jetspeed source build ? We took the binary build of JS15, and configured it to use a JNDI data source for a postgres user registry. After some fussing with the postgres schema files (changing to bytea, adding PASSWORD_CHANGED etc). We also added turbine_user.user_id as a sequence. All had been working normally, until yesterday, when PSML files ceased to be created for new users; due to the exception that is now being thrown: 2004-08-24 16:21:22,327 [http80-Processor1] ERROR TurbineUserManagement - Failed to create account 'xxx' org.postgresql.util.PSQLException: ERROR: "turbine_user" is not a sequence I've seen several posts regarding this exception, but no absolute resolution. Many indicated to modify the build.properties, and security-schema.xml, remove autoincrement etc, what does this end up doing? There is a default sequence for the turbine_user table, turbine_user_user_id_seq, which was created during the table creation. Is there a way to stop jetspeed from trying to use the table as a sequence, or point it to the proper sequence? -Arthur