[
https://issues.apache.org/jira/browse/DOSGI-225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15303507#comment-15303507
]
Panu Hämäläinen commented on DOSGI-225:
---------------------------------------
To be clear, the patch would be to change from
{code}
<Export-Package>
!*
</Export-Package>
{code}
to
{code}
<Export-Package>
org.apache.cxf.dosgi.discovery.zookeeper.publish
</Export-Package>
{code}
in the pom of the artifact cxf-dosgi-ri-discovery-distributed.
> Service publication with org.apache.cxf.ws.httpservice.context property does
> not work
> -------------------------------------------------------------------------------------
>
> Key: DOSGI-225
> URL: https://issues.apache.org/jira/browse/DOSGI-225
> Project: CXF Distributed OSGi
> Issue Type: Bug
> Components: DSW
> Affects Versions: 1.7.0
> Reporter: Panu Hämäläinen
>
> For org.apache.cxf.ws.httpservice.context the page
> https://cxf.apache.org/distributed-osgi-reference.html says "When this
> property is specified, the OSGi HTTP Service is used to expose the service,
> rather than a dedicated Jetty HTTP Server. This property doesn't allow the
> specification of a port number, as this is provided by the HTTP Service."
> However, this does not work with DOSGi 1.7.0. Instead, the service gets
> exposed (by PojoConfigurationTypeHandler) at the default address
> http://localhost:9000. This used to work e.g. with 1.4.0.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)