Re: XAResource implementation

Поиск
Список
Период
Сортировка
От joël Winteregg
Тема Re: XAResource implementation
Дата
Msg-id 1193757567.5565.46.camel@hatman
обсуждение исходный текст
Ответ на Re: XAResource implementation  (Heikki Linnakangas <heikki@enterprisedb.com>)
Ответы Re: XAResource implementation  (Heikki Linnakangas <heikki@enterprisedb.com>)
Список pgsql-jdbc
Hello Heikki,

Thanks for your answer. Yes, i'm using the following jdbc driver
version: 8.2-506.jdbc4.jar

Do you have any other idea ? Should I tune something for the jdbc
driver ?

Thanks in advance.

Joël



On Tue, 2007-10-30 at 14:39 +0000, Heikki Linnakangas wrote:
> joël Winteregg wrote:
> > I'm using Hibernate with a standalone JTA implementation (Atomikos) and
> > it seems I'm having troubles with pgsql-jdbc XA implementation. As I'm
> > not a JTA expert at all, I got help from Atomikos R&D (Thanks to Guy)
> > and it seems that my problem could come from jdbc implementation. Guy
> > from Atomikos told me to look at this post:
> > http://archives.postgresql.org/pgsql-jdbc/2006-10/msg00011.php
> >
> > I'm wondering if my problem is the same kind of troubles ? The full
> > description of my problem is available here:
> > http://www.atomikos.org/forums/viewtopic.php?t=1280
> >
> > Here are advices I had from Atomikos:
> > It seems pgsql-jdbc don't allow what is perfectly valid XA:
> > 1. XAResource.start ( TMNOFLAGS)
> > 2. XAResource.end ( TMSUCCESS )
> > 3. XAResource.start (TMJOIN )
> >
> >
> > Any suggestion, tip, etc. would be appreciated !
>
> It does seem like Atomikos is doing the same thing as WebLogic. However,
> that patch was committed back then in December 2006. Are you using the
> most recent version of the JDBC driver?
>


В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: XAResource implementation
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: XAResource implementation