You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2003/01/07 22:24:48 UTC

DO NOT REPLY [Bug 15862] New: - fix ejbjar's dependency checker to work with j2ee 1.3's ejb-local-ref

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: ant-dev@jakarta.apache.org
        ReportedBy: colinml1@exis.com


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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>