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 Maven

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

2009-06-02 Thread davidb
Hi Ben, ... inline ... 2009/5/29 Benjamin Reed : > this is great to hear. it's great to see siblings playing together ;) > >> * In CXF we use Maven to build everything. To depend on Zookeeper we >> need to pull it in from a Maven repository. I couldn't find Zookeeper >> in any main Maven repos, s

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 > 2009/5/29 Benjamin Reed : > > >> > >> * 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 > >> any work in this re

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 > > I couldn't find a JIRA for removing the sys exits so I created one: > https://issues.apache.org/jira/browse/ZOOKEEPER-575 > >

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 : > 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 really exposed the