You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Patrick Huber (JIRA)" <ji...@apache.org> on 2009/09/02 18:37:12 UTC

[jira] Created: (SMX4-348) Upgrade servicemix-bundles-xmlschema to 1.4.5

Upgrade servicemix-bundles-xmlschema to 1.4.5
---------------------------------------------

                 Key: SMX4-348
                 URL: https://issues.apache.org/activemq/browse/SMX4-348
             Project: ServiceMix 4
          Issue Type: Wish
         Environment: servicemix with bundles using cxf
            Reporter: Patrick Huber



I have a bundle that uses cxf-2.2.2 which has a dependency to org.apache.ws.commons.schema:XmlSchema:1.4.5 ... Since XmlSchema is not a bundle, you guys made a custom version: org.apache.servicemix.bundles:org.apache.servicemix.bundles.xmlschema:1.4.3_1 and that version seems to be too old an I get a NoSuchMethodError for org.apache.ws.commons.schema.XmlSchema:getSchemaDocument().

Please make a 1.4.5_1 version of your xmlschema bundle.

I made my own custom version that works for the time being but I'd feel better using an official version from you guys. thanks!

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (SMX4-348) use XmlSchema 1.4.5 directly as it's already a bundle

Posted by "Freeman Fang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMX4-348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Freeman Fang updated SMX4-348:
------------------------------

    Description: 
I have a bundle that uses cxf-2.2.2 which has a dependency to org.apache.ws.commons.schema:XmlSchema:1.4.5 ... Since XmlSchema is not a bundle, you guys made a custom version: org.apache.servicemix.bundles:org.apache.servicemix.bundles.xmlschema:1.4.3_1 and that version seems to be too old an I get a NoSuchMethodError for org.apache.ws.commons.schema.XmlSchema:getSchemaDocument().

Please make a 1.4.5_1 version of your xmlschema bundle.

I made my own custom version that works for the time being but I'd feel better using an official version from you guys. thanks!

  was:

I have a bundle that uses cxf-2.2.2 which has a dependency to org.apache.ws.commons.schema:XmlSchema:1.4.5 ... Since XmlSchema is not a bundle, you guys made a custom version: org.apache.servicemix.bundles:org.apache.servicemix.bundles.xmlschema:1.4.3_1 and that version seems to be too old an I get a NoSuchMethodError for org.apache.ws.commons.schema.XmlSchema:getSchemaDocument().

Please make a 1.4.5_1 version of your xmlschema bundle.

I made my own custom version that works for the time being but I'd feel better using an official version from you guys. thanks!

        Summary: use XmlSchema 1.4.5 directly as it's already a bundle  (was: Upgrade servicemix-bundles-xmlschema to 1.4.5)

> use XmlSchema 1.4.5 directly as it's already a bundle
> -----------------------------------------------------
>
>                 Key: SMX4-348
>                 URL: https://issues.apache.org/activemq/browse/SMX4-348
>             Project: ServiceMix 4
>          Issue Type: Wish
>         Environment: servicemix with bundles using cxf
>            Reporter: Patrick Huber
>            Assignee: Freeman Fang
>   Original Estimate: 15 minutes
>  Remaining Estimate: 15 minutes
>
> I have a bundle that uses cxf-2.2.2 which has a dependency to org.apache.ws.commons.schema:XmlSchema:1.4.5 ... Since XmlSchema is not a bundle, you guys made a custom version: org.apache.servicemix.bundles:org.apache.servicemix.bundles.xmlschema:1.4.3_1 and that version seems to be too old an I get a NoSuchMethodError for org.apache.ws.commons.schema.XmlSchema:getSchemaDocument().
> Please make a 1.4.5_1 version of your xmlschema bundle.
> I made my own custom version that works for the time being but I'd feel better using an official version from you guys. thanks!

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (SMX4-348) use XmlSchema 1.4.5 directly as it's already a bundle

Posted by "Freeman Fang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMX4-348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Freeman Fang resolved SMX4-348.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 4.1.0

commit fix
http://svn.apache.org/viewvc?rev=810769&view=rev

> use XmlSchema 1.4.5 directly as it's already a bundle
> -----------------------------------------------------
>
>                 Key: SMX4-348
>                 URL: https://issues.apache.org/activemq/browse/SMX4-348
>             Project: ServiceMix 4
>          Issue Type: Wish
>         Environment: servicemix with bundles using cxf
>            Reporter: Patrick Huber
>            Assignee: Freeman Fang
>             Fix For: 4.1.0
>
>   Original Estimate: 15 minutes
>  Remaining Estimate: 15 minutes
>
> I have a bundle that uses cxf-2.2.2 which has a dependency to org.apache.ws.commons.schema:XmlSchema:1.4.5 ... Since XmlSchema is not a bundle, you guys made a custom version: org.apache.servicemix.bundles:org.apache.servicemix.bundles.xmlschema:1.4.3_1 and that version seems to be too old an I get a NoSuchMethodError for org.apache.ws.commons.schema.XmlSchema:getSchemaDocument().
> Please make a 1.4.5_1 version of your xmlschema bundle.
> I made my own custom version that works for the time being but I'd feel better using an official version from you guys. thanks!

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SMX4-348) Upgrade servicemix-bundles-xmlschema to 1.4.5

Posted by "Freeman Fang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SMX4-348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=53976#action_53976 ] 

Freeman Fang commented on SMX4-348:
-----------------------------------

As Dan point out, XmSchema 1.4.5 is an osgi bundle already, so we just need update smx feature to use 1.4.5 directly, no necessary to create new servicemix xmlschema 1.4.5 bundle

> Upgrade servicemix-bundles-xmlschema to 1.4.5
> ---------------------------------------------
>
>                 Key: SMX4-348
>                 URL: https://issues.apache.org/activemq/browse/SMX4-348
>             Project: ServiceMix 4
>          Issue Type: Wish
>         Environment: servicemix with bundles using cxf
>            Reporter: Patrick Huber
>            Assignee: Freeman Fang
>   Original Estimate: 15 minutes
>  Remaining Estimate: 15 minutes
>
> I have a bundle that uses cxf-2.2.2 which has a dependency to org.apache.ws.commons.schema:XmlSchema:1.4.5 ... Since XmlSchema is not a bundle, you guys made a custom version: org.apache.servicemix.bundles:org.apache.servicemix.bundles.xmlschema:1.4.3_1 and that version seems to be too old an I get a NoSuchMethodError for org.apache.ws.commons.schema.XmlSchema:getSchemaDocument().
> Please make a 1.4.5_1 version of your xmlschema bundle.
> I made my own custom version that works for the time being but I'd feel better using an official version from you guys. thanks!

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (SMX4-348) Upgrade servicemix-bundles-xmlschema to 1.4.5

Posted by "Freeman Fang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMX4-348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Freeman Fang reassigned SMX4-348:
---------------------------------

    Assignee: Freeman Fang

> Upgrade servicemix-bundles-xmlschema to 1.4.5
> ---------------------------------------------
>
>                 Key: SMX4-348
>                 URL: https://issues.apache.org/activemq/browse/SMX4-348
>             Project: ServiceMix 4
>          Issue Type: Wish
>         Environment: servicemix with bundles using cxf
>            Reporter: Patrick Huber
>            Assignee: Freeman Fang
>   Original Estimate: 15 minutes
>  Remaining Estimate: 15 minutes
>
> I have a bundle that uses cxf-2.2.2 which has a dependency to org.apache.ws.commons.schema:XmlSchema:1.4.5 ... Since XmlSchema is not a bundle, you guys made a custom version: org.apache.servicemix.bundles:org.apache.servicemix.bundles.xmlschema:1.4.3_1 and that version seems to be too old an I get a NoSuchMethodError for org.apache.ws.commons.schema.XmlSchema:getSchemaDocument().
> Please make a 1.4.5_1 version of your xmlschema bundle.
> I made my own custom version that works for the time being but I'd feel better using an official version from you guys. thanks!

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SMX4-348) Upgrade servicemix-bundles-xmlschema to 1.4.5

Posted by "Daniel Kulp (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SMX4-348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=53975#action_53975 ] 

Daniel Kulp commented on SMX4-348:
----------------------------------



Umm...  XmlSchema 1.4.5 IS an OSGi bundle all ready.  What did you need to do?

> Upgrade servicemix-bundles-xmlschema to 1.4.5
> ---------------------------------------------
>
>                 Key: SMX4-348
>                 URL: https://issues.apache.org/activemq/browse/SMX4-348
>             Project: ServiceMix 4
>          Issue Type: Wish
>         Environment: servicemix with bundles using cxf
>            Reporter: Patrick Huber
>            Assignee: Freeman Fang
>   Original Estimate: 15 minutes
>  Remaining Estimate: 15 minutes
>
> I have a bundle that uses cxf-2.2.2 which has a dependency to org.apache.ws.commons.schema:XmlSchema:1.4.5 ... Since XmlSchema is not a bundle, you guys made a custom version: org.apache.servicemix.bundles:org.apache.servicemix.bundles.xmlschema:1.4.3_1 and that version seems to be too old an I get a NoSuchMethodError for org.apache.ws.commons.schema.XmlSchema:getSchemaDocument().
> Please make a 1.4.5_1 version of your xmlschema bundle.
> I made my own custom version that works for the time being but I'd feel better using an official version from you guys. thanks!

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Work started: (SMX4-348) Upgrade servicemix-bundles-xmlschema to 1.4.5

Posted by "Freeman Fang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMX4-348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on SMX4-348 started by Freeman Fang.

> Upgrade servicemix-bundles-xmlschema to 1.4.5
> ---------------------------------------------
>
>                 Key: SMX4-348
>                 URL: https://issues.apache.org/activemq/browse/SMX4-348
>             Project: ServiceMix 4
>          Issue Type: Wish
>         Environment: servicemix with bundles using cxf
>            Reporter: Patrick Huber
>            Assignee: Freeman Fang
>   Original Estimate: 15 minutes
>  Remaining Estimate: 15 minutes
>
> I have a bundle that uses cxf-2.2.2 which has a dependency to org.apache.ws.commons.schema:XmlSchema:1.4.5 ... Since XmlSchema is not a bundle, you guys made a custom version: org.apache.servicemix.bundles:org.apache.servicemix.bundles.xmlschema:1.4.3_1 and that version seems to be too old an I get a NoSuchMethodError for org.apache.ws.commons.schema.XmlSchema:getSchemaDocument().
> Please make a 1.4.5_1 version of your xmlschema bundle.
> I made my own custom version that works for the time being but I'd feel better using an official version from you guys. thanks!

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.