[ 
https://issues.apache.org/jira/browse/AXIOM-503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17103957#comment-17103957
 ] 

Hudson commented on AXIOM-503:
------------------------------

SUCCESS: Integrated in Jenkins build axiom-1.2.x #114 (See 
[https://builds.apache.org/job/axiom-1.2.x/114/])
AXIOM-503: Partial cherry-pick of 1125d28 (veithen: rev 
647477a1afd1b6af3b06fda6396b91d907ea5a25)
* (edit) 
axiom-api/src/main/java/org/apache/axiom/util/stax/dialect/StAXDialectDetector.java


> WARN org.apache.axiom.util.stax.dialect.StAXDialectDetector:214 - Unable to 
> determine dialect of the StAX implementation at 
> jar:file:woodstox-core-6.2.0.jar
> ------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: AXIOM-503
>                 URL: https://issues.apache.org/jira/browse/AXIOM-503
>             Project: Axiom
>          Issue Type: Bug
>    Affects Versions: 1.2.22
>            Reporter: Jeffrey Bennett
>            Assignee: Andreas Veithen
>            Priority: Major
>
> I am using the latest woodstox-core.jar (6.2.0 - April 2020) and axiom-api 
> (1.2.22, Jan 2019) and am finding that Axiom does not recognize this StAX 
> implementation.  The problem seems to be 
> StaxDialectDetector.detectDialectFromJarManifest(..) which has support for 
> woodstox major versions 3, 4,and 5, but not 6.x.  It falls into a default 
> case, which returns null, and causes a warning to be generated (and a 
> DialectUnknown to be utilized).  It's not clear if there are any negative 
> consequences other than the warning log - superficially, things appear OK.
> Not knowing any better, we are choosing to simply suppress the log.  Figured 
> a bug-report might be beneficial though.
>  
> [java] 19:22:44,807 DEBUG 
> org.apache.axiom.util.stax.dialect.StAXDialectDetector:261 - StAX 
> implementation at jar:file:woodstox-core-6.2.0.jar!/ is:
>  [java] Title: Woodstox
>  [java] Symbolic name: com.fasterxml.woodstox.woodstox-core
>  [java] Vendor: FasterXML
>  [java] Version: 6.2.0
>  [java] 19:22:44,808 WARN 
> org.apache.axiom.util.stax.dialect.StAXDialectDetector:214 - Unable to 
> determine dialect of the StAX implementation at 
> jar:file:woodstox-core-6.2.0.jar!/



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@ws.apache.org
For additional commands, e-mail: dev-h...@ws.apache.org

Reply via email to