[equinox-dev] I need jetty 6, for the clustering sake

2008-03-17 Thread 耿韶光
Hi every one, My team is constructing web app on the bases of OSGi(equinox now), but a problem raised: We need cluster, and found a solution from wadi.codehaus.org but seems that jetty version 6.x is supported. So I post this mail seeing that running jetty 6 on equinox. I this interesting to

Re: [equinox-dev] Using log4j with LogService

2008-03-17 Thread Srijith Kochunni
Thanks for the quick reply. Yes I can use the LogReader Service and then direct it to log4j. However this means that I will have to do a getBundle() or get ServiceReference on the LogEntry and do a check everytime there is something logged whether it is something i`m interested in. With a lot of

Re: [equinox-dev] Using log4j with LogService

2008-03-17 Thread BJ Hargrave
You can write code which uses to LogReaderService to receive log entries as they are written to the LogService and the writes them to log4j. BJ Hargrave Senior Technical Staff Member, IBM OSGi Fellow and CTO of the OSGi Alliance [EMAIL PROTECTED] Office: +1 386 848 1781 Mobile: +1 386 848 3788

[equinox-dev] Using log4j with LogService

2008-03-17 Thread Srijith Kochunni
Hi All, I am working on the logging module of a project which uses log4j. I am writing it as a bundle which will expose it`s own service for logging in the OSGi runtime. I would like to know whether it is possible for me to integrate this with the Equinox Log Service? For example i

[equinox-dev] [prov] Tagged p2 bundles for 3.4 stream integration build

2008-03-17 Thread John Arthorne
The map file has been updated for the following Bug changes: + Bug 204209. [prov] Generated repo directory names don't match what colocated repo UI assumes (FIXED) + Bug 216911. [prov] Should IU's have multiple licenses (NEW) + Bug 217001. [prov] [ui] [metadata] can IU license and copyright prope

[equinox-dev] [prov] Build stability

2008-03-17 Thread John Arthorne
As discussed in the p2 call today, please be extremely careful about what you release today leading up to tomorrow's build. Minor issues can wait until after we get a good build. Consider getting a second committer to review changes to reduce the chance of regressions. John

Re: [equinox-dev] Equinox meeting this week

2008-03-17 Thread Thomas Watson
+1 Fine with me, I know I will not be able to attend the call. Tom From: John Arthorne <[EMAIL PROTECTED]>

[equinox-dev] Equinox meeting this week

2008-03-17 Thread John Arthorne
I suggest we cancel the weekly Equinox development call this week as many of us are busy at EclipseCon. Any objections? John ___ equinox-dev mailing list equinox-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/equinox-dev

Re: [equinox-dev] P2 UI separation

2008-03-17 Thread John Arthorne
I realized I sent this in reply to the wrong email. This is in reply to your other question about separating the UI code out of the installer. John John Arthorne/Ottawa/IBM 03/17/2008 09:51 AM To Equinox development mailing list cc Subject Re: [equinox-dev] P2 artifact repositories and cachi

Re: [equinox-dev] P2 artifact repositories and caching

2008-03-17 Thread John Arthorne
Hi Thomas, That code in the installer plug-in was never intended as API, and I don't recommend it as something for you to be calling. I suggest just looking at the code in the installer as an example of how to setup and invoke the IDirector API. IDirector is really the API you want to be callin

Re: [equinox-dev] DS in fragment bundle

2008-03-17 Thread Lukasz Bobowiec
It works exactly as you described. So in fact there is a way to put DS (I mean xmls and Java components implementation) in a fragment but the Service-Component manifest header must be only in a host bundle. Thank you a lot Jeremy for your help! --- Best regards, Lukasz Bobowiec Software Engine

Re: [equinox-dev] DS in fragment bundle

2008-03-17 Thread Jeremy Volkman
Section 112.4.1 of the compendium spec says: A Service-Component manifest header specified in a fragment is ignored by SCR. However, XML documents referenced by a bundle's Service-Component manifest header may be contained in attached fragments. SCR must process each XML document specified in thi

[equinox-dev] P2 artifact repositories and caching

2008-03-17 Thread Thomas Hallgren
In Buckminster, we need a global artifact cache for downloaded things. What I envision is a cache that can use different strategies to decide whether or not the local content is up-to-date. One such strategy could be to compare with a remote digest of some sort (md5 for instance). Another could

[equinox-dev] DS in fragment bundle

2008-03-17 Thread Lukasz Bobowiec
Hello, I have one question whether OSGi fragment may expose some declarative services that will be attached to a host bundle? In the old Eclipse Equinox DS implementation I found that not. In the org.eclipse.equinox.ds.Activator class there is the following code: PackageAdmin p

[equinox-dev] P2 UI separation

2008-03-17 Thread Thomas Hallgren
Hi, I'm looking into how to replace Buckminsters use of the Update Manager classes with classes from p2. I found my way to the IInstallOperation and the InstallUpdateProductOperation. Unfortunately, they live in a plug-in that requires SWT. This means that there's no way to create a pure java