You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Eoghan Glynn (JIRA)" <ji...@apache.org> on 2009/05/19 15:05:50 UTC

[jira] Created: (SMX4-281) Improve test coverage :: SMX4 :: cxf-transport-osgi

Improve test coverage :: SMX4 :: cxf-transport-osgi
---------------------------------------------------

                 Key: SMX4-281
                 URL: https://issues.apache.org/activemq/browse/SMX4-281
             Project: ServiceMix 4
          Issue Type: Task
    Affects Versions: 4.0.0, 4.0-m1, 4.1.0
            Reporter: Eoghan Glynn
            Assignee: Eoghan Glynn
             Fix For: 4.1.0


The CXF OSGi transport has no unit test coverage currently.

This test needs to assert the presence of all the message properties required for both SOAP and RESTful invocation dispatch.

Previously the Message.REQUEST_URI property, required by the CXF JAX-RS layer, was left unset causing RESTful fispatch to break.

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


[jira] Resolved: (SMX4-281) Improve test coverage :: SMX4 :: cxf-transport-osgi

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

Freeman Fang resolved SMX4-281.
-------------------------------

    Resolution: Fixed

apply patch on behalf of Eoghan
http://svn.apache.org/viewvc?rev=780166&view=rev
with this patch, increase unit test coverage from 0 to 70.6%, Thanks Eoghan

> Improve test coverage :: SMX4 :: cxf-transport-osgi
> ---------------------------------------------------
>
>                 Key: SMX4-281
>                 URL: https://issues.apache.org/activemq/browse/SMX4-281
>             Project: ServiceMix 4
>          Issue Type: Task
>    Affects Versions: 4.0-m1, 4.0.0, 4.1.0
>            Reporter: Eoghan Glynn
>            Assignee: Freeman Fang
>             Fix For: 4.1.0
>
>         Attachments: smx4_281.create_patch, smx4_281.patch
>
>
> The CXF OSGi transport has no unit test coverage currently.
> This test needs to assert the presence of all the message properties required for both SOAP and RESTful invocation dispatch.
> Previously the Message.REQUEST_URI property, required by the CXF JAX-RS layer, was left unset causing RESTful dispatch to break.

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


[jira] Updated: (SMX4-281) Improve test coverage :: SMX4 :: cxf-transport-osgi

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

Eoghan Glynn updated SMX4-281:
------------------------------

    Description: 
The CXF OSGi transport has no unit test coverage currently.

This test needs to assert the presence of all the message properties required for both SOAP and RESTful invocation dispatch.

Previously the Message.REQUEST_URI property, required by the CXF JAX-RS layer, was left unset causing RESTful dispatch to break.

  was:
The CXF OSGi transport has no unit test coverage currently.

This test needs to assert the presence of all the message properties required for both SOAP and RESTful invocation dispatch.

Previously the Message.REQUEST_URI property, required by the CXF JAX-RS layer, was left unset causing RESTful fispatch to break.


> Improve test coverage :: SMX4 :: cxf-transport-osgi
> ---------------------------------------------------
>
>                 Key: SMX4-281
>                 URL: https://issues.apache.org/activemq/browse/SMX4-281
>             Project: ServiceMix 4
>          Issue Type: Task
>    Affects Versions: 4.0-m1, 4.0.0, 4.1.0
>            Reporter: Eoghan Glynn
>            Assignee: Eoghan Glynn
>             Fix For: 4.1.0
>
>
> The CXF OSGi transport has no unit test coverage currently.
> This test needs to assert the presence of all the message properties required for both SOAP and RESTful invocation dispatch.
> Previously the Message.REQUEST_URI property, required by the CXF JAX-RS layer, was left unset causing RESTful dispatch to break.

-- 
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-281) Improve test coverage :: SMX4 :: cxf-transport-osgi

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

Work on SMX4-281 started by Eoghan Glynn.

> Improve test coverage :: SMX4 :: cxf-transport-osgi
> ---------------------------------------------------
>
>                 Key: SMX4-281
>                 URL: https://issues.apache.org/activemq/browse/SMX4-281
>             Project: ServiceMix 4
>          Issue Type: Task
>    Affects Versions: 4.0-m1, 4.0.0, 4.1.0
>            Reporter: Eoghan Glynn
>            Assignee: Eoghan Glynn
>             Fix For: 4.1.0
>
>
> The CXF OSGi transport has no unit test coverage currently.
> This test needs to assert the presence of all the message properties required for both SOAP and RESTful invocation dispatch.
> Previously the Message.REQUEST_URI property, required by the CXF JAX-RS layer, was left unset causing RESTful dispatch to break.

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


[jira] Updated: (SMX4-281) Improve test coverage :: SMX4 :: cxf-transport-osgi

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

Eoghan Glynn updated SMX4-281:
------------------------------

    Attachment: smx4_281.create_patch
                smx4_281.patch

Can some committer please review and, if kosher, apply the patch supplied?

For convenience I've created two patches:

1. smx4_281.patch : created using a standard svn diff
2. smx4_281.create_patch : created using the WebKit svn-create-patch perl script

Use the patch #2 if you want to apply using the WebKit svn-apply perl script. Otherwise just use patch #1.

In both cases, apply patch from the features/trunk/cxf directory.

> Improve test coverage :: SMX4 :: cxf-transport-osgi
> ---------------------------------------------------
>
>                 Key: SMX4-281
>                 URL: https://issues.apache.org/activemq/browse/SMX4-281
>             Project: ServiceMix 4
>          Issue Type: Task
>    Affects Versions: 4.0-m1, 4.0.0, 4.1.0
>            Reporter: Eoghan Glynn
>            Assignee: Eoghan Glynn
>             Fix For: 4.1.0
>
>         Attachments: smx4_281.create_patch, smx4_281.patch
>
>
> The CXF OSGi transport has no unit test coverage currently.
> This test needs to assert the presence of all the message properties required for both SOAP and RESTful invocation dispatch.
> Previously the Message.REQUEST_URI property, required by the CXF JAX-RS layer, was left unset causing RESTful dispatch to break.

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


[jira] Assigned: (SMX4-281) Improve test coverage :: SMX4 :: cxf-transport-osgi

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

Freeman Fang reassigned SMX4-281:
---------------------------------

    Assignee: Freeman Fang  (was: Eoghan Glynn)

> Improve test coverage :: SMX4 :: cxf-transport-osgi
> ---------------------------------------------------
>
>                 Key: SMX4-281
>                 URL: https://issues.apache.org/activemq/browse/SMX4-281
>             Project: ServiceMix 4
>          Issue Type: Task
>    Affects Versions: 4.0-m1, 4.0.0, 4.1.0
>            Reporter: Eoghan Glynn
>            Assignee: Freeman Fang
>             Fix For: 4.1.0
>
>         Attachments: smx4_281.create_patch, smx4_281.patch
>
>
> The CXF OSGi transport has no unit test coverage currently.
> This test needs to assert the presence of all the message properties required for both SOAP and RESTful invocation dispatch.
> Previously the Message.REQUEST_URI property, required by the CXF JAX-RS layer, was left unset causing RESTful dispatch to break.

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