Issue Details (XML | Word | Printable)

Key: AXIS-2585
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Edith Birrer
Votes: 2
Watchers: 2
Operations

If you were logged in you would be able to see more operations.
Axis

class MapItem missing from axis.jar?

Created: 31/Oct/06 11:36 AM   Updated: 31/Oct/06 11:36 AM
Return to search
Component/s: None
Affects Version/s: 1.4
Fix Version/s: None

Time Tracking:
Not Specified

Environment: Java 1.5 on Windows XP


 Description  « Hide
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/%3CBAY109-DAV1A898CEC34CF4476914FE91840@phx.gbl%3E, but I have not been able to find an answer).


 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
There are no entries against this issue.