Hello, folks--

I've got a CMP bean that inherits from another CMP.  ParentCMP exposes two
finders, one of which returns Collection, and the other ParentCMPLocal.
When I run these two through XDoclet, I wind up with a the child bean
exposing the parent's finders.  The latter finder is illegal in the child;
it's not allowed to return results with the parent's interface, only its
own.

Is there any way to suppress finder inheritance in XDoclet?  Or am I stuck
with declaring that all parent finders return Collection?

Thanks in advance,
Ryan


_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to