Axis2 generated code not compiles: toOM(Object, boolean) invocation is
generated and the only implementation is toOM(Object,
org.apache.axiom.soap.SOAPFactory, boolean)
------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Key: AXIS2-3667
URL: https://issues.apache.org/jira/browse/AXIS2-3667
Project: Axis 2.0 (Axis2)
Issue Type: Bug
Components: codegen
Affects Versions: 1.3
Reporter: Michael B
The codegenerator for some reason generates code with toOM(Object, boolean)
invocation, but the only implementation is toOM(Object,
org.apache.axiom.soap.SOAPFactory, boolean)... I've made very simple Ant
project demonstrating this. The project is attached to the bug. Just extract
files, cd to the dir and run ant from command line.
The "generated" dir in the archive contains java sources as they were generated
for me by Apache Axis2 v1.3 (i.e. with the compilation error). This directory
is re-created before each build.
--
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]