Yup... It works.  I did not have to make any code changes.  I just moved the tables 
over to the default mysql directory for the portal and wahlaaaaa...it works.

Couple of comments - things to complete installation:
1) Category fields have to be added to tables (e.g., INSERT INTO...)
2) Keep your Short Description "short" so it fits in the display.
3) User list (scroller) can probably get out of hand -- with thousands of users!!!  
Needs a better way.
4) I have some users that are not real users.  Will have to modify code to eliminate 
them from the user list.  Better way would be to have a config file with the non-users.

Michael Dalton

[EMAIL PROTECTED]
Internet Business Manager
Computing Systems Services Branch
Information Technology Directorate
IT-D3-A 
Kennedy Space Center, FL 32899
(W) 321-861-2207 (F) 321-867-7133




Many thanks for the help.

Michael Dalton

-----Original Message-----
From: Richard Berger [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, January 20, 2004 12:16 AM
To: Jetspeed Users List
Subject: RE: Cone's To Do List portlet configuration problem (SOLVED)....


It finally works - and the key was that I took a wrong path early in the process.  
Recalling my options earlier in the thread:
  a) Inserting the todolist tables into your default database   OR
  b) Setting up a (new) connection to your mySQL database and then changing the 
portlet code to use the mySQL database.

I chose path (b) and many hours of frustration.  I finally did the following: 1. Set 
up mySQL as the default DBMS (instead of the hypersonic) 2. In mySQL, created the 
necessary tables and populated them per the instructions (into the jetspeed database 
in mySQL) 3. Then added the todolist tables to the jetspeed database 4. Changed all 
the BasePortalTodolist*Peer.java code to refer to the "default" database (as per the 
original code).
 
And then it worked! 
Whew,
RB
 


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

Reply via email to