You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "David Bosschaert (JIRA)" <ji...@apache.org> on 2008/09/23 11:32:47 UTC

[jira] Created: (CXF-1811) Need to split up osgi.remote.publish.intent and osg.intents

Need to split up osgi.remote.publish.intent and osg.intents
-----------------------------------------------------------

                 Key: CXF-1811
                 URL: https://issues.apache.org/jira/browse/CXF-1811
             Project: CXF
          Issue Type: Improvement
          Components: OSGi
    Affects Versions: 2.2
            Reporter: David Bosschaert
             Fix For: 2.2


The intents property needs to be split up into the following:

On the client side proxy we just need to have osgi.intent
On the server side we have osgi.remote.publish.intent and osgi.intents

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


[jira] Resolved: (CXF-1811) Need to split up osgi.remote.publish.intent and osg.intents

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

David Bosschaert resolved CXF-1811.
-----------------------------------

    Resolution: Fixed

Fixed - patch applied.

> Need to split up osgi.remote.publish.intent and osg.intents
> -----------------------------------------------------------
>
>                 Key: CXF-1811
>                 URL: https://issues.apache.org/jira/browse/CXF-1811
>             Project: CXF
>          Issue Type: Improvement
>          Components: OSGi
>    Affects Versions: 2.2
>            Reporter: David Bosschaert
>             Fix For: 2.2
>
>         Attachments: property_rename.patch
>
>
> The intents property needs to be split up into the following:
> On the client side proxy we just need to have osgi.intent
> On the server side we have osgi.remote.publish.intent and osgi.intents

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


[jira] Assigned: (CXF-1811) Need to split up osgi.remote.publish.intent and osg.intents

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

David Bosschaert reassigned CXF-1811:
-------------------------------------

    Assignee: David Bosschaert

> Need to split up osgi.remote.publish.intent and osg.intents
> -----------------------------------------------------------
>
>                 Key: CXF-1811
>                 URL: https://issues.apache.org/jira/browse/CXF-1811
>             Project: CXF
>          Issue Type: Improvement
>          Components: OSGi
>    Affects Versions: 2.2
>            Reporter: David Bosschaert
>            Assignee: David Bosschaert
>             Fix For: 2.2
>
>         Attachments: property_rename.patch
>
>
> The intents property needs to be split up into the following:
> On the client side proxy we just need to have osgi.intent
> On the server side we have osgi.remote.publish.intent and osgi.intents

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


[jira] Resolved: (CXF-1811) Need to split up osgi.remote.publish.intent and osg.intents

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

David Bosschaert resolved CXF-1811.
-----------------------------------

    Resolution: Fixed

> Need to split up osgi.remote.publish.intent and osg.intents
> -----------------------------------------------------------
>
>                 Key: CXF-1811
>                 URL: https://issues.apache.org/jira/browse/CXF-1811
>             Project: CXF
>          Issue Type: Improvement
>          Components: OSGi
>    Affects Versions: 2.2
>            Reporter: David Bosschaert
>            Assignee: David Bosschaert
>             Fix For: 2.2
>
>         Attachments: property_rename.patch, property_rename2.patch
>
>
> The intents property needs to be split up into the following:
> On the client side proxy we just need to have osgi.intent
> On the server side we have osgi.remote.publish.intent and osgi.intents

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


[jira] Updated: (CXF-1811) Need to split up osgi.remote.publish.intent and osg.intents

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

David Bosschaert updated CXF-1811:
----------------------------------

    Attachment:     (was: prop_rename.patch)

> Need to split up osgi.remote.publish.intent and osg.intents
> -----------------------------------------------------------
>
>                 Key: CXF-1811
>                 URL: https://issues.apache.org/jira/browse/CXF-1811
>             Project: CXF
>          Issue Type: Improvement
>          Components: OSGi
>    Affects Versions: 2.2
>            Reporter: David Bosschaert
>            Assignee: David Bosschaert
>             Fix For: 2.2
>
>         Attachments: property_rename.patch, property_rename2.patch
>
>
> The intents property needs to be split up into the following:
> On the client side proxy we just need to have osgi.intent
> On the server side we have osgi.remote.publish.intent and osgi.intents

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


[jira] Updated: (CXF-1811) Need to split up osgi.remote.publish.intent and osg.intents

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

David Bosschaert updated CXF-1811:
----------------------------------

    Attachment: prop_rename.patch

In addition to fixing the service property names, the patch includes:
 * When an intent is on the osgi.remote.requires.intents list and cannot be satisfied, the service is not exposed remotely.
 * All satisfied intents are added to an osgi.intents publication property.
 * New unit tests added for the above.
 * Also, added extra unit tests for intent map overriding and merging.

> Need to split up osgi.remote.publish.intent and osg.intents
> -----------------------------------------------------------
>
>                 Key: CXF-1811
>                 URL: https://issues.apache.org/jira/browse/CXF-1811
>             Project: CXF
>          Issue Type: Improvement
>          Components: OSGi
>    Affects Versions: 2.2
>            Reporter: David Bosschaert
>            Assignee: David Bosschaert
>             Fix For: 2.2
>
>         Attachments: prop_rename.patch, property_rename.patch
>
>
> The intents property needs to be split up into the following:
> On the client side proxy we just need to have osgi.intent
> On the server side we have osgi.remote.publish.intent and osgi.intents

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


[jira] Commented: (CXF-1811) Need to split up osgi.remote.publish.intent and osg.intents

Posted by "David Bosschaert (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-1811?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12636591#action_12636591 ] 

David Bosschaert commented on CXF-1811:
---------------------------------------

Reopened as the property names have changed in the specification.

> Need to split up osgi.remote.publish.intent and osg.intents
> -----------------------------------------------------------
>
>                 Key: CXF-1811
>                 URL: https://issues.apache.org/jira/browse/CXF-1811
>             Project: CXF
>          Issue Type: Improvement
>          Components: OSGi
>    Affects Versions: 2.2
>            Reporter: David Bosschaert
>             Fix For: 2.2
>
>         Attachments: property_rename.patch
>
>
> The intents property needs to be split up into the following:
> On the client side proxy we just need to have osgi.intent
> On the server side we have osgi.remote.publish.intent and osgi.intents

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


[jira] Reopened: (CXF-1811) Need to split up osgi.remote.publish.intent and osg.intents

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

David Bosschaert reopened CXF-1811:
-----------------------------------


> Need to split up osgi.remote.publish.intent and osg.intents
> -----------------------------------------------------------
>
>                 Key: CXF-1811
>                 URL: https://issues.apache.org/jira/browse/CXF-1811
>             Project: CXF
>          Issue Type: Improvement
>          Components: OSGi
>    Affects Versions: 2.2
>            Reporter: David Bosschaert
>             Fix For: 2.2
>
>         Attachments: property_rename.patch
>
>
> The intents property needs to be split up into the following:
> On the client side proxy we just need to have osgi.intent
> On the server side we have osgi.remote.publish.intent and osgi.intents

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


[jira] Updated: (CXF-1811) Need to split up osgi.remote.publish.intent and osg.intents

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

David Bosschaert updated CXF-1811:
----------------------------------

    Attachment: property_rename.patch

The attached patch provides the implementation for this bug.

> Need to split up osgi.remote.publish.intent and osg.intents
> -----------------------------------------------------------
>
>                 Key: CXF-1811
>                 URL: https://issues.apache.org/jira/browse/CXF-1811
>             Project: CXF
>          Issue Type: Improvement
>          Components: OSGi
>    Affects Versions: 2.2
>            Reporter: David Bosschaert
>             Fix For: 2.2
>
>         Attachments: property_rename.patch
>
>
> The intents property needs to be split up into the following:
> On the client side proxy we just need to have osgi.intent
> On the server side we have osgi.remote.publish.intent and osgi.intents

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


[jira] Updated: (CXF-1811) Need to split up osgi.remote.publish.intent and osg.intents

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

David Bosschaert updated CXF-1811:
----------------------------------

    Attachment: property_rename2.patch

In addition to fixing the service property names, the patch includes:
 * When an intent is on the osgi.remote.requires.intents list and cannot be satisfied, the service is not exposed remotely.
 * All satisfied intents are added to an osgi.intents publication property.
 * New unit tests added for the above.
 * Also, added extra unit tests for intent map overriding and merging.

> Need to split up osgi.remote.publish.intent and osg.intents
> -----------------------------------------------------------
>
>                 Key: CXF-1811
>                 URL: https://issues.apache.org/jira/browse/CXF-1811
>             Project: CXF
>          Issue Type: Improvement
>          Components: OSGi
>    Affects Versions: 2.2
>            Reporter: David Bosschaert
>            Assignee: David Bosschaert
>             Fix For: 2.2
>
>         Attachments: property_rename.patch, property_rename2.patch
>
>
> The intents property needs to be split up into the following:
> On the client side proxy we just need to have osgi.intent
> On the server side we have osgi.remote.publish.intent and osgi.intents

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