Seems to me we should fix this.
Paul
On 11/7/06, Nigel Charman <[EMAIL PROTECTED]> wrote:
I've just picked up on a new dependency in 1.1 RC2 and wanted to make
sure it was intentional.
Code generated by WSDL2Java with an ADB databinding now requires
axis2-java2wsdl.jar in order to compile. This wasn't the case in 1.1 RC1.
The dependency is in the following generated code which indirectly
references org.apache.ws.java2wsdl.utils.TypeTable.
public javax.xml.stream.XMLStreamReader
getPullParser(javax.xml.namespace.QName qName){
//We can safely assume an element has only one type
associated with it
return new
org.apache.axis2.databinding.utils.reader.ADBXMLStreamReaderImpl(MY_QNAME,
new java.lang.Object[]{
org.apache.axis2.databinding.utils.reader.ADBXMLStreamReader.ELEMENT_TEXT,
org.apache.axis2.databinding.utils.ConverterUtil.convertToString(localBase64)
},
null);
}
Regards
Nigel
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
Paul Fremantle
VP/Technology, WSO2 and OASIS WS-RX TC Co-chair
http://bloglines.com/blog/paulfremantle
[EMAIL PROTECTED]
"Oxygenating the Web Service Platform", www.wso2.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]