DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15862>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15862 fix ejbjar's dependency checker to work with j2ee 1.3's ejb-local-ref Summary: fix ejbjar's dependency checker to work with j2ee 1.3's ejb-local-ref Product: Ant Version: 1.6Alpha (nightly) Platform: All OS/Version: All Status: NEW Severity: Normal Priority: Other Component: Optional Tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The ejbjar task uses the DescriptorHandler class to parse the ejb-jar file (using a sax parser. This can handle the presence of j2ee 1.2 ejb-ref elements, but when j2ee 1.3 ejb-local-ref elements exist, it gets confused and creates spurious extra (wrong) dependencies. This patch fixes DescriptorHandler to recognize ejb-local-ref elements. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>