Is this still a problem as I'm seeing it in the latest Axis2 from the website. This is where the wsdl and schema targetNamespace are the same.

compile.src:
[javac] Compiling 214 source files to /Users/alistair/dev/ incubator/axis2/client/build/classes [javac] /Users/alistair/dev/incubator/axis2/client/src/org/test/ client/MinervaTestServiceMessageReceiverInOut.java:72: cannot find symbol
    [javac] symbol  : method newXMLStreamReader()
    [javac] location: interface org.apache.axiom.om.OMElement
[javac] (org.apache.axiom.om.OMAbstractFactory.getOMFactory(),new org.apache.axis2.util.StreamWrapper(param.newXMLStreamReader())) ; [javac] ^ [javac] /Users/alistair/dev/incubator/axis2/client/src/org/test/ client/MinervaTestServiceMessageReceiverInOut.java:105: cannot find symbol
    [javac] symbol  : variable Factory
    [javac] location: interface org.apache.axiom.om.OMElement
[javac] return org.apache.axiom.om.OMElement.Factory.parse(
    [javac]                                                      ^
[javac] /Users/alistair/dev/incubator/axis2/client/src/org/test/ client/MinervaTestServiceMessageReceiverInOut.java:109: cannot find symbol
    [javac] symbol  : variable Factory
    [javac] location: interface org.apache.axiom.om.OMElement
[javac] return org.apache.axiom.om.OMElement.Factory.parse(
    [javac]                                                      ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: /Users/alistair/dev/incubator/axis2/client/src/org/ test/client/MinervaTestServiceMessageReceiverInOut.java uses unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 3 errors

Alistair


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

Reply via email to