[EMAIL PROTECTED] wrote:
> OK, you where right, I had a typo. But I changed it to:
> [...]
> and now I get this error:
> ===========================
> [java] In bean BankAccount, the abstract method,
> getAutomaticPaymentAccountDto(), does not correspond to any
> container-managed field and is not implemented in the bean
> class or any of its superclasses.
> 
>      [java] In bean BankAccount, the abstract method,
> setAutomaticPaymentAccountDto(com.wf.bd.ice.account.BankAccountDto),
> does not correspond to any container-managed field and is not
> implemented in the bean class or any of its superclasses.

Yay! What I read from this is that your CMP/CMR issues are resolved, and
now we get to move on to the DTO issues. At least, however, your
relationships are now working.

Given that I haven't done a whole lot with Xdoclets value objects (I
wrote my own generic DTO class) and the subject no longer applies to
your issue, I recommend reposting a new message to break the thread. I
believe that the issue lies in the value object template or code
specifically relating to 1:1 relationships. I do recall about a year ago
another engineer here (he's using VOs) had issues around that very
subject. IIRC, he remodeled it as N:1 where N always equals 1.

I'm a bit swamped right now, but I'll try to look into this tonight. I
know that there are many other people on this list using Vos, so
hopefully someone's got a solution to this. You might also want to
search JIRA in case it's been logged and/or fixed.

Also, when you repost, include the version of XDoclet you're using. This
isn't a problem with WL -- it's the generated CMP class that has the DTO
accessors that has issues.

David Harkness
Sr. Software Engineer
Sony Pictures Digital Networks
(310) 482-4756


-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g.
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id149&alloc_id66&op=click
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to