Steven DH created AXIOM-505:
-------------------------------

             Summary: jar-with-dependencies fails to detect StAX dialect
                 Key: AXIOM-505
                 URL: https://issues.apache.org/jira/browse/AXIOM-505
             Project: Axiom
          Issue Type: Bug
    Affects Versions: 1.2.22
            Reporter: Steven DH


I am working on a command-line client for a SOAP service using Axis2.  My goal 
is to provide a single jar with all dependencies on board, using the 
descriptorRef "jar-with-dependencies" maven-assembly-plugin's configuration.

If I then try to execute this jar, I get the warning "Unable to determine 
dialect of the StAX implementation at [...]".  After looking at the source of 
detectDialectFromJarManifest I set the Implementation-Title and Bundle-Version 
in the manifest of the large jar containing the Woodstox code, so I could 
suppress the warning.  That's a dirty hack, but I'm not sure if a cleaner 
solution is easily possible.

Do I understand it right that this warning has no further impact on the working 
of the code?



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