Hi, I am evaluating OJB for a project. Maybe that the decision will be to use a other persistence layer than OJB so I do not want to create the OJB tables at the normal production database. It is easier to drop the whole OJB database than to delete all the OJB tables by hand. Currently I would like to use OJB for bean managed persistence with jboss but I started with a small sample running under junit.
Is there a way to get it working with 0.9.8 ? If I could build some tests and OJB will be used at that project in future I do not have a problem to create OJB Tables at the production enviroment. What is the difference with an EJB server enviroment? Can I use the transaction layer of jboss, if yes how? cheers, Guido ----- Original Message ----- From: "Armin Waibel" <[EMAIL PROTECTED]> To: "OJB Users List" <[EMAIL PROTECTED]> Sent: Tuesday, January 28, 2003 2:21 AM Subject: Re: Multiple database problem > 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]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
