Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/xdoclet/browse/XDT-1202 Here is an overview of the issue: --------------------------------------------------------------------- Key: XDT-1202 Summary: Tag XDtEjbRef:forAllEjbRefs ignores ejb refs in interfaces implemented by the bean class Type: Bug Status: Open Priority: Major Original Estimate: Unknown Time Spent: Unknown Remaining: Unknown Project: XDoclet Components: Exolab Module Versions: 1.2.2 Assignee: xdoclet-devel (Use for new issues) Reporter: Tomas Pinos Created: Mon, 20 Dec 2004 11:44 AM Updated: Mon, 20 Dec 2004 11:44 AM Description: Let's consider the followinf class and interface: public class ConcreteSessionBean extends AbstractSessionBean implements IMyServiceDependent { ... } /** * @ejb.ejb-ref * ejb-name="WfSupportManager" * view-type="local" * ref-name="ejb/WfSupportManagerLocal" * jndi-name="gaas/WfSupportManager" */ public interface IMyServiceDependent { } If I want to iterate the references (e.g. like in ejb-ref.xdt), the XDtEjbRef:forAllEjbRefs: <XDtEjbRef:forAllEjbRefs> </XDtEjbRef:forAllEjbRefs> will not return the references from interfaces implemented by the bean class. Workaround - the following construction does it (does return all references): <XDtClass:forAllClassTags tagName="ejb:ejb-ref"> </XDtClass:forAllClassTags> --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/xdoclet/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel