[jboss-jira] [JBoss JIRA] (AS7-942) The CXF-DOSGi distributed discovery demo doesn't work.
Thomas Diesler (JIRA)
jira-events at lists.jboss.org
Fri Aug 24 00:13:14 EDT 2012
[ https://issues.jboss.org/browse/AS7-942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Thomas Diesler resolved AS7-942.
--------------------------------
Resolution: Out of Date
Please reopen if there is an interest in this.
> The CXF-DOSGi distributed discovery demo doesn't work.
> ------------------------------------------------------
>
> Key: AS7-942
> URL: https://issues.jboss.org/browse/AS7-942
> Project: Application Server 7
> Issue Type: Bug
> Components: OSGi
> Affects Versions: 7.0.0.CR1
> Reporter: David Bosschaert
> Priority: Minor
>
> This demo is described here: http://cxf.apache.org/dosgi-discovery-demo-page.html
> It seems that the client and the server bundles individually do work. The server bundle does register a remote endpoint and the client bundle does seem to look up the service, but something seems to go wrong with the interaction with the zookeeper server.
> I did try to configure it both through standalone.xml and load/org.apache.cxf.dosgi.diovery.zookeeper.cfg file.
> standalone.xml content:
> {code}
> <subsystem xmlns="urn:jboss:domain:osgi:1.0" activation="lazy">
> <configuration pid="org.apache.cxf.dosgi.discovery.zookeeper">
> <property name="zookeeper.host">
> 127.0.0.1
> </property>
> </configuration>
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list