quickstartjibx sample does not work
-----------------------------------
Key: AXIS2-2224
URL: https://issues.apache.org/jira/browse/AXIS2-2224
Project: Axis 2.0 (Axis2)
Issue Type: Bug
Components: samples
Affects Versions: nightly
Environment: winxp, jdk1.5, tomcat 5.5.16
Reporter: Charitha Kankanamge
Following exception thrown when running ant generate.service task in
quickstartjibx sample.
[wsdl2java] SystemId Unknown; Line #5; Column #44; Had IO Exception with
stylesheet file: databindsupporter
[wsdl2java] SystemId Unknown; Line #5; Column #44; Had IO Exception with
stylesheet file: databindsupporter
compile.src:
[javac] Compiling 4 source files to
C:\Axis\axis2-SNAPSHOT\samples\quickstartjibx\build\service\build\classes
[javac]
C:\Axis\axis2-SNAPSHOT\samples\quickstartjibx\build\service\src\samples\quickstart\service\jibx\StockQuoteServiceMessageReceiverInOnly.java:39:
cannot find symbol
[javac] symbol : method
jibxReceiver0(org.apache.axiom.om.OMElement,samples.quickstart.service.jibx.StockQuoteServiceSkeletonInterface,<nulltype>)
[javac] location: class
samples.quickstart.service.jibx.StockQuoteServiceMessageReceiverInOnly
[javac]
jibxReceiver0(inMessage.getEnvelope().getBody().getFirstElement(), skel, null);
[javac] ^
[javac]
C:\Axis\axis2-SNAPSHOT\samples\quickstartjibx\build\service\src\samples\quickstart\service\jibx\StockQuoteServiceMessageReceiverInOut.java:42:
canno
t find symbol
[javac] symbol : method
jibxReceiver1(org.apache.axiom.om.OMElement,samples.quickstart.service.jibx.StockQuoteServiceSkeletonInterface,org.apache.axiom.soa
p.SOAPFactory)
[javac] location: class
samples.quickstart.service.jibx.StockQuoteServiceMessageReceiverInOut
[javac] envelope =
jibxReceiver1(msgContext.getEnvelope().getBody().getFirstElement(), skel,
getSOAPFactory(msgContext));
[javac] ^
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 2 errors
BUILD FAILED
Steps to reproduce:
---------------------------
1. Navigate to Axis2_home/samples/quickstartjibx directory
2. Enter ant command
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]