jaxws-calculator sample does not compile
----------------------------------------
Key: AXIS2-5106
URL: https://issues.apache.org/jira/browse/AXIS2-5106
Project: Axis2
Issue Type: Bug
Components: samples
Affects Versions: 1.6.0
Environment: Windows XP SP3, Sun JDK 1.6.0_26, Apache Maven 2.1.0
Reporter: Ognjen Blagojevic
When I run mvn clean install at jaxws-calculator sample I get:
[INFO] [compiler:compile]
[WARNING] File encoding has not been set, using platform encoding
Cp1252, i.e. build is platform dependent!
[INFO] Compiling 22 source files to
C:\apps\axis2-1.6.0\samples\jaxws-calculator\target\classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR]
\apps\axis2-1.6.0\samples\jaxws-calculator\src\org\apache\axis2\jaxws\calculator\CalculatorService.java:[69,50]
cannot find symbol
symbol : method getEndpointReference(org.w3c.dom.Element)
location: interface javax.xml.ws.WebServiceContext
[ERROR]
\apps\axis2-1.6.0\samples\jaxws-calculator\src\org\apache\axis2\jaxws\calculator\CalculatorService.java:[77,78]
cannot find symbol
symbol : variable REFERENCE_PARAMETERS
location: interface javax.xml.ws.handler.MessageContext
[ERROR]
\apps\axis2-1.6.0\samples\jaxws-calculator\src\org\apache\axis2\jaxws\calculator\client\CalculatorService.java:[70,20]
cannot find symbol
symbol : method
getPort(javax.xml.namespace.QName,java.lang.Class<org.apache.axis2.jaxws.calculator.client.Calculator>,javax.xml.ws.WebServiceFeature[])
location: class javax.xml.ws.Service
Other jaxws-* examples seems to be working.
I tested with 1.6.0 release, and trunk.
--
This message is automatically generated by JIRA.
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]