Title: Local/Remote interface extending custom interface

Hi!

Is it possible to allow the generated local/remote interface to extend a custom interface? I tried using the @ejb:bean local/remote-business-interface tag, but when this tag is used the interface-method tags are ignored.

Specifically, what I try to do is to have all my local interfaces implement a HasValueObject interface with one method to retrieve the ValueObject. This would allow me to easily convert resultsets iterators from finder methods to a serializable ArrayLists with ValueObjects independent of the underlying bean and value object.

Any ideas?

Regards
Rolf

Reply via email to