Hi, all

I'm working with the last cvs and found this problems:

- EditAccount.java (line 108), has a reference to "USERID",
  I think must be "USER_ID" or better something like
  mapBuilder.getUserId()

- in the sql scripts (src/sql/external) there is no script to
  create ID_TABLE (I copy it from turbine cvs)

- in turbine-mysql.sql (sql/external) line 99
    FOREIGN KEY (ROLE_ID) REFERENCES TURBINE_USER_ROLE (ROLE_ID)
  table TURBINE_USER_ROLE doesn't exists, must be TURBINE_ROLE
  as in the turbine cvs

- in turbine-mysql.sql (sql/external) the JOB_ID field in
  TURBINE_SCHEDULED_JOB must be autoincrement ???
  (as in turbine cvs)


thanks

----
Roberto Carrasco R.


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://marc.theaimsgroup.com/?l=jetspeed>
Problems?:           [EMAIL PROTECTED]

Reply via email to