Bugs item #530900, was opened at 2002-03-17 00:46 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=402704&aid=530900&group_id=31602
Category: ejbdoclet Group: v1.1.2 Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: misplaced message-selector Initial Comment: The message-selector sub tag of the message-driven ejb tag should be placed after the transaction-type tag. In the ejb-body.j template this tag was placed before the transaction-type tag. To fix this I moved these three lines to just after the transaction-type tag: <XDtClass:ifHasClassTag tagName="ejb:bean" paramName="message-selector"> <message-selector><XDtClass:classTagValue tagName="ejb:bean" paramName="message- selector"/></message-selector> </XDtClass:ifHasClassTag> I placed the modified file in the xdoclet/ejb directory under the template directory we defined for our project. I must say that being able to override the default templates makes this tool much more usable when bugs like these are encountered. Good job! Donley R. P'Simer JavaTech, Inc. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=402704&aid=530900&group_id=31602 _______________________________________________ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
