Hi!!
I'm making slow progress with Turbine.
Hacking with the cvs sources and with the template files set taked
from a snapshot (login and administration stuff), I had got a
semi-functional Turbine application (using Tomcat V3.2 b2).
(I didn't used the TDK -- and I don't know if the template stuff I
got from the snapshot is fully functional or if it's broken 8^)
I configured the Turbine's properties file and set the default screen
to Login
screen.homepage=Login
Then I entered the (main) Turbine application under Tomcat.
The login screens appeared, asking for user's login and password
(webmacro and turbine log files were ok).
I entered ("turbine", "turbine") [the default db user entry]
and I got the administration screen.
Then, I "clicked" to the "add user" link, and the browser exposed me
an html form with input fields.
Then the Turbine log file signalled some jdbc exceptions; in fact
the above html form's fields had got error statements.
I suppose Turbine tried to retrieve some data from the turbine database (I'm
using MySQL) but its query returned an empty recordset or something similar
- so the form fileds mapping generated these errors.
[sorry, now I'm not using my workstation, so I cannot have the log files]
The unique operations I made with the dbase were:
a) making the turbine db (using mySql);
b) execute the 3 sql scripts (2 MySql's sql + 1 generic) from the turbine
distribuition (sources/sql)
c) set the right db user / db password into the Turbine properties file
Maybe I got poor db user's privileges ?
At this point... what should I do to obtain a base fully-functional
Turbine cvs sources / snapshot ??
I'd like to start to code some example applications (I'm very interested
in the MVC stuff and in the db relations -> Java class mapping),
but the lack of documentation and this state of flux is a big problem... for
me !!! ;^)
Any suggestion ??
Thanks in advance,
Luca Fossato
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]