You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by "Jeffrey Bennett (Jira)" <ji...@apache.org> on 2020/05/01 00:59:00 UTC

[jira] [Created] (AXIOM-503) 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

Jeffrey Bennett created AXIOM-503:
-------------------------------------

             Summary: 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


I am using the latest woodstox.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.



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

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