All, I am trying to import PSML into MySQL database, but error happens when I run #ant import.
>import: > [java] ***** PSML Importer ***** > [java] Exception in thread "main" java.lang.Error: Error in >BasePeer.initTableSchema(TURBINE_USER): There was no DataSourceFactory >configured for the connection default I configured three configuration files to support MySQL, $JS/build/torque/build.properties $JS/build/torque/dbpsml.properties $JS/webapp/WEB-INF/conf/Torque.properties especially, "torque.dsfactory.default.factory=org.apache.torque.dsfactory.TorqueDataSourceFactory" --Is this right? and my JDBC driver for MySQL works ok, Anybody can explain what the "no DataSourceFactory" means? and how to solve this problem. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
