Hi,

Michael Tam wrote:
> 
> Hi All,
> 
>     I just installed resin-cmp-1.0.5 with Apache1.3.22 and mysql3.23.47.  I
> used m.mmysql.2.0.8 JDBC driver with the following config segment in my
> resin.conf:
> 
> ....
> <resource-ref>
>   <res-ref-name>jdbc/test</res-ref-name>
>   <res-type>javax.sql.XADataSource</res-type>
>   <init-param driver-name="org.gjt.mm.mysql.Driver"/>
[snip]

  Do you use MySQL or MySQL-max?
  MySQL-max supports Transaction but MySQL does not support it.

  MySQL-max does not support Distributed Transaction(Two-Phase Commit).
  And "org.gjt.mm.mysql.Driver" is not for XADataSource.
  So "javax.sql.XADataSource" does not work fine.

-- 
TAKAHASHI, Tomohiro

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to