[
https://issues.apache.org/jira/browse/AXIS-2920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15949224#comment-15949224
]
Ven Nek commented on AXIS-2920:
-------------------------------
Can anyone look into this?
I narrowed down to following line in Call.java. bodyEl has valid response but
its still throwing an error
if (bodyEl instanceof RPCElement) {
try {
resArgs = ((RPCElement) bodyEl).getParams();
} catch (Exception e) {
log.error(Messages.getMessage("exception00"), e);
throw AxisFault.makeFault(e);
}
> Upgrading project from jdk5 to jdk8 and axis 1.4 have issues
> ------------------------------------------------------------
>
> Key: AXIS-2920
> URL: https://issues.apache.org/jira/browse/AXIS-2920
> Project: Axis
> Issue Type: Bug
> Components: Serialization/Deserialization
> Affects Versions: 1.4
> Environment: JDK8/ Tomcat 8.5.9
> Reporter: Ven Nek
>
> We are migrating our project from JDK5 to JDK8. We have some generated
> classes using wsdl2java / axis1.4. So, when i point my environment to jdk5,
> everything works. But pointing to JDK8, i receive " Exception:
> org.xml.sax.SAXException: Unregistered type: class java.lang.Object at
> org.apache.axis.encoding.ser.BeanDeserializer.onStartElement(BeanDeserializer.java:448)"
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]