i changed orion-primer-cmp to use mysql 3.22
the mysql server is up and running, the app. works fine with hsql, but in
mysql i have to create database and tables manually, because it cannot
auto-create them
what else may i config, or where i could find any tips ?
thanks in advanced


attached config/datasource.xml

        <data-source
                name="mysql"
                class            ="com.evermind.sql.DriverManagerDataSource"
                location         ="jdbc/mysqlCore"
                pooled-location  ="jdbc/mysqlPooled"
                xa-location      ="jdbc/xa/mysqlXA"
                ejb-location     ="jdbc/mysql"
                username         ="sist"
                password         =""
                url              ="jdbc:mysql://10.1.1.107:3306/defaultdb"
                connection-driver="org.gjt.mm.mysql.Driver" />




Reply via email to