Re: newbie

2005-03-30 Thread Martin Kalén
krupa B wrote: Can somebody suggest a good book or tutorials in easy to understand manner. Did you try the Getting Started section? http://db.apache.org/ojb/docu/getting-started.html You can also find useful info in the FAQ: Getting Started: http://db.apache.org/ojb/docu/faq.html#gettingStarted

Re: newbie

2005-03-30 Thread krupa B
Thanks Martin, I looked at the tutorials, I will look at getting started.Thanks for your reply. Martin Kalén [EMAIL PROTECTED] wrote:krupa B wrote: Can somebody suggest a good book or tutorials in easy to understand manner. Did you try the Getting Started section?

Setup Question.

2005-03-30 Thread Philip Denno
I am trying to configure OJB to examine if it is suitable for my persistence problems but am having some problems. I copied an example OJB.properties file from apache.org and get the following message when I launch my test program. [BOOT] WARN: Value

Re: Setup Question.

2005-03-30 Thread Armin Waibel
Hi Philip, seems you mixed OJB 1.0.1 with 1.0.2 OJB.properties file. The website always based on the latest release. regards, Armin Philip Denno wrote: I am trying to configure OJB to examine if it is suitable for my persistence problems but am having some problems. I copied an example

RE: Setup Question.

2005-03-30 Thread Philip Denno
Thanks, that makes sense. I replaced the jar file to be 1.0.2 and it now loads fine. Now I get the following problem when I launch related to the repository_database.xml Once again I took the defaults from the apache website and attempted to customize them. The exact warning from OJB is:

Re: Setup Question.

2005-03-30 Thread Thomas Dudziak
On Wed, 30 Mar 2005 11:09:52 -0800, Philip Denno [EMAIL PROTECTED] wrote: Thanks, that makes sense. I replaced the jar file to be 1.0.2 and it now loads fine. Now I get the following problem when I launch related to the repository_database.xml Once again I took the defaults from the

Re: Setup Question.

2005-03-30 Thread Armin Waibel
Philip Denno wrote: Thanks, that makes sense. I replaced the jar file to be 1.0.2 and it now loads fine. Now I get the following problem when I launch related to the repository_database.xml Once again I took the defaults from the apache website and attempted to customize them. The exact warning

Ambiguous Column - ReportQueryByCriteria

2005-03-30 Thread Naveen
Hi When I used ReqportQueryByCriteria, in a particular case there was an SQL Exception: ambiguous columns By using profiler I deduced that the query that gives this exception is SELECT

RE: Setup Question.

2005-03-30 Thread Philip Denno
Thanks Thomas, changing the platform=mysql to platform=MySQL works. Cheers, Philip. -Original Message- From: Thomas Dudziak [mailto:[EMAIL PROTECTED] Sent: March 30, 2005 11:13 AM To: OJB Users List Subject: Re: Setup Question. On Wed, 30 Mar 2005 11:09:52 -0800, Philip Denno [EMAIL

RE: Setup Question.

2005-03-30 Thread Philip Denno
I have created a demo program which allows me to persist my data to mysql but when I read the data back out I get the following error: java.lang.NoClassDefFoundError: antlr/TokenStreamException at org.apache.ojb.jdo.QueryImpl.setFilter(QueryImpl.java:145) at