this is my tomee.xml:

<tomee>
    <Resource id="myDatabase" type="DataSource">
        JdbcDriver=com.mysql.jdbc.Driver
JdbcUrl=jdbc:mysql://localhost:11080/jkitaj?zeroDateTimeBehavior=convertToNull
    </Resource>
    <Resource id="myDatabaseUnmanaged" type="DataSource">
        JdbcDriver=com.mysql.jdbc.Driver
JdbcUrl=jdbc:mysql://localhost:11080/jkitaj?zeroDateTimeBehavior=convertToNull
JtaManaged=false
    </Resource>
</tomee>

is syntax form is ok? 



--
View this message in context: 
http://openejb.979440.n4.nabble.com/org-apache-openjpa-lib-jdbc-ReportingSQLException-type-not-found-or-user-lacks-privilege-tp4665124p4665145.html
Sent from the OpenEJB User mailing list archive at Nabble.com.

Reply via email to