I've poked around RelationTagsHandler (which is the only relation aware class I could find) and the only thing possible seems to be to loop through all relations across all classes.
What I'd like to be able to do in a template is something like:
<for all methods> <if method has ejb:relation> <blah other-type="<class of the other side of the relation>" /> </if method has ejb:relation> </for all methods>
If as I suspect there's no way of doing the above, can someone at least point me in the right direction to implement this myself? The way relations are done seems pretty silly to me, given that there's no caching or query mechanism...or am I missing something?
------------------------------------------------------- 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://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ xdoclet-user mailing list xdoclet-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xdoclet-user