[jboss-jira] [JBoss JIRA] Created: (AS7-942) The CXF-DOSGi distributed discovery demo doesn't work.
David Bosschaert (JIRA)
jira-events at lists.jboss.org
Thu Jun 2 11:30:13 EDT 2011
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
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: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list