Endevor WS: Unable to determine dialect of the StAX implementation
search cancel

Endevor WS: Unable to determine dialect of the StAX implementation

book

Article ID: 272942

calendar_today

Updated On:

Products

Endevor

Issue/Introduction

Installed Endevor Web Services V19 and noticed the following message in the log:

11:09:21.448 <main> WARN  (o.a.a.u.s.d.StAXDialectDetector) Unable to determine dialect of the StAX implementation at jar:file:/opt/local/tomcat/endvgui/webapps/EndevorService/WEB-INF/lib/woodstox-core-6.4.0.jar!/

Is this something to worry about?

Environment

Release : 19.0

Cause

SOAP is one method for accessing the Endevor API, and supports most Endevor actions.

Warning 'StAXDialectDetector' comes from the transitive dependency of axis2 framework (it's used for earlier version of SOAP in Web Services). It could be fixed by updating axis2 version to the latest.

Resolution

The SOAP method is now built on the Apache CXF framework (no longer requires Axis2 framework). 

This warning can be ignored. 

Additional Information

SOAP Client