Re: Re[2]: anonymous fields

2003-05-30 Thread Brian McCallister
Hi again, actually I was too optimistic, it's work without exception , but only for my test ( when I store object and then get it by query ). when I trying to get previously stored object I got null as value of referenced member :(. One thing to be careful of when you see behavior like this is the

Re[2]: anonymous fields

2003-05-30 Thread Alexander Prozor
Hi again, actually I was too optimistic, it's work without exception , but only for my test ( when I store object and then get it by query ). when I trying to get previously stored object I got null as value of referenced member :(. controlRoorRef. maybe I have to store this reference descriptor in

Re: Re[2]: anonymous fields

2003-05-30 Thread Brian McCallister
I just put the working code into the howto and sent the patch to the developer list, but I figured you might want to correct docs asap - so they are attached. The only real difference (aside from two typos) was the reference-descriptor being in the wrong class def (desk references finish, not

Re: Re[2]: anonymous fields

2003-05-29 Thread Brian McCallister
Hmm, am looking at tutorial and your code and found a couple minor issues with the tutorial (which I wrote, ack!) where I didn't c&p the finished code snippet into it (hmm, Anakia feature: intelligent include of code snippets which it magically understands it needs). Off the top of my head,

Re[2]: anonymous fields

2003-05-29 Thread Alexander Prozor
Hello Raymond, I think now if example is correct: http://cvs.apache.org/viewcvs/db-ojb/xdocs/howto-use-anonymous-keys.xml?rev=HEAD&content-type=text/vnd.viewcvs-markup Desk contains collection of things and reference to the finish . It's almost identical to my app :(. but for me it doesn't work. B

Re[2]: anonymous fields

2003-05-29 Thread Alexander Prozor
Hello Raymond, child classes store in DB successfully. problem exists only when I try to persist main class. -- Best regards, Alexandermailto:[EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTE

Re[2]: anonymous fields

2003-05-29 Thread Alexander Prozor
Hello Raymond, sure, I've defined this field in mapping. there are ddl and repository_user.xml files from this project. RB> Is "userDefinitionScreenID" a field defined in your mapping? ie. this RB> has to be the name attribute of a field-descriptor definition. Something RB> like: RB>