Some thoughts on Zookeeper after using it for a while in the CXF/DOSGi subproject

2009-05-29 Thread davidb
Hi all, I have started using Zookeeper to provide Discovery implementation in the Distributed OSGi codebase in the CXF/DOSGi subproject (http://cxf.apache.org/distributed-osgi.html). It works great (hey! a happy customer) but I do have some thoughts regarding Maven and OSGi. * In CXF we use

Re: Some thoughts on Zookeeper after using it for a while in the CXF/DOSGi subproject

2009-11-09 Thread davidb
Hi all, 2009/6/2 dav...@apache.org 2009/5/29 Benjamin Reed br...@yahoo-inc.com: * The Zookeeper server is currently started with the zkServer.sh script, but I think it would make sense to also allow it to run inside an OSGi container, simply by starting a bundle. Has anyone ever done

Re: Some thoughts on Zookeeper after using it for a while in the CXF/DOSGi subproject

2009-11-11 Thread davidb
Ok - I get the message :) Let me see if I can do some experimenting around running the zookeeper server in OSGi and I'll report back... David 2009/11/10 Patrick Hunt ph...@apache.org I couldn't find a JIRA for removing the sys exits so I created one:

Re: Some thoughts on Zookeeper after using it for a while in the CXF/DOSGi subproject

2009-11-19 Thread davidb
I just provided an initial patch on ZOOKEEPER-425 to solicit some feedback. The comment in JIRA has the details. David 2009/11/11 Benjamin Reed br...@yahoo-inc.com: david, it should be pretty easy to do since we do it in our test cases. (start and stop servers.) the problem is that we haven't