class MapItem missing from axis.jar?
------------------------------------

                 Key: AXIS-2585
                 URL: http://issues.apache.org/jira/browse/AXIS-2585
             Project: Apache Axis
          Issue Type: Bug
    Affects Versions: 1.4
         Environment: Java 1.5 on Windows XP
            Reporter: Edith Birrer


I am trying to upgrade from Axis 1.3 to Axis 1.4.  I have a java class that 
returns a HashMap to my client, which works in 1.3. 

I use wsdl2java to generate the code and it generates
            [...]
            qName = new 
javax.xml.namespace.QName("http://xml.apache.org/xml-soap";, "mapItem");
            cachedSerQNames.add(qName);
            cls = org.apache.xml.xml_soap.MapItem.class;
            cachedSerClasses.add(cls);
            [...]

However, the class org.apache.xml.xml_soap.MapItem.class is not found. It was 
in axis.jar in Axis 1.3 , but is not in 1.4.  
It's the only class in the path org/apache/xml in axis.jar of 1.3, so maybe it 
has been forgotten when building the axis.jar for Axis 1.4?

The problem seems to be around for a while (see e.g. from June 21 2006: 
http://mail-archives.apache.org/mod_mbox/ws-axis-user/200606.mbox/[EMAIL 
PROTECTED], but I have not been able to find an answer).


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to