Re: Re: Simple Inheritance problem with multiple class to one table mapping

2004-11-14 Thread Sylvain Juge
Hi, Thank for your help, but I think I solved my problem. I don't know what I was doing wrong, but simply by rewriting by hand the Apartment Class, I solved the problem. Now I works really great, despite sometimes Eclipse seems to go a little crazy, so I think I also need to update it (ver 3.0.1

Re: [QUICKSTART] - A OJB quickstart similar to hibernate

2004-11-14 Thread Jakob Braeuchi
hi all, i commited the new quick-start to 1.0.x branch. please check it out ! jakob Jakob Braeuchi schrieb: hi all, i'm currently working on a new ant-target ojb-quickstart to make it really easy for beginners. jakob Łukasz Korzybski schrieb: Dnia niedziela, 14 listopada 2004 21:29, Thomas Dudzia

Re: [QUICKSTART] - A OJB quickstart similar to hibernate

2004-11-14 Thread Jakob Braeuchi
hi all, i'm currently working on a new ant-target ojb-quickstart to make it really easy for beginners. jakob Łukasz Korzybski schrieb: Dnia niedziela, 14 listopada 2004 21:29, Thomas Dudziak napisał: Ilias Lazaridis wrote: Jakob Braeuchi wrote: hi ilias, any help will be really appreciated. ok, v

Re: Simple Inheritance problem with multiple class to one table mapping

2004-11-14 Thread Thomas Dudziak
Sylvain Juge wrote: the XDoclet output is the following In fact now it doesn't process the Apartement.java file, and I don't know why because It used to process the file before. However, even if the file was processed by xdoclet, there was no result in the repository file, like now when it's not

Re: [QUICKSTART] - A OJB quickstart similar to hibernate

2004-11-14 Thread Łukasz Korzybski
Dnia niedziela, 14 listopada 2004 21:29, Thomas Dudziak napisał: > Ilias Lazaridis wrote: > > Jakob Braeuchi wrote: > >> hi ilias, > >> > >> any help will be really appreciated. > > > > ok, very nice. > > > >> i do not know netbeans but i try to run the tutorial1.Application from > >> within eclips

Re: [QUICKSTART] - A OJB quickstart similar to hibernate

2004-11-14 Thread Thomas Dudziak
Ilias Lazaridis wrote: Jakob Braeuchi wrote: hi ilias, any help will be really appreciated. ok, very nice. i do not know netbeans but i try to run the tutorial1.Application from within eclipse. as soon as i have it running i'll let you know. The command line parameters would fine (or even bette

Re: [QUICKSTART] - A OJB quickstart similar to hibernate

2004-11-14 Thread Ilias Lazaridis
Jakob Braeuchi wrote: hi ilias, any help will be really appreciated. ok, very nice. i do not know netbeans but i try to run the tutorial1.Application from within eclipse. as soon as i have it running i'll let you know. The command line parameters would fine (or even better), too! I want to run a

Re: [QUICKSTART] - A OJB quickstart similar to hibernate

2004-11-14 Thread Jakob Braeuchi
hi ilias, any help will be really appreciated. i do not know netbeans but i try to run the tutorial1.Application from within eclipse. as soon as i have it running i'll let you know. jakob Ilias Lazaridis schrieb: Ilias Lazaridis wrote: Ilias Lazaridis wrote: Thomas Dudziak wrote: [...] If you ju

Re: [QUICKSTART] - A OJB quickstart similar to hibernate

2004-11-14 Thread Ilias Lazaridis
Ilias Lazaridis wrote: Ilias Lazaridis wrote: Thomas Dudziak wrote: [...] If you just want to run something, then drop in the source files and do I want to run and explore it. ant build ant setup-db cd build/resources java -classpath "the;classpath" whatever.you.main.class.is ok, will try. I've com

Re: ODMG - delete referenced objects.

2004-11-14 Thread Łukasz Korzybski
Dnia czwartek, 11 listopada 2004 13:49, Gerhard Grosse napisał: > On Wed, 10 Nov 2004 21:26:22 +0100, Grzegorz Pypec <[EMAIL PROTECTED]> > > wrote: > > Instead of tx.checkpoint() you can use ((TransactionExt) tx).flush(), > which flushes all SQL to the DB without commit. > > However, normally OJB

Re: [QUICKSTART] - A OJB quickstart similar to hibernate

2004-11-14 Thread Ilias Lazaridis
Ilias Lazaridis wrote: Thomas Dudziak wrote: [...] If you just want to run something, then drop in the source files and do I want to run and explore it. ant build ant setup-db cd build/resources java -classpath "the;classpath" whatever.you.main.class.is ok, will try. I've compiled the code within n

OJB 1.0.1 mapping associations(1:1,1:n) not working with Oracle8

2004-11-14 Thread f.rub
Hi all, I tried to port an application from mysql to oracle 8. My problem is the same as described here: http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]&msgId=1643290 >"Assigned to the mapping associations i.e. I get a null value because >the n-side objects (or single object for 1:1) are no