You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Alistair Young <al...@smo.uhi.ac.uk> on 2006/08/09 10:09:15 UTC

[AXIS2] AXIS2-784 wsdl + schema namespace collision

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: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org