Hi Lukman, I think you need to regenerate your Torque classes. I had to do this
maven clean torque:sql dist -Dmaven.test.skip=true where the torque:sql target generated the sql and dist generated the appropriate classes (and put them in a jar file). For more, check out http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]&msgNo=14886 HTH. Dan --- "Lukman W. Kusuma" <[EMAIL PROTECTED]> wrote: > Hi, > > I am installed Jetspeed 1.5 with jakarta-tomcat-5.0.28 and got it > working with standard procedure. Pretty interface. > As I need to use MySQL and followed the following steps > > * http://portals.apache.org/jetspeed-1/install.html guideline. > * run all the mysql related ..sql file src/sql/external > (turbine-mysql.sql, and populate-mysql.sql) > * I modified the project.properties, Torque.properties (both to > relfect the mysql config), and JetspeedResources.properties as > specified in the guideline page : > http://portals.apache.org/jetspeed-1/psml_db.html > o However, I am not able to get > *target/classes/sql/dbpsml-schema.sql *and > *target/classes/sql/security-schema.sql *as specified in > > http://portals.apache.org/jetspeed-1/psml_db.html#Creating_PSML_Database > > * mysql connection is okay, because I must login with the right > username / password, and also tested it with mysql shutdown > (got > different errors) > > After following those steps, I am getting : "Error retrieving Portal > Page: Profile not found" at the main page. > Seems that jetspeed couldn't find the default profile from mysql > database, but I also found the jetspeed's profile related tables are > still empty. > > I am doing a proof of concept with jetspeed as the main portal > framework. I feel the 3rd step above is the key point, but I can't > get > the .sql generated. > Can anyone assist me if I missed anything here ? > > Thanks > > Lukman > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
