I think you should use the script src/sq/external/populate-oracle.sql to populate the oracle database with th default jetspeed users. The PSML importer is only used if you choose to store the PSML in the database.
The PSML (Portal Structure Markup Language) files contain the structure of your portal. The Hypersonic database contains users and rights and so on. They are not the same thing. I would advise against storing the PSML in the database, mostly because it makes reading and editing the PSML code so much more difficult. Read more about it here: http://portals.apache.org/jetspeed-1/psml_db.html Hope it helps, -Stijn ----- Original Message ----- From: "Mallhar Kadam" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 08, 2004 3:27 AM Subject: "Importer Class cannot equal Exporter Class" exception > Hi All, > > Trying to run the jetspeed using Oracle instead of > hypersonic database. Hence ran the script "ant import" > on the jetspeed source from build directory. [ Already > turbine_* and jetspeed_* tables are created into > oracle database. ] > > But "Ant import" gives following exception : > [java] ***** PSML Importer ***** > [java] log4j:WARN No appenders could be found for > logger (org.apache.stratu > .component.ComponentLoader). > [java] PSML Importer Error: Importer Class cannot > equal Exporter Class. > > Am I missing somethin ? > > thank you, > ~M > > > > > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > > --------------------------------------------------------------------- > 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]
