[EMAIL PROTECTED] wrote: > [java] In bean BusinessCard, 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.
I don't have time to dig further at this point, and I'm not using XDoclet's value objects, but I've seen this exact error from WebLogic 7.0 for finder methods when I didn't qualify the types. For example, if I have a signature like "findByName(String name)" it complains. If I change it to "java.lang.String" all is well. You might try fully-qualifying all of your method signatures (the DTO accessors especially since that's what it's complaining about). 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_id66&op=click _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user