It's not possible to compile client-side artifacts with Axis 1.4 over a web
service deployed with XFire 1.2.2.
--------------------------------------------------------------------------------------------------------------
Key: XFIRE-737
URL: http://jira.codehaus.org/browse/XFIRE-737
Project: XFire
Issue Type: Bug
Components: Core
Affects Versions: 1.2.2
Environment: Tomcat 5.0.28 as application server, Windows 2003 server
as S.O.
Reporter: Enrico Consiglio
Assigned To: Dan Diephouse
A web service as been created and deployed with XFire 1.2.2.
Integration rules requires that there must be an Axis client of this one.
If, in one of web methods, there is a Java HashMap to be serialized, the axis
compiler generates a AnyType2AnyTypeMapEntry.java Class representing the object.
The error is that in the code of this class there's
" private static org.apache.axis.description.TypeDesc typeDesc =
new org.apache.axis.description.TypeDesc(AnyType2AnyTypeMapEntry.class,
true);"
..and obviously the compiler says
" location: class java.lang.ClassNotFoundException
new
org.apache.axis.description.TypeDesc(AnyType2AnyTypeMapEntry.class, true);
"
This is a great limitation in terms of interoperability about web service
support and vendor implementation tools.
I need least a workaround, I'm blocked !
thanks
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email