A wise old hermit known only as Luke Studley <[EMAIL PROTECTED]> once said:
> 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? Use @ejb:ejb-external-ref instead of @ejb:ejb-ref? Don't know if ejb-link works with that, though. Andrew. _______________________________________________________________ Have big pipes? SourceForge.net is looking for download mirrors. We supply the hardware. You get the recognition. Email Us: [EMAIL PROTECTED] _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
