Hi,
Why could we not forget @ejb:finder class tag and do the same as
ejbHome.
That means we should defined

        /**
       * @ejb:finder-method ...
         */
        public abstract Collection ejbFindByName();

The only (and very valid) reason why we should maybe not is that some
containers does not require to define those and when defining them, we
could simply break the container deployer.

The point is that they are very similar to ejbHome methods at the DD
level of transaction and security and having to take a different
approach looks a bit strange.

Sorry if this question already arises before ;)

Vincent.


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

Reply via email to