Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ecf-dev] Zookeeper version locked ?

Hi Markus, thanks for pointing...

I'm setting up Zookeeper 3.4.5 services without ECF and let you know if I found any error as you stated in the issue..

Btw, I have found a problem in my build and it maybe you did the same in yours[1], besides you are using orbit.
The new version adds SLF4J because some sun.* dependencies of Log4J was removed from maven central.

So, instead of delivering log4j.jar  I needed to use  slf4j-log4j12 [2]



[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=378350#c11
[2] http://download.eclipse.org/tools/orbit/downloads/drops/S20140116105218/repository/plugins/org.log4j12slf4j.impl._1.7.2.v20131105-2200.jar


2014/1/22 Markus Alexander Kuppe <ecf-dev_eclipse.org@xxxxxxxxxxx>
On 01/22/2014 02:53 PM, "Cristiano Gavião" <cvgaviao@xxxxxxxxx>" wrote:
> Hello,
>
> I tried to test a new version of the zookeeper (3.4.5) but I couldn't
> because the org.eclipse.ecf.provider.zookeeper is looked.
>
> btw, its manifest has both required bundle and import packages for
> zookeeper:
>
> Require-Bundle: org.apache.hadoop.zookeeper;bundle-version="[3.3.3,3.4.0)"
>
> Import-Package: org.apache.zookeeper,
>  org.apache.zookeeper.data,
>  org.apache.zookeeper.server,
>  org.apache.zookeeper.server.persistence,
>  org.apache.zookeeper.server.quorum,
>
> is that Require-Bundle really necessary ?

Hi Christiano,

https://bugs.eclipse.org/378350 might be of interest to you.

HTH
Markus

_______________________________________________
ecf-dev mailing list
ecf-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ecf-dev



--
"Tudo vale a pena se a alma não é pequena..."

Back to the top