I have been trying to find a way to use XDoclet to allow different "findBy"
functions in LocalHome and RemoteHome classes, but there seems to be no way to
do this. In the archive for this mailing list I have found two threads asking
the same question, and replies suggesting using two finder methods, one for
each interface, and specify the local only home interface method either like
this:

@ejb:finder ... view-type="local"

or like this:

@ejb:finder ... result-type-mapping="Local" method-intf="LocalHome"

Neither of these (or both combined) make any difference, and the local finder
still gets generated in the remote interface. Even worse, a remote finder gets
generated in the local home interface, making it unusable. This must have
turned up quite often as something you'd want to do. Can anyone give me a clue
how they've solved it?

Thanks for your help

-David Mold

__________________________________________________
Do you Yahoo!?
New DSL Internet Access from SBC & Yahoo!
http://sbc.yahoo.com


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to