The Bluestone template is starting to take shape, however, I have another puzzle...
Its ejb-refs can be flagged as "co-located" (same app) or "distributed"; I assume that's so it can use local calls for performance. The co-located ones only include the ejb-ref & JNDI name, the distributed ones also have the app name, name server hostname & name server port. However, so far as I can tell from the schema, it's expecting them to be grouped by app+hostname+port i.e. an optional <co-located> section, then zero or more <distributed application-name="..." name-server-host="..." name-server-port="..."> sections, with each section containing all the applicable <ejb-ref-map advertised-name="..." ejb-ref-name="..."/> entries. Assuming I just want to put a bunch of @bluestone:ejb-ref-map tags in the class, is there any (simple) way to do the grouping with the existing template tags? Or is it going to need custom tags to loop through the locations, and loop through the references for the current location? Andrew. _______________________________________________ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
