compiler errors with the interop module when building with Maven 2.0.7
----------------------------------------------------------------------

                 Key: SANDESHA2-110
                 URL: https://issues.apache.org/jira/browse/SANDESHA2-110
             Project: Sandesha2
          Issue Type: Bug
         Environment: Building with maven 2.0.7
            Reporter: Richard Slade


When building with maven 2.0.7 there are compiler errors when building the 
interop module

sandesha2/modules/interop/src/main/java/org/tempuri/EchoStringResponse.java:[172,49]
 <anonymous org.tempuri.EchoStringResponse$1> is not abstract and does not 
override abstract method 
serialize(org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter) 
in org.apache.axis2.databinding.ADBDataSource

sandesha2/modules/interop/src/main/java/org/tempuri/EchoStringResponseBodyType.java:[212,49]
 <anonymous org.tempuri.EchoStringResponseBodyType$1> is not abstract and does 
not override abstract method 
serialize(org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter) 
in org.apache.axis2.databinding.ADBDataSource

sandesha2/modules/interop/src/main/java/org/tempuri/EchoStringRequestBodyType.java:[286,49]
 <anonymous org.tempuri.EchoStringRequestBodyType$1> is not abstract and does 
not override abstract method 
serialize(org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter) 
in org.apache.axis2.databinding.ADBDataSource

sandesha2/modules/interop/src/main/java/org/tempuri/EchoString.java:[171,49] 
<anonymous org.tempuri.EchoString$1> is not abstract and does not override 
abstract method 
serialize(org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter) 
in org.apache.axis2.databinding.ADBDataSource

sandesha2/modules/interop/src/main/java/org/tempuri/Ping.java:[208,49] 
<anonymous org.tempuri.Ping$1> is not abstract and does not override abstract 
method 
serialize(org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter) 
in org.apache.axis2.databinding.ADBDataSource


The serialize methods need to be changed from 
  public void serialize(javax.xml.stream.XMLStreamWriter xmlWriter)
to
  public void 
serialize(org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter 
xmlWriter)

This is to reflect changes made in the axis2 kernel module with revision 559350

I do not believe the interop module is built with maven 1.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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

Reply via email to