[ 
https://issues.apache.org/jira/browse/AXIOM-352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andreas Veithen resolved AXIOM-352.
-----------------------------------

    Resolution: Fixed

Axiom now detects Weblogic's StAX implementation (tested with 
com.bea.core.weblogic.stax_1.8.0.0.jar) and uses the existing BEA dialect. 
However, since there are some things that don't work with that StAX 
implementation (e.g. CDATA section reporting), it will issue a warning message 
suggesting to use Woodstox.

> StAXDialectDetector doesn't recognize com.bea.core.weblogic.stax_1.7.0.0.jar
> ----------------------------------------------------------------------------
>
>                 Key: AXIOM-352
>                 URL: https://issues.apache.org/jira/browse/AXIOM-352
>             Project: Axiom
>          Issue Type: Bug
>          Components: API
>    Affects Versions: 1.2.10
>         Environment: weblogic 10.3.3
>            Reporter: Marco Paleani
>            Assignee: Andreas Veithen
>             Fix For: 1.2.11
>
>   Original Estimate: 2m
>  Remaining Estimate: 2m
>
> In the manifest.mf from com.bea.core.weblogic.stax_1.7.0.0.jar the vendor is 
> "BEA Systems" but at Line 232 in StAXDialectDetector the check is [...] if 
> ("BEA".equals(vendor)) { [...]
> -> maybe a vendor.startsWith("BEA") ?
> Dirty Bugfix is to edit the Manifestfile...

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

Reply via email to