Hiya This problem has been bugging me for ages.
I have 2 application units (ejb jar files) bundled into an ear, so in principle an ejb with and ejb-link element from one of these can access local interfaces of beans in the other. However if I try to generate this case using XDoclet it fails as it tries to resolve the foreign link even though it is not present in the build for that ejb jar file (see below). Does anyone know how it is possible to build these sorts of links using XDoclet between separate application units deployed in an EAR? Thanks Luke [ejbdoclet] Running <deploymentdescriptor/> [ejbdoclet] Generating EJB deployment descriptor. [ejbdoclet] Running XDoclet failed: [ejbdoclet] [ejbdoclet] javadoc: In doclet class xdoclet.DocletTask$DocletMain, method start has thrown an exception java.lang.reflect.InvocationTargetExceptio n <<No such EJB defined:webcare/Authenticator>> [ejbdoclet] 1 error
