In a certain situation, the code generated by AXIS 1.4 is giving
compilation errors. After investigation, I found that in some classes,
the super class's constructors were called with wrong order of input
parameters. For example, a class CustomerListEntity which extends
ListMessageEntity calls super(long, MessageEntity[]) from its
constructor. But, the actual definition of the constructor of
ListMessageEntity is ListMessageEntity(MessageEntity[], long).
Similarly, there are a couple of other classes also doing the same
thing. Due to this, compilation is failing.

 

 


This message and the information contained herein is proprietary and 
confidential and subject to the Amdocs policy statement,
you may review at http://www.amdocs.com/email_disclaimer.asp

Reply via email to