]
David Bosschaert updated AS7-942:
---------------------------------
Affects Version/s: 7.0.0.CR1
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.
For more information on JIRA, see: