You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by "Marco Paleani (JIRA)" <ji...@apache.org> on 2010/11/29 13:28:38 UTC

[jira] Created: (AXIOM-352) StAXDialectDetector faild at com.bea.core.weblogic.stax_1.7.0.0.jar

StAXDialectDetector faild at 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
         Environment: weblogic 10.3.3
            Reporter: Marco Paleani


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.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Updated: (AXIOM-352) StAXDialectDetector faild at com.bea.core.weblogic.stax_1.7.0.0.jar

Posted by "Andreas Veithen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIOM-352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andreas Veithen updated AXIOM-352:
----------------------------------

          Component/s: API
    Affects Version/s: 1.2.10
        Fix Version/s: 1.2.11
             Assignee: Andreas Veithen

Actually that code was written to support the original BEA reference implementation of the StAX specs and was never really tested with a recent StAX implementation from WebLogic. Since Oracle now allows downloading WebLogic for development/testing purposes, I will try to get com.bea.core.weblogic.stax_1.7.0.0.jar and implement a proper dialect implementation for that version.

> StAXDialectDetector faild at 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: 0.03h
>  Remaining Estimate: 0.03h
>
> 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.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Updated: (AXIOM-352) StAXDialectDetector doesn't recognize com.bea.core.weblogic.stax_1.7.0.0.jar

Posted by "Andreas Veithen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIOM-352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andreas Veithen updated AXIOM-352:
----------------------------------

    Summary: StAXDialectDetector doesn't recognize com.bea.core.weblogic.stax_1.7.0.0.jar  (was: StAXDialectDetector faild at com.bea.core.weblogic.stax_1.7.0.0.jar)

> 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: 0.03h
>  Remaining Estimate: 0.03h
>
> 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.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Resolved: (AXIOM-352) StAXDialectDetector doesn't recognize com.bea.core.weblogic.stax_1.7.0.0.jar

Posted by "Andreas Veithen (JIRA)" <ji...@apache.org>.
     [ 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-unsubscribe@ws.apache.org
For additional commands, e-mail: dev-help@ws.apache.org


[jira] Commented: (AXIOM-352) StAXDialectDetector doesn't recognize com.bea.core.weblogic.stax_1.7.0.0.jar

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIOM-352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12989228#comment-12989228 ] 

Hudson commented on AXIOM-352:
------------------------------

Integrated in ws-axiom-trunk #339 (See [https://hudson.apache.org/hudson/job/ws-axiom-trunk/339/])
    AXIOM-352: Added detection logic for Weblogic's StAX implementation.


> 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-unsubscribe@ws.apache.org
For additional commands, e-mail: dev-help@ws.apache.org


[jira] Work started: (AXIOM-352) StAXDialectDetector doesn't recognize com.bea.core.weblogic.stax_1.7.0.0.jar

Posted by "Andreas Veithen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIOM-352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on AXIOM-352 started by Andreas Veithen.

> 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-unsubscribe@ws.apache.org
For additional commands, e-mail: dev-help@ws.apache.org