>In that case, we might as well go on the main trunk. I've committed the >changes to the main trunk now.
I downloaded from the trunk and built. Then I tried it on my test CMP/CMR EJB:s with less than total success. To reiterate, there are three beans Address, Customer and Subscription, all CMP entity beans. There are a 1->n cmr from Customer to Address and there are a bidirectional m:n cmr between Customer and Subscription. When I build with ejbdoclet, which works with 1.1.1, I get the following output: [ejbdoclet] Loading source file /vobs/ida/java/iipax/service/shsintegrator/CustomerBean.java... [ejbdoclet] Loading source file /vobs/ida/java/iipax/service/shsintegrator/AddressBean.java... [ejbdoclet] Loading source file /vobs/ida/java/iipax/service/shsintegrator/SubscriptionBean.java... [ejbdoclet] Constructing Javadoc information... [ejbdoclet] Running <homeInterface/> [ejbdoclet] Running <localHomeInterface/> [ejbdoclet] Running <remoteInterface/> [ejbdoclet] Running <localInterface/> [ejbdoclet] Running <session/> [ejbdoclet] Running <entitypk/> [ejbdoclet] Running <entitybmp/> [ejbdoclet] Running <entitycmp/> [ejbdoclet] Running <deploymentDescriptor/> [ejbdoclet] RelationHolder left=iipax.service.shsintegrator.CustomerBean.getSubscriptions right=iipax.service.shsintegrator.SubscriptionBean.getCustomers [ejbdoclet] RelationHolder left=iipax.service.shsintegrator.CustomerBean.getAddresses right=null.null [ejbdoclet] Running <jboss/> [ejbdoclet] RelationHolder left=iipax.service.shsintegrator.CustomerBean.getSubscriptions right=iipax.service.shsintegrator.SubscriptionBean.getCustomers [ejbdoclet] (TemplateEngine.invokeMethod 789 ) Could not find method forAllRelationshipRoles in class xdoclet.ejb.tags.RelationTagsHandler [ejbdoclet] Running XDoclet failed. [ejbdoclet] <<>> [ejbdoclet] javadoc: In doclet class xdoclet.DocletTask$DocletMain, method start has thrown an exception java.lang.reflect.InvocationTargetException The source files are available on request. /Daniel _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
