You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Daisy Li (JIRA)" <ji...@apache.org> on 2008/07/16 22:58:00 UTC

[jira] Created: (SMX4-66) Add a basic http osgi client/server test to feature/trunk/example

Add a basic http osgi client/server test to feature/trunk/example
-----------------------------------------------------------------

                 Key: SMX4-66
                 URL: https://issues.apache.org/activemq/browse/SMX4-66
             Project: ServiceMix 4
          Issue Type: Test
    Affects Versions: 4.0-m2
            Reporter: Daisy Li
            Assignee: Guillaume Nodet
             Fix For: 4.0-m2
         Attachments: my.zip



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


[jira] Updated: (SMX4-66) Add a basic http osgi client/server test to feature/trunk/example

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

Daisy Li updated SMX4-66:
-------------------------

    Attachment:     (was: my.zip)

> Add a basic http osgi client/server test to feature/trunk/example
> -----------------------------------------------------------------
>
>                 Key: SMX4-66
>                 URL: https://issues.apache.org/activemq/browse/SMX4-66
>             Project: ServiceMix 4
>          Issue Type: Test
>    Affects Versions: 4.0-m2
>            Reporter: Daisy Li
>            Assignee: Guillaume Nodet
>             Fix For: 4.0-m2
>
>         Attachments: my.patch
>
>
> This test is based on spring osgi testing framework. The purpose to add this test is to provide an osgi test example for others and also to provide the basic osgi testing.

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


[jira] Resolved: (SMX4-66) Add a basic http osgi client/server test to feature/trunk/example

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

Guillaume Nodet resolved SMX4-66.
---------------------------------

    Resolution: Fixed

Adding         examples/cxf-http-osgi
Adding         examples/cxf-http-osgi/pom.xml
Adding         examples/cxf-http-osgi/src
Adding         examples/cxf-http-osgi/src/main
Adding         examples/cxf-http-osgi/src/main/java
Adding         examples/cxf-http-osgi/src/main/java/org
Adding         examples/cxf-http-osgi/src/main/java/org/apache
Adding         examples/cxf-http-osgi/src/main/java/org/apache/servicemix
Adding         examples/cxf-http-osgi/src/main/java/org/apache/servicemix/examples
Adding         examples/cxf-http-osgi/src/main/java/org/apache/servicemix/examples/cxf
Adding         examples/cxf-http-osgi/src/main/java/org/apache/servicemix/examples/cxf/HelloWorldImpl.java
Adding         examples/cxf-http-osgi/src/main/resources
Adding         examples/cxf-http-osgi/src/main/resources/META-INF
Adding         examples/cxf-http-osgi/src/main/resources/META-INF/spring
Adding         examples/cxf-http-osgi/src/main/resources/META-INF/spring/beans.xml
Adding         examples/cxf-http-osgi/src/main/resources/wsdl
Adding         examples/cxf-http-osgi/src/main/resources/wsdl/hello_world.wsdl
Sending        examples/itests/pom.xml
Sending        examples/itests/src/test/java/org/apache/servicemix/examples/IntegrationTest.java
Sending        examples/pom.xml
Transmitting file data .......
Committed revision 679705.

> Add a basic http osgi client/server test to feature/trunk/example
> -----------------------------------------------------------------
>
>                 Key: SMX4-66
>                 URL: https://issues.apache.org/activemq/browse/SMX4-66
>             Project: ServiceMix 4
>          Issue Type: Test
>    Affects Versions: 4.0-m2
>            Reporter: Daisy Li
>            Assignee: Guillaume Nodet
>             Fix For: 4.0-m2
>
>         Attachments: my.patch
>
>
> This test is based on spring osgi testing framework. The purpose to add this test is to provide an osgi test example for others and also to provide the basic osgi testing.

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


[jira] Updated: (SMX4-66) Add a basic http osgi client/server test to feature/trunk/example

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

Daisy Li updated SMX4-66:
-------------------------

    Attachment: my.patch

> Add a basic http osgi client/server test to feature/trunk/example
> -----------------------------------------------------------------
>
>                 Key: SMX4-66
>                 URL: https://issues.apache.org/activemq/browse/SMX4-66
>             Project: ServiceMix 4
>          Issue Type: Test
>    Affects Versions: 4.0-m2
>            Reporter: Daisy Li
>            Assignee: Guillaume Nodet
>             Fix For: 4.0-m2
>
>         Attachments: my.patch
>
>
> This test is based on spring osgi testing framework. The purpose to add this test is to provide an osgi test example for others and also to provide the basic osgi testing.

-- 
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-66) Add a basic http osgi client/server test to feature/trunk/example

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

Work on SMX4-66 started by Guillaume Nodet.

> Add a basic http osgi client/server test to feature/trunk/example
> -----------------------------------------------------------------
>
>                 Key: SMX4-66
>                 URL: https://issues.apache.org/activemq/browse/SMX4-66
>             Project: ServiceMix 4
>          Issue Type: Test
>    Affects Versions: 4.0-m2
>            Reporter: Daisy Li
>            Assignee: Guillaume Nodet
>             Fix For: 4.0-m2
>
>         Attachments: my.patch
>
>
> This test is based on spring osgi testing framework. The purpose to add this test is to provide an osgi test example for others and also to provide the basic osgi testing.

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


[jira] Updated: (SMX4-66) Add a basic http osgi client/server test to feature/trunk/example

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

Daisy Li updated SMX4-66:
-------------------------

    Description: This test is based on spring osgi testing framework. The purpose to add this test is to provide an osgi test example for others and also to provide the basic osgi testing.

> Add a basic http osgi client/server test to feature/trunk/example
> -----------------------------------------------------------------
>
>                 Key: SMX4-66
>                 URL: https://issues.apache.org/activemq/browse/SMX4-66
>             Project: ServiceMix 4
>          Issue Type: Test
>    Affects Versions: 4.0-m2
>            Reporter: Daisy Li
>            Assignee: Guillaume Nodet
>             Fix For: 4.0-m2
>
>         Attachments: my.zip
>
>
> This test is based on spring osgi testing framework. The purpose to add this test is to provide an osgi test example for others and also to provide the basic osgi testing.

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