You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-user@db.apache.org by Joerg Lensing <in...@softcon-lensing.de> on 2003/05/09 14:25:18 UTC

documention error faq: I don't like OQL,....

Text:
Transaction tx =OJBFactory.getInstance().currentTransaction();

should be?
Transaction tx = TxManagerFactory.instance().getTransaction();

joerg



Re: documention error faq: I don't like OQL,....

Posted by Armin Waibel <ar...@code-au-lait.de>.
Hi Joerg,

you are right, the whole example is a little bit
outdated I will fix this ASAP

regards,
Armin

----- Original Message ----- 
From: "Joerg Lensing" <in...@softcon-lensing.de>
To: "OJB Users List" <oj...@db.apache.org>
Sent: Friday, May 09, 2003 2:25 PM
Subject: documention error faq: I don't like OQL,....


> Text:
> Transaction tx =OJBFactory.getInstance().currentTransaction();
> 
> should be?
> Transaction tx = TxManagerFactory.instance().getTransaction();
> 
> joerg
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: ojb-user-unsubscribe@db.apache.org
> For additional commands, e-mail: ojb-user-help@db.apache.org
> 
> 
>