[
https://issues.apache.org/jira/browse/AXIS2-1983?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ivan Vasiliev updated AXIS2-1983:
---------------------------------
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] ^
was:
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\clairmail\bot\webservices\botservice\server\BotServiceMessageReceiverInOut.java:158:
cannot find symbol
[javac] symbol : constructor
JiBXDataSource(com.clairmail.bot.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] ^
personals removed
> Problem with axis2-jibx-1.1.1.jar and new kernel
> ------------------------------------------------
>
> Key: AXIS2-1983
> URL: https://issues.apache.org/jira/browse/AXIS2-1983
> Project: Apache Axis 2.0 (Axis2)
> Issue Type: Bug
> Components: databinding
> Affects Versions: 1.1.1
> Reporter: Ivan Vasiliev
> Fix For: 1.2, 1.1.1
>
>
> 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] ^
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]