You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "JBert (Created) (JIRA)" <ji...@apache.org> on 2012/01/24 10:46:39 UTC

[jira] [Created] (DOSGI-108) service.exported.interfaces doesn't support comma-seperated String value

service.exported.interfaces doesn't support comma-seperated String value
------------------------------------------------------------------------

                 Key: DOSGI-108
                 URL: https://issues.apache.org/jira/browse/DOSGI-108
             Project: CXF Distributed OSGi
          Issue Type: Bug
    Affects Versions: 1.2
            Reporter: JBert


I've got a Declarative Service component which has more than one interface. I declare the *service.exported.interfaces* property as "interface1,interface2" and the default type String (I cannot specify String[] per the SCR spec).

According to http://cxf.apache.org/distributed-osgi-reference.html#DistributedOSGiReference-ServiceProviderpropertiesForConfiguringSOAPbasedservicesandconsumers this String can be split on comma's.

The service won't deploy because the *RemoteServiceAdminCore* class _doesn't_ split this String and hence won't recognize the interfaces.

Tested with 1.3-SNAPSHOT, built on 2012-01-23.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (DOSGI-108) service.exported.interfaces doesn't support comma-seperated String value

Posted by "Sergey Beryozkin (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DOSGI-108?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sergey Beryozkin resolved DOSGI-108.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.3
         Assignee: Sergey Beryozkin

should be fixed, give a try please
                
> service.exported.interfaces doesn't support comma-seperated String value
> ------------------------------------------------------------------------
>
>                 Key: DOSGI-108
>                 URL: https://issues.apache.org/jira/browse/DOSGI-108
>             Project: CXF Distributed OSGi
>          Issue Type: Bug
>    Affects Versions: 1.2
>            Reporter: JBert
>            Assignee: Sergey Beryozkin
>            Priority: Minor
>             Fix For: 1.3
>
>
> I've got a Declarative Service component which has more than one interface. I declare the *service.exported.interfaces* property as "interface1,interface2" and the default type String (I cannot specify String[] per the SCR spec).
> According to http://cxf.apache.org/distributed-osgi-reference.html#DistributedOSGiReference-ServiceProviderpropertiesForConfiguringSOAPbasedservicesandconsumers this String can be split on comma's.
> The service won't deploy because the *RemoteServiceAdminCore* class _doesn't_ split this String and hence won't recognize the interfaces.
> Tested with 1.3-SNAPSHOT, built on 2012-01-23.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (DOSGI-108) service.exported.interfaces doesn't support comma-seperated String value

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

JBert updated DOSGI-108:
------------------------

    Priority: Minor  (was: Major)
    
> service.exported.interfaces doesn't support comma-seperated String value
> ------------------------------------------------------------------------
>
>                 Key: DOSGI-108
>                 URL: https://issues.apache.org/jira/browse/DOSGI-108
>             Project: CXF Distributed OSGi
>          Issue Type: Bug
>    Affects Versions: 1.2
>            Reporter: JBert
>            Priority: Minor
>
> I've got a Declarative Service component which has more than one interface. I declare the *service.exported.interfaces* property as "interface1,interface2" and the default type String (I cannot specify String[] per the SCR spec).
> According to http://cxf.apache.org/distributed-osgi-reference.html#DistributedOSGiReference-ServiceProviderpropertiesForConfiguringSOAPbasedservicesandconsumers this String can be split on comma's.
> The service won't deploy because the *RemoteServiceAdminCore* class _doesn't_ split this String and hence won't recognize the interfaces.
> Tested with 1.3-SNAPSHOT, built on 2012-01-23.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira