I think you can:
1) write a trigger of Jetspeed user tables to update to your own table
whenever new records are inserted or when some records are updated, in
this way you have not to change j2-admin source code.
To use triggers you should have mysql version 5.0.2 or greater, see
http://dev.mysql.com/doc/refman/5.0/en/triggers.html for more details.
2) modify j2-admin source code to adapt it to your needs
I think the 1) approach is simples even if less elegant. Obviously check
your mysql version
ROb
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]