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

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-11 Thread Patrick Hunt
Seriously though, if you do pick this up feel free to ping us if you have questions. 425 should be easy for you (it's just updating the build.xml afaict?) but 575 is a bit tricky. We've removed some sysexits where it's been simple, however at least one of the ones that's left is tricky - the

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

2009-11-10 Thread 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 there's also this which seems like it should be easy for someone who knows osgi container jar format requirements: https://issues.apache.org/jira/browse/ZOOKEEPER-425 Now we

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-06-22 Thread David Pollak
On Fri, May 29, 2009 at 10:19 AM, Mahadev Konar maha...@yahoo-inc.comwrote: Hi David, I second this. If you folks want to host at http://scala-tools.org we'd be happy to host this non-Scala but super mega interesting and valuable project. We'll even do builds on our hudson server.

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

2009-06-22 Thread tim wee
you can use maven-antrun-plugin http://maven.apache.org/plugins/maven-antrun-plugin/ as a starting point first to move over to maven, then slowly make the script prettier i guess. It allows you to embed ant tasks in maven, including I think, calling out to an external build file. On Mon, Jun

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-05-29 Thread 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, so currently we're pulling it in from

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

2009-05-29 Thread Mahadev Konar
Hi David, I second this. If you folks want to host at http://scala-tools.org we'd be happy to host this non-Scala but super mega interesting and valuable project. We'll even do builds on our hudson server. We have had plans to publish our release on maven repos but havent had the time to