Hi Guido,

----- Original Message -----
From: "Guido Beutler" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, January 27, 2003 8:14 PM
Subject: Multiple database problem


> Hello,
>
> I tried to separate the OJB internal tables from existing (user data)
> tables.
You separate internal tables in one database and user data in another
database?
If so, I advise not to do that, because OJB does not support
distributed transaction out of the box (or do you use a j2ee conform
application server?).
With next release this will be definitely not possible to do. Each
database has its own OJB intern tables (if necessary).

regards,
Armin

> I used the faraway sample and build different repository.xml and
> repository_user.xml.
> From the log I cansee that both jdbc connections work.
> I am executing a simple select but OJB reports that the table could
not be
> found.
> Currently I think that I may have a configuration problem.
> Is there a way to get logging information for sql statements and on
which
> connection (and database) the statement was executed by ojb?
> I think that my statement is executed against the OJB (the default)
database
> and not against my user database.  How can I verify that?
>
> best regards,
>
> Guido
>
>
>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>
>
>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to