You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Jean-Sebastien Delfino (JIRA)" <tu...@ws.apache.org> on 2007/09/18 06:58:43 UTC

[jira] Created: (TUSCANY-1731) Incorrect level of xerces and xml-api packaged in webapp samples

Incorrect level of xerces and xml-api packaged in webapp samples
----------------------------------------------------------------

                 Key: TUSCANY-1731
                 URL: https://issues.apache.org/jira/browse/TUSCANY-1731
             Project: Tuscany
          Issue Type: Bug
          Components: Java SCA Core Runtime
    Affects Versions: Java-SCA-1.0
            Reporter: Jean-Sebastien Delfino
            Priority: Critical
             Fix For: Java-SCA-1.0


A number of webapp samples contain xerces 2.6.2 and xml-apis-1.0.b2, causing NoSuchMethodError and VerifyError exceptions on WebSphere 6.1 for example. This will probably happen as well on other Web containers, even though it doesn't seem to cause a problem on Tomcat.

These old Jars are dragged in by axiom-api for example. Exclusions should be added to the Tuscany pom.xml files that reference axiom-api, like binding-ws-axis2 already does. Dependencies on xerces 2.8.1 should be added and the contribution module which uses xml-api should reference xml-api 1.3.03.


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


[jira] Assigned: (TUSCANY-1731) Incorrect level of xerces and xml-api packaged in webapp samples

Posted by "Jean-Sebastien Delfino (JIRA)" <tu...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-1731?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Sebastien Delfino reassigned TUSCANY-1731:
-----------------------------------------------

    Assignee: Jean-Sebastien Delfino

> Incorrect level of xerces and xml-api packaged in webapp samples
> ----------------------------------------------------------------
>
>                 Key: TUSCANY-1731
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1731
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Core Runtime
>    Affects Versions: Java-SCA-1.0
>            Reporter: Jean-Sebastien Delfino
>            Assignee: Jean-Sebastien Delfino
>            Priority: Critical
>             Fix For: Java-SCA-1.0
>
>
> A number of webapp samples contain xerces 2.6.2 and xml-apis-1.0.b2, causing NoSuchMethodError and VerifyError exceptions on WebSphere 6.1 for example. This will probably happen as well on other Web containers, even though it doesn't seem to cause a problem on Tomcat.
> These old Jars are dragged in by axiom-api for example. Exclusions should be added to the Tuscany pom.xml files that reference axiom-api, like binding-ws-axis2 already does. Dependencies on xerces 2.8.1 should be added and the contribution module which uses xml-api should reference xml-api 1.3.03.

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


[jira] Resolved: (TUSCANY-1731) Incorrect level of xerces and xml-api packaged in webapp samples

Posted by "Jean-Sebastien Delfino (JIRA)" <tu...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-1731?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Sebastien Delfino resolved TUSCANY-1731.
---------------------------------------------

    Resolution: Fixed

Fixed. The webapps have the correct level of xerces and xml-api now.

> Incorrect level of xerces and xml-api packaged in webapp samples
> ----------------------------------------------------------------
>
>                 Key: TUSCANY-1731
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1731
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Core Runtime
>    Affects Versions: Java-SCA-1.0
>            Reporter: Jean-Sebastien Delfino
>            Assignee: Jean-Sebastien Delfino
>            Priority: Critical
>             Fix For: Java-SCA-1.0
>
>
> A number of webapp samples contain xerces 2.6.2 and xml-apis-1.0.b2, causing NoSuchMethodError and VerifyError exceptions on WebSphere 6.1 for example. This will probably happen as well on other Web containers, even though it doesn't seem to cause a problem on Tomcat.
> These old Jars are dragged in by axiom-api for example. Exclusions should be added to the Tuscany pom.xml files that reference axiom-api, like binding-ws-axis2 already does. Dependencies on xerces 2.8.1 should be added and the contribution module which uses xml-api should reference xml-api 1.3.03.

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


[jira] Commented: (TUSCANY-1731) Incorrect level of xerces and xml-api packaged in webapp samples

Posted by "Jean-Sebastien Delfino (JIRA)" <tu...@ws.apache.org>.
    [ https://issues.apache.org/jira/browse/TUSCANY-1731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12528248 ] 

Jean-Sebastien Delfino commented on TUSCANY-1731:
-------------------------------------------------

I have a fix for this, testing it now.

> Incorrect level of xerces and xml-api packaged in webapp samples
> ----------------------------------------------------------------
>
>                 Key: TUSCANY-1731
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1731
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Core Runtime
>    Affects Versions: Java-SCA-1.0
>            Reporter: Jean-Sebastien Delfino
>            Assignee: Jean-Sebastien Delfino
>            Priority: Critical
>             Fix For: Java-SCA-1.0
>
>
> A number of webapp samples contain xerces 2.6.2 and xml-apis-1.0.b2, causing NoSuchMethodError and VerifyError exceptions on WebSphere 6.1 for example. This will probably happen as well on other Web containers, even though it doesn't seem to cause a problem on Tomcat.
> These old Jars are dragged in by axiom-api for example. Exclusions should be added to the Tuscany pom.xml files that reference axiom-api, like binding-ws-axis2 already does. Dependencies on xerces 2.8.1 should be added and the contribution module which uses xml-api should reference xml-api 1.3.03.

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