Did you try these? Driver based connectors don't support xa. Also
your ms sql sample doesn't include any transaction element at all.
thanks
david jencks
On Jan 18, 2009, at 7:44 PM, Forrest Xia wrote:
> MySQL sample:
>
>
>
> javax.sql.DataSource
> connectionfactory-interface>
>
> jdbc/SampleDatasource
> root
> config-property-setting>
>
> name="Driver">com.mysql.jdbc.Driver
> name="ConnectionURL">jdbc:mysql://localhost:3306/sampledb property-setting>
> name="CommitBeforeAutocommit">true
>
>
>
>
>
> 5
> 0
> 5000
> blocking-timeout-milliseconds>
> 15 minutes>
>
>
>
>
>
>
>
>
> MS SQL sample:
>
>
>
> javax.sql.DataSource
> connectionfactory-interface>
>
> jdbc/SampleDatasource
> name="UserName">username
> name="Password">password
> name="Driver">com.microsoft.sqlserver.jdbc.SQLServerDriver property-setting>
> name="ConnectionURL">jdbc:sqlserver://servername:
> 1433;DataBaseName=sampledb
>
>
> 5
> 0
> 5000
> blocking-timeout-milliseconds>
> 15 minutes>
>
>
>
>
>
>
>
>
> Good luck!
>
> Forrest
>
> On Mon, Jan 19, 2009 at 10:47 AM, bongosdude
> wrote:
>
> Can someone show me how to create deployment plan for MySQL XA
> datasource?
> How is about MS SQL (local transaction)
>
> Thanks
> -B
>
> -----
> B Amigo:super:
> --
> View this message in context: http://www.nabble.com/deployment-for-MySQL-XA.-tp21536125s134p21536125.html
> Sent from the Apache Geronimo - Users mailing list archive at
> Nabble.com.
>
>