Bugs item #523907, was opened at 2002-02-28 17:23 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=402704&aid=523907&group_id=31602
Category: ejbdoclet Group: cvs Status: Open >Resolution: Fixed Priority: 3 Submitted By: Andrew Stevens (stevensa) >Assigned to: Vincent Harcq (vharcq) Summary: @ejb-external-ref (docs & exception) Initial Comment: [ejbdoclet] javadoc: In doclet class xdoclet.DocletTask$DocletMain, method start has thrown an exception java.lang.reflect.InvocationTargetException [ejbdoclet] <<Mandatory parameter 'type' missing for @ejb:ejb-external-ref tag in reporting.service.impl.UcExecutionerEJB class>> Well, at least there's a readable explanation for what's wrong, but should it really be throwing the InvocationTargetException as well? Also, in the ejbdoclet.html documentation for @ejb- external-ref, it lists that parameter as [type]: "Entity" | "Session" Don't the square brackets indicate it's optional? ---------------------------------------------------------------------- >Comment By: Vincent Harcq (vharcq) Date: 2002-03-11 06:58 Message: Logged In: YES user_id=125677 I don't think it is possible to know at generation the type of the target EJB. Most of the time if using external ref means that it will be out of the ejb-jar so the current xdoclet task. I changed the doc to make this parameter not optional. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=402704&aid=523907&group_id=31602 _______________________________________________ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
