RE: Problems with OJB in a servlet container

2003-06-22 Thread Daniel Wroblewski
I had a similar problem with OJB in Resin. By setting some system properties, overriding the default XML parsers loaded by resin, I got it to work. You can set system properties in a number of ways, I choose to do it in the resin configuration file, resin.conf. Try adding the following before the

newbie comments + 1 question

2003-06-22 Thread Kees Jongenburger
Hi. I'm quite new to ojb I am trying to understand a bit more about the concept. I am mostly interresed in jdo anyway here are a few things that I came across as newbie I'm sure core developer are not reading and browsing the site on a daily base :) About the front page the last link is

Those friends

2003-06-22 Thread Hinnerk Feldwisch
Hello altogether, as a newbie I ran into some trouble regarding a self- referential (?) mapping: a User- Class shall have a Vector friends with other users. I created a (mysql-) table friends where the relationship shall be stored, with fields theUserId and friendId, primary key is (theUserId,

Empty String

2003-06-22 Thread Marcelo Magno
I am having problems saving empty strings on the Sql Server with OJB. I have some string fields that couldn't be null or empty strings. On Access we had a option to mark where we want to permit empty strings or not, in Sql Server I was not able to find anything compared to this.

Re: newbie comments + 1 question

2003-06-22 Thread Brian McCallister
On Sunday, June 22, 2003, at 06:49 AM, Kees Jongenburger wrote: when developing via jdo is it alway's required to edit the repository/create sql schema's in order to create new objects or can i choose a mapping strategy and let ojb to the rest? The only general forward engineering type tool I am

Re: OJB Setup in Eclipse Help Requested

2003-06-22 Thread Thomas Mahler
Hi Jim, I'm, doing all my OJB development and debugging in eclipse. works great. try to checkout OJB from the CVS server. there are some special eclipse files that will help to build up the build path etc correctly. Once you checked out everything from CVS follow these steps: 1. change to the