Holger Uhlitzsch wrote:
Ok, i did some debugging and found the difference between client and server 
handling.
In line 90 of class org.apache.axis2.databinding.utils.BeanUtil there is

if (typeTable != null && qualified) {

On client typeTable is null and qualified is false and on the server the 
opposite, typeTable is valid and qualified is true.
Now the server is trying to get qname for type from typeTable but the derived 
class B (coming back to my example) is not in typeTable and the exception is 
thrown.

What do i have to do now to fix this problem?
Thank you very much for such a detailed mail. The best thing is create a jira and attach your patch. Then it is just a matter of applying the patch to fix the issue.

Thank you!
deepal

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

Reply via email to