You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by bu...@apache.org on 2004/02/06 05:43:46 UTC

DO NOT REPLY [Bug 26705] New: - Correct JMSURLHelper typo and add helper method

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=26705>.
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=26705

Correct JMSURLHelper typo and add helper method

           Summary: Correct JMSURLHelper typo and add helper method
           Product: Axis
           Version: 1.2 Alpha
          Platform: All
        OS/Version: Other
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: Basic Architecture
        AssignedTo: axis-dev@ws.apache.org
        ReportedBy: jcstaff@apl.jhu.edu


The JMSURLHelper class has an addAppplicationProperty(String property) method
with 3 ppp-s in the spelling of its name. This should be spelled
addApplicationProperty, with 2 pp-s.

Also, the class was in dire need of an addApplicationProperty method that took a
property and a value. This permits application properties to be added in a
single call rather than follow the original design where the property was placed
in the Map and then added to the property list in two separate calls.

I will attach a patch that corrects/adds these features.