Re: [Axis2-1.3] Compilation errors "... is not abstract and does not override abstract method serialize( ..."

2007-09-18 Thread Rainer Menzner
the problem turned out to be that wsdl2java (Axis2-1.3) created a different directory structure than the older version. Because of this, a number of obsolete source files were still lying around in my project. So, actually it was my fault. I cleaned up and everything went smooth. Thanks, -Rain

Re: [Axis2-1.3] Compilation errors "... is not abstract and does not override abstract method serialize( ..."

2007-09-17 Thread Amila Suriarachchi
are you deploying Axis2 1.2 (or ealier) generated code with Axis2 1.3? Axis2 1.2 generated code does not complile with the Axis2 1.3. Had to change some interfaces to fixsome bugs. So please generate the Code with Axis2 1.3 and deoploy it. (you won't have to change any of your written code) Amila

[Axis2-1.3] Compilation errors "... is not abstract and does not override abstract method serialize( ..."

2007-09-07 Thread Rainer Menzner
Hi after update to Axis2-1.3 I receive the following kind of compiler errors for many (maybe all) stub classes created by wsdl2java: ADBException .. \AddElementParam.java:154: mydomain.AddElementParam$1> is not abstract and does not override abstract method serialize(org.apache.axis2.dat