You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@geronimo.apache.org by Gu...@instinet.com on 2005/11/30 07:08:58 UTC

Geronimo works with MySQL / XA

I just want to report that I now have an instance of Geronimo that's doing
2-phase commits with a MySQL 5.0.x database, using a recent nightly build 
of
the connector/j driver.

Thanks everyone for the great support.

*****************************************************************
<<<Disclaimer>>>

In compliance with applicable rules and regulations, Instinet
reviews and archives incoming and outgoing email communications,
copies of which may be produced at the request of regulators.
This message is intended only for the personal and confidential
use of the recipients named above.  If the reader of this email
is not the intended recipient, you have received this email in
error and any review, dissemination, distribution or copying is
strictly prohibited. If you have received this email in error,
please notify the sender immediately by return email and
permanently delete the copy you received.  

Instinet accepts no liability for any content contained in the
email, or any errors or omissions arising as a result of email
transmission. Any opinions contained in this email constitute
the sender's best judgment at this time and are subject to change
without notice.   Instinet does not make recommendations of a
particular security and the information contained in this email
should not be considered as a recommendation, an offer or a
solicitation of an offer to buy and sell securities.

*****************************************************************


Re: Geronimo works with MySQL / XA

Posted by Bruce Snyder <br...@gmail.com>.
On 11/29/05, Guglielmo.Lichtner@instinet.com
<Gu...@instinet.com> wrote:
>
> I just want to report that I now have an instance of Geronimo that's doing
> 2-phase commits with a MySQL 5.0.x database, using a recent nightly build of
> the connector/j driver.
>
> Thanks everyone for the great support.

Great! Would you mind contributing the deployment plan being used for
this configuration?

Bruce
--
perl -e 'print unpack("u30","D0G)U8V4\@4VYY9&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*"
);'

The Castor Project
http://www.castor.org/

Apache Geronimo
http://geronimo.apache.org/

Re: TranQL connector for MySQL (Local and XA)

Posted by Aaron Mulder <am...@alumni.princeton.edu>.
Cool!  Can we make sure this gets into the Geronimo 1.0 release, along
with the other non-Derby XA drivers?  I'm still not clear on whether
we're including those in the TranQL builds we're doing or not, but as
of today, my repository/tranql/rars only contains:

tranql-connector-1.1-SNAPSHOT.rar
tranql-connector-derby-client-local-1.1-SNAPSHOT.rar
tranql-connector-derby-client-xa-1.1-SNAPSHOT.rar
tranql-connector-derby-embed-local-1.1-SNAPSHOT.rar
tranql-connector-derby-embed-xa-1.1-SNAPSHOT.rar

And I'm hoping to see Oracle, DB2, and MySQL connector RARs in there too.

Thanks,
    Aaron

On 12/4/05, Jeremy Boynes <jb...@apache.org> wrote:
> Guglielmo
>
> You said you had issues contributing the MCF that you wrote so I took a
> swag at implementing a connector independently. I added a new vendor
> module to TranQL which builds against today's 3.2.0-alpha download but I
> have not tested that it works (not having a MySQL database to hand).
>
> You can get the code from TranQL CVS under vendors/mysql
>
> You will need a download/build of Connector/J and may need to tweak the
> project.xml in common to match the version. As with the other
> connectors, the driver does not get bundled in the RAR.
>
> If you could test this against your configuration and let me know of any
> issues I would appreciate it.
>
> Thanks
> --
> Jeremy
>
> Guglielmo.Lichtner@instinet.com wrote:
> > I just want to report that I now have an instance of Geronimo that's doing
> > 2-phase commits with a MySQL 5.0.x database, using a recent nightly build
> > of
> > the connector/j driver.
> >
>

TranQL connector for MySQL (Local and XA)

Posted by Jeremy Boynes <jb...@apache.org>.
Guglielmo

You said you had issues contributing the MCF that you wrote so I took a
swag at implementing a connector independently. I added a new vendor
module to TranQL which builds against today's 3.2.0-alpha download but I
have not tested that it works (not having a MySQL database to hand).

You can get the code from TranQL CVS under vendors/mysql

You will need a download/build of Connector/J and may need to tweak the
project.xml in common to match the version. As with the other
connectors, the driver does not get bundled in the RAR.

If you could test this against your configuration and let me know of any
issues I would appreciate it.

Thanks
--
Jeremy

Guglielmo.Lichtner@instinet.com wrote:
> I just want to report that I now have an instance of Geronimo that's doing
> 2-phase commits with a MySQL 5.0.x database, using a recent nightly build 
> of
> the connector/j driver.
>