Re: OJB in Tomcat

2004-11-25 Thread Bikram B Kapoor
Hi Morales de Frías, I am new to the Struts+OJB combination (but not new to Struts), somehow I managed to get hold of Beer4All sample provided at sourceforge and made it work, but When I try to develop my own package exactly on the same lines and the same structure I get the following error [BOOT]

Re: OJB in Tomcat

2004-11-25 Thread Bikram B Kapoor
Hi Morales de Frías, I am new to the Struts+OJB combination (but not new to Struts), somehow I managed to get hold of Beer4All sample provided at sourceforge and made it work, but When I try to develop my own package exactly on the same lines and the same structure I get the following error [BO

Re: Bad sql generated if table name contains "-" ???

2004-11-25 Thread Jakob Braeuchi
hi horacio, i just committed the pathes to support quoting of tables and columns. testcases are not yet available. the ojb quoting character is a single quote ' . the default quoting character in the platform is th double-quote " . please check it out. jakob Jakob Braeuchi schrieb: hi horacio,

Re: OJB in Tomcat

2004-11-25 Thread Łukasz Korzybski
What a terrible mistake I made, I've forgotten to include repository.dtd !! I realized that when I removed OJB.properties from classes directory and I got different error (new error was exactly telling that OJB.properties is missing). Now everything runs. Anyway thanks a lot for help. Best Re

Re: OJB in Tomcat

2004-11-25 Thread Łukasz Korzybski
Dnia czwartek, 25 listopada 2004 12:39, Edson Carlos Ericksson Richter napisał: > Have you tryied NetBeans 3.6? I'm using OJB without problems, in > standalone and web apps with 3.6. I know NetBeans 4 B2 has some flaws in > this area... I think you test latest Q build too.. > > Richter Ok I will

Re: OJB in Tomcat

2004-11-25 Thread Łukasz Korzybski
Dnia czwartek, 25 listopada 2004 12:32, Thomas Franke napisał: > Łukasz Korzybski wrote: > > Is anyone have a idea why ojb 1.0.1 doesn't see configuration files which > > are directly in WEB-INF/classes? I am fighting with it all day and I am > > not able to make it work, I use tomcat 5 embedded i

Re: Connection broken

2004-11-25 Thread Thomas Paradies
Hi, this is not a problem with OJB or connection pooling. I think this is caused by a timeout setting in MaxDB. If you are working with SQL Studio after some time you'll notice that you have to perform actions twice to take effect because you loose your session/connection. However that may be th

Re: Connection broken

2004-11-25 Thread Edson Carlos Ericksson Richter
I'll do checks and answer in a few hours (it take few hours to I get the error again - it's not determinate). Thank you for directions. Richter Armin Waibel escreveu: Hi Edson, Edson Carlos Ericksson Richter wrote: Hi, guys. I'm deploying a really big app written using OJB (today is about 36

Re: Connection broken

2004-11-25 Thread Armin Waibel
Hi Edson, Edson Carlos Ericksson Richter wrote: Hi, guys. I'm deploying a really big app written using OJB (today is about 36 loc), that uses MaxDB as database server. I've a test connection query (select 1 from DBA.DUAL), and it works. But after some time of work (about 4 hours of continuous

Connection broken

2004-11-25 Thread Edson Carlos Ericksson Richter
Hi, guys. I'm deploying a really big app written using OJB (today is about 36 loc), that uses MaxDB as database server. I've a test connection query (select 1 from DBA.DUAL), and it works. But after some time of work (about 4 hours of continuous use), OJB loose one connection, and never get

Re: Problem compile from CVS using Maven

2004-11-25 Thread Thomas Dudziak
A Leg wrote: You shouldn't use CVS head, at least not for production use, because that's OJB 1.1 and is under heavy development at the moment. Rather, download the OJB 1.0.1 binary distribution. OK I will do that for production. But I will try to get it compile to use for tests. As I said, the C

Re: Problem compile from CVS using Maven

2004-11-25 Thread A Leg
Hi Thomas Thank's for your answer (fast) Thomas Dudziak wrote: A Leg wrote: Hi I downloaded from CVS to update ojb (I am still in rc6). You shouldn't use CVS head, at least not for production use, because that's OJB 1.1 and is under heavy development at the moment. Rather, download the OJB 1.0.1

Re: Problem compile from CVS using Maven

2004-11-25 Thread Thomas Dudziak
A Leg wrote: Hi I downloaded from CVS to update ojb (I am still in rc6). You shouldn't use CVS head, at least not for production use, because that's OJB 1.1 and is under heavy development at the moment. Rather, download the OJB 1.0.1 binary distribution. And I wanted to compile using Maven (it f

RE: OJB in Tomcat

2004-11-25 Thread Morales de Frías , David
I have worked with with netBeans 3.5 and 3.6. Struts + ojb + netbean's tomcat (4 and 5). And i have no problem. -Mensaje original- De: Edson Carlos Ericksson Richter [mailto:[EMAIL PROTECTED] Enviado el: jueves, 25 de noviembre de 2004 12:40 Para: OJB Users List Asunto: Re: OJB in Tomcat

Re: OJB in Tomcat

2004-11-25 Thread Edson Carlos Ericksson Richter
Have you tryied NetBeans 3.6? I'm using OJB without problems, in standalone and web apps with 3.6. I know NetBeans 4 B2 has some flaws in this area... I think you test latest Q build too.. Richter - To unsubscribe, e-mail: [EMAI

Problem compile from CVS using Maven

2004-11-25 Thread A Leg
Hi I downloaded from CVS to update ojb (I am still in rc6). And I wanted to compile using Maven (it fail ay way using ant) and I have problem : The build cannot continue because of the following unsatisfied dependencies: ejb.jar (try downloading from http://java.sun.com/j2ee/) jdo-1.0.1.jar (try

RE: OJB in Tomcat

2004-11-25 Thread Morales de Frías , David
Hello... I'm using also tomcat 5, and i have no problem with it. I have all configuration files in /WEB-INF/classes. Does tomcat see ojb.properties?, maybe in this file you have not referenced the rest of files well. Tell more details, please. (and please be patient with my english). Best reg

Re: OJB in Tomcat

2004-11-25 Thread Thomas Franke
Łukasz Korzybski wrote: Is anyone have a idea why ojb 1.0.1 doesn't see configuration files which are directly in WEB-INF/classes? I am fighting with it all day and I am not able to make it work, I use tomcat 5 embedded in Netbeans 4, I will download today tomcat and make alone installation and

Re: OJB in Tomcat

2004-11-25 Thread Thomas Dudziak
Łukasz Korzybski wrote: Hi all, Is anyone have a idea why ojb 1.0.1 doesn't see configuration files which are directly in WEB-INF/classes? I am fighting with it all day and I am not able to make it work, I use tomcat 5 embedded in Netbeans 4, I will download today tomcat and make alone installat

OJB in Tomcat

2004-11-25 Thread Łukasz Korzybski
Hi all, Is anyone have a idea why ojb 1.0.1 doesn't see configuration files which are directly in WEB-INF/classes? I am fighting with it all day and I am not able to make it work, I use tomcat 5 embedded in Netbeans 4, I will download today tomcat and make alone installation and try with it. W

Re: HSQLDB and flat text files

2004-11-25 Thread Thomas Dudziak
Holger Rieß wrote: is it possible to create (and read from) flat text files with OJB and the HSQLDB database? I get a lot of data from an ERP system as CSV files and dont't want to convert them. Is there an OJB property I can control the processing of TEXT tables with? Every advise will be help

HSQLDB and flat text files

2004-11-25 Thread Holger Rieß
Hi all, is it possible to create (and read from) flat text files with OJB and the HSQLDB database? I get a lot of data from an ERP system as CSV files and dont't want to convert them. Is there an OJB property I can control the processing of TEXT tables with? Every advise will be helpful. Thanks

RE: [OT]Sorry to the community

2004-11-25 Thread Alessandro Colantoni
I'm agree with Morales de Frias too, and I want to add that Mr Carlos Ericksson Richter has nothing to sorry. His behavior has been correct, and it's right in my opinion , try defending the expression freedom right of people who use it to damage too. So keep your spirit up. And now, let's forget t