Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.1.1
-
None
Description
If I use axis2-jibx-1.1.jar all ok, but with new version of this jar and kernel I get next error:
[javac] location: class org.apache.axis2.jibx.JiBXDataSource
[javac] org.apache.axiom.om.OMDataSource src = new org.apache.axis2.jibx.JiBXDataSource(input2, _type_index0, "input2", "http://webservices.mysite.com/xsd", bindingFactory);
[javac] ^
[javac] D:\work\cm_bot\trunk\implementation\src\java\com\company\bot\webservices\botservice\server\BotServiceMessageReceiverInOut.java:158: cannot find symbol
[javac] symbol : constructor JiBXDataSource(com.company.webservices.botservice.SomeClass,int,java.lang.String,java.lang.String,org.jibx.runtime.IBindingFactory)
[javac] location: class org.apache.axis2.jibx.JiBXDataSource
[javac] org.apache.axiom.om.OMDataSource src = new org.apache.axis2.jibx.JiBXDataSource(result, _type_index0, "someclass", "http://webservices.mysite.com/xsd", bindingFactory);
[javac] ^