could you describe problems you have(exceptions, errors, etc)?
Thanks.
I will update wiki when will have a time, but could you try to use
following example? Thanks.
<local-tx-datasource>
<jndi-name>pr_data_source</jndi-name>
<connection-url>jdbc:mysql://localhost:3306/pr;targetDriver=com.mysql.jdbc.Driver</connection-url>
<driver-class>org.jdbcdslog.DriverLoggingProxy</driver-class>
<user-name>root</user-name>
<password>1</password>
<exception-sorter-class-name>org.jboss.resource.adapter.jdbc.vendor.MySQLExceptionSorter</exception-sorter-class-name>
<metadata>
<type-mapping>mySQL</type-mapping>
</metadata>
</local-tx-datasource>
On Tue, 5 Oct 2010 20:06:46 +0400, Dmitry Egorov
<egorov.dm...@gmail.com> wrote:
> Hi Andriy,
On Wed, 6 Oct 2010 11:55:57 +0400, Dmitry Egorov
could you try one more modification: could you try to use following
connection string in your datasource definition:
jdbc:jdbcdslog:mysql://localhost:3306/pr;targetDriver=com.mysql.jdbc.Driver
Thanks.
On Wed, 6 Oct 2010 21:24:26 +0400, Dmitry Egorov