[equinox-dev] Equinox tagged for the next Helios M6 build.

2010-03-09 Thread Thomas Watson
The map file has been updated. Bug 275762 - [server-side] easier creation of Equinox server with servletbridge, p2 The following projects have changed: org.eclipse.equinox.server.servletbridge Tom ___ equinox-dev mailing list equinox-dev@eclipse.org h

Re: AW: [equinox-dev] Question on programatic close of the runtime

2010-03-12 Thread Thomas Watson
Why are you using the -console option? Seems like you would not really want something on a cluster to be running in console mode. I am wondering who actually would run commands on this console. I suggest you look at the org.eclipse.osgi.framework.console.ConsoleSession service in 3.6 if you nee

[equinox-dev] Equinox tagged for the next Helios Integration build

2010-03-15 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 305059. ArrayIndexOutOfBoundsException thrown from SCRManager (FIXED) + Bug 305863. org.eclipse.core.internal.runtime.AdapterManager is not thread safe (FIXED) The following projects have changed: org.eclipse.equinox.ds org.eclips

Re: [equinox-dev] Re: [eclipse-dev] New API on IApplicationContext

2010-03-16 Thread Thomas Watson
pseAppDescriptor.java:90)     at org.osgi.service.application.ApplicationDescriptor.launch (ApplicationDescriptor.java:315) Best Regards Kane On Wed, Mar 3, 2010 at 11:19 PM, Thomas Watson wrote: Implementers of org.eclipse.equinox.app.IApplicationContext interface please read on. Otherwise you can safely i

[equinox-dev] Bugzilla Target Milestones for 3.7

2010-03-24 Thread Thomas Watson
I have also added the following targets for equinox. 3.6 RC1 3.6 RC2 3.6 RC3 3.6 RC4 3.6.1 3.7 Tom - Forwarded by Thomas Watson/Austin/IBM on 03/24/2010 03:35 PM - From: John Arthorne

[equinox-dev] Equinox tagged for the next Helios I-Build

2010-03-29 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 305916. [launcher] launcher crashes on Linux GTK when using --launcher.defaultAction (FIXED) + Bug 306906. Compile warning in official build (dead code) (FIXED) + Bug 306907. Compile warning in official build (dead code) (FIXED) T

Re: [equinox-dev] shell refactoring proposal

2010-03-31 Thread Thomas Watson
I agree that part of this work should be to evaluate the current implementations of the proposed standard (it is not currently an official OSGi specification) to see if they can meet our needs. A large part of this work is to extract out the console from the Equinox framework but still make it rea

Re: [equinox-dev] Re: [p2-dev] who should declare dependencies on ds?

2010-04-01 Thread Thomas Watson
Note that Equinox does have the ability to declare non-code dependencies in bundle manifests. See Eclipse-GenericCapability and Eclipse-GenericRequire headers at: http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/misc/bundle_manifest.html This could be used

Re: [equinox-dev] How much of the R4.2 spec is implemented in Equinox

2010-04-05 Thread Thomas Watson
I'm having issues posting to the forum (where I would prefer to answer this). The first two lists look correct. Taking a look at the third list: [*] UPnP Device Service - Not implemented [*] Remote Services - Not in Equinox. Implemented in ECF at Eclipse RT [*] Deployment Admin - Not implement

[equinox-dev] Equinox contribution to the Helios Integration build.

2010-04-05 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 111719. importing existing plugins locks jars (FIXED) + Bug 267683. Enhancements to the tracing framework (FIXED) + Bug 300820. Failure in testBug289719 on I20100125-0800 build (FIXED) + Bug 307209. ZipException missing filename (F

Re: [equinox-dev] API Addition

2010-04-12 Thread Thomas Watson
Yes, this was discussed on Monday and we agreed the bug was a must fix and the small API was required. Tom |> | From: | |> >-

Re: [equinox-dev] API Addition

2010-04-12 Thread Thomas Watson
st un-approved change is: org.eclipse.equinox.p2.metadata.IRequirementChange#boolean equals(Object) If this has been approved, please let me know. Olivier From: Thomas Watson To: Equinox development mailing list Date: 2010-04-12 09:33 Subject: Re: [equinox-dev] API Addition Sent by: equinox-dev-boun...@

[equinox-dev] Equinox tagged for Helios I-Build

2010-04-12 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 307575. Equinox features in Helios with incorrect license (FIXED) + Bug 308377. Update SUA text in feature.properties files (NEW) + Bug 308654. Update to the final released version of osgi core source (FIXED) The following project

Re: [equinox-dev] Starting the system bundle

2010-04-14 Thread Thomas Watson
Yes, you should use the FrameworkEvent.STARTED event for this. You should probably open a bug so we can investigate the current behavior anyway to see if the comment is valid. Tom |> | From: | |> >

Re: [equinox-dev] Starting the system bundle

2010-04-14 Thread Thomas Watson
or, you can see if > it is active and if not, then register a framework listener to catch the > event, since the framework state can't change while you are in your > activator. > > -> richard > > >> Regards, >> >> Lazar Kirchev >> >> *From:*

Re: [equinox-dev] concurrent.future provisional api

2010-04-14 Thread Thomas Watson
Hi Scott, I am glad to hear you have been making good use of the concurrent.future package in ECF. Unfortunately I don't see us being able to commit to fully reviewing the API in the last two weeks of M7 to allow it to become API for Helios. This will have to wait until the next release. Pleas

[equinox-dev] Equinox tagged for the next Helios Integration build

2010-04-19 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 269185. osgi plug-ins hold on to too much memory (FIXED) + Bug 305452. Kernel release name with a '+' causes Eclipse to fail to start with an "invalid qualifier" error (FIXED) + Bug 308051. [DS][CM] Remove Warning "... component's

[equinox-dev] Equinox tagged for Thursday M7 warmup build.

2010-04-21 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 295779. Tighten up Jasper imports/exports (FIXED) + Bug 308377. Update SUA text in feature.properties files (NEW) + Bug 309094. Extension alias not properly managed when registering a servlet (FIXED) + Bug 309163. Remove J2SE-7 EE

[equinox-dev] Equinox tagged for next M7 warmup build.

2010-04-22 Thread Thomas Watson
I will check for changes again before the final warmup build on Sunday. The map file has been updated for the following Bug changes: + Bug 288253. ConfigurationAdmin after Configuration.setLocation() change: ManagedService instance not called when PID is updated. (FIXED) + Bug 309457. [DS] Compo

[equinox-dev] Equinox tagged for Sunday M7 warm-up build.

2010-04-25 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 292328. No exception starting two servers with the same id (FIXED) The following projects have changed: org.eclipse.equinox.http.jetty6 Tom ___ equinox-dev mailing list equinox-dev@ecli

Re: [equinox-dev] Regarding PackageAdmin refreshPackages.

2010-04-27 Thread Thomas Watson
Hi Srijith, If the bundle state is ACTIVE before you do a refreshPackages operation then an attempt should be made to restart the bundle if it was stopped because of a refresh operation. There may have been some exception when trying to re-start the bundle. Try starting with the option -console

RE: [equinox-dev] Calling Equinox close command by code

2010-04-29 Thread Thomas Watson
- If calling context.getBundle(0).stop() does not cause ALL bundles to be stopped then there is a bug in the framework. - I believe all bundles are being stopped in this case. If that is true and there are still non-daemon threads running which were started by bundles installed in the framework t

[equinox-dev] Equinox tagged for next build

2010-05-03 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 310474. Security exception for corrupted bundle signature doesn't tell me which bundle (FIXED) + Bug 310659. [launcher] error dialog can get too wide on motif (ASSIGNED) + Bug 310705. Weird resolution error when multiple singleton

[equinox-dev] Equinox tagged for the next RC1 Helios build.

2010-05-05 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 311546. [perfs] Regression for StatePerformanceTest#testResolution100 () (FIXED) + Bug 311577. Info.plist for Mac OS X eclipse shows 3.5 (FIXED) The following projects have changed: org.eclipse.equinox.executable org.eclipse.osgi.

[equinox-dev] Equinox tagged for the next RC1 Helios build

2010-05-07 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 308021. [DS] (SCR) is recursively trying to activate the same component instance (FIXED) + Bug 311920. Executable feature does not include s390x and s390 for product builds (FIXED) The following projects have changed: org.eclipse.

[equinox-dev] Equinox tagged for the next RC1 Helios build.

2010-05-10 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 312134. Equinox features with incorrect license in Helios M7 (FIXED) The following projects have changed: org.eclipse.equinox.server.core org.eclipse.equinox.server.servletbridge org.eclipse.equinox.server.simple org.eclipse.equin

[equinox-dev] Equinox tagged for the next RC1 Helios Build.

2010-05-12 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 309059. Eclipse foundation certificate not trusted by latest Oracle VMs (FIXED) + Bug 312109. Starting application that requires main thread when it is not available throws meaningless exception (FIXED) + Bug 312691. ConsoleSession

Re: [equinox-dev] Equinox tests in OSGI_4_3_RI branch

2010-05-13 Thread Thomas Watson
Yes, porting of the tests are planned for 3.7. I have not started a branch of the tests, but I can and would be glad for you to provide patches to port the tests. Only the composite tests should need to be ported since that is the only API that has changed between the branch and what is in HEAD.

[equinox-dev] Equinox tagged for the next RC2 Helios build.

2010-05-17 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 312731. Resolver should be configurable to allow bundles to supply packages that are supplied by the JDK (FIXED) + Bug 312917. IllegalStateException on shutdown (FIXED) The following projects have changed: org.eclipse.osgi Tom __

[equinox-dev] Equinox tagged for the next RC3 Helios build.

2010-05-24 Thread Thomas Watson
I tagged the following projects to fix Bug 313915 - [launcher] org.eclipse.equinox.executable feature needs to be tagged to avoid comparator warnings org.eclipse.equinox.executable Tom ___ equinox-dev mailing list equinox-dev@eclipse.org https://dev

Re: [equinox-dev] context classloader support specifics?

2010-06-09 Thread Thomas Watson
See http://wiki.eclipse.org/index.php/Context_Class_Loader_Enhancements Tom |> | From: | |> >--| |Scott Lewis

[equinox-dev] Equinox call cancelled tomorrow, June 15th

2010-06-14 Thread Thomas Watson
A number of Equinox developers are unavailable tomorrow for the Equinox call. We have decided to cancel it. Perhaps we should consider moving to every two weeks until after the summer vacations and everyone is done celebrating another successful release. On that note, I wanted to thank everyon

[equinox-dev] Equinox and p2 calls over the summer

2010-06-22 Thread Thomas Watson
July and August tend to be a more quite time after we finish up the release in June. At the p2 call yesterday and the equinox call today we agreed to change the p2 and equinox calls to be every other week. We also decided to stagger the two meetings such that the p2 meeting would be one week an

Re: [equinox-dev] How to clean Preferences Service cache?

2010-06-23 Thread Thomas Watson
There is no option to do that, you would have to use the eclipse preferences API yourself on start up to delete the preferences data. Tom |> | From: | |> >--

RE: [equinox-dev] Cannot get the framework extension, org.eclipse.equinox.weaving.hook, to work in OSGI

2010-06-23 Thread Thomas Watson
How are you launching equinox? Are you using the org.eclipse.equinox.launcher jar or using the eclipse.exe or are you starting equinox directly with something like java -jar org.eclipse.osgi.jar? The reason I ask is because the osgi.framework.extensions property is processed by the org.eclipse.e

RE: [equinox-dev] Cannot get the framework extension, org.eclipse.equinox.weaving.hook, to work in OSGI

2010-06-24 Thread Thomas Watson
jar -console -cp org.eclipse.equinox.weaving.hook, but that did not work. I am thinking that I need to use the launcher that Tom referenced. From: equinox-dev-boun...@eclipse.org [equinox-dev-boun...@eclipse.org] On Behalf Of Thomas Watson [tjwat...@us.ibm.co

[equinox-dev] Equinox retrospective for the Helios Release

2010-06-28 Thread Thomas Watson
We had planned to hold a retrospective meeting at the Equinox call on Tuesday July 6th before the planning council's retrospective call on Wednesday July 7th (see http://wiki.eclipse.org/Equinox/Meeting_Minutes/20100622). Unfortunately a large number of the equinox team is going to be unavailabl

[equinox-dev] Equinox tagged for the next Indigo integration build.

2010-06-28 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 314343. [console] IllegalStateException can happen on shutdown if you disconnect from standard console (FIXED) + Bug 316948. [launcher] Use X11 instead of GTK calls for open file on linux (FIXED) + Bug 316949. --launcher.openFile o

[equinox-dev] Equinox tagged for the next Indigo integration build.

2010-07-12 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 310426. Equinox framework should default to creating a non-daemon thread as long as the framework is active (FIXED) + Bug 311579. [DS] Factory component configurations are not disposed when cannot be activated (FIXED) + Bug 313234.

[equinox-dev] Equinox tagged for the next Helios SR1 build.

2010-07-12 Thread Thomas Watson
I went ahead and tagged for the Helios SR1 build. Please let me know if you branch and release any other equinox projects for Helios SR1. Thanks. The map file has been updated for the following Bug changes: + Bug 311579. [DS] Factory component configurations are not disposed when cannot be act

[equinox-dev] Tagged Equinox for next Indigo integration build.

2010-07-19 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 315094. Wrong javadoc for the BundleContextImpl class (FIXED) + Bug 319399. Strip out dead code associated with Debug.debug (FIXED) + Bug 319911. Composite framework event threads are not terminated when service listener hook is re

[equinox-dev] Equinox tagged for next Indigo integration build.

2010-07-27 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 318277. Eclipse Help System WAR has a deadlock at startup (FIXED) + Bug 320546. FileLocator.find() can find files outside of the bundle (FIXED) The following projects have changed: org.eclipse.equinox.supplement org.eclipse.osgi.t

[equinox-dev] Equiknox tagged for the Indigo M1 warm-up build.

2010-07-30 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 316780. [ds] ClassCircularityError (FIXED) The following projects have changed: org.eclipse.equinox.ds Tom ___ equinox-dev mailing list equinox-dev@eclipse.org https://dev.eclipse.org/m

[equinox-dev] Equinox tagged for next Helios SR1 build.

2010-08-03 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 316780. [ds] ClassCircularityError (FIXED) + Bug 321386. Eclipse exits with 0 exit code when application is throwing an exception (FIXED) The following projects have changed: org.eclipse.equinox.ds org.eclipse.equinox.app Tom ___

[equinox-dev] Equinox tagged for next Indigo M1 build.

2010-08-03 Thread Thomas Watson
There is one more fix being contributed to M1 for Equinox The map file has been updated for the following Bug changes: + Bug 321386. Eclipse exits with 0 exit code when application is throwing an exception (FIXED) The following projects have changed: org.eclipse.equinox.app Tom

[equinox-dev] Equinox tagged for the next Indigo integration build

2010-08-09 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 314795. Filter implementation must convert compareTo and equals exception into false result (FIXED) + Bug 321942. Eclipse will not Launch with certain .bundledata.## file in ORG.ECLIPSE.OSGI folder (FIXED) + Bug 322007. Update OSGi

[equinox-dev] Equinox contribution to the next Indigo integration build.

2010-08-16 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 321044. Enable 1.7 compiler compliance in JavaSE-1.7.profile (FIXED) + Bug 322275. Restructure framework/bundle event listener implementation (FIXED) + Bug 322574. Implement bundle FindHook/EventHook support (FIXED) + Bug 322593. I

[equinox-dev] Equinox tagged for next Indigo integration build.

2010-08-23 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 149994. [launcher] part of eclipse.ini (vmargs) are ignored if -vmargs is used on the command line too (ASSIGNED) + Bug 317235. [launcher] upversion launchers for 3.7 (NEW) + Bug 322007. Update OSGi APIs to use generics (FIXED) +

[equinox-dev] Equinox tagged for the next Indigo integration build.

2010-08-30 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 311566. [perfs] Remove regression comment for resolution performance tests (FIXED) + Bug 317634. [launcher] Please do not overwrite exported JAVA_HOME variable (FIXED) + Bug 322649. [DS] Dictionary returned from ComponentContext.ge

[equinox-dev] Equinox tagged for next integration build.

2010-09-07 Thread Thomas Watson
I actually tagged on Sunday, but I did not have network access to get this mail sent. This will be in today's I-Build. I re-tagged Equinox to address the following bugs. The map file has been updated for the following Bug changes: + Bug 324473. NPE in resolver breaking classpath computation (FI

[equinox-dev] Equinox tagged for the Indigo M2 warmup build on Sunday

2010-09-10 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 323427. [RFC 154] Support for generic capabilities and requirements (FIXED) + Bug 323964. Support osgi.ee capabilities for execution environments (FIXED) + Bug 324618. Dynamic import resolver bug (FIXED) + Bug 324774. Update Framew

Re: [equinox-dev] [p2-dev] New time for the p2 and equinox calls

2010-09-20 Thread Thomas Watson
Thanks Jeff, Please keep in mind this is a reverse poll (a bit confusing). You must vote for time slots that you CANNOT attend. Tom |> | From: | |> >--

[equinox-dev] Equinox call tomorrow

2010-09-20 Thread Thomas Watson
I have scheduled an equinox call tomorrow. Sorry for the short notice. As Pascal mentioned in another message, we hope to consolidate the p2/equinox calls to a single call each week. Until we pick a time I would like to have an equinox call tomorrow instead of waiting another week. Tom __

[equinox-dev] Equinox tagged for the next Indigo integration build.

2010-09-20 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 324774. Update Framework source code for generics (FIXED) The following projects have changed: org.eclipse.osgi.tests org.eclipse.osgi Tom ___ equinox-dev mailing list equinox-dev@eclip

Re: [equinox-dev] New time for the p2 and equinox calls (decided 3:00 PM EST)

2010-09-21 Thread Thomas Watson
We discussed this at the Equinox call today (http://wiki.eclipse.org/Equinox/Meeting_Minutes/20100921). The general consensus was that we would like to have the call earlier in the week (Monday or Tuesday). That left us with a time in the afternoon on Monday or Tuesday. We decided on using the

[equinox-dev] Meeting minutes and provide status

2010-09-21 Thread Thomas Watson
The meeting minutes from todays Equinox call today can be found at http://wiki.eclipse.org/Equinox/Meeting_Minutes/20100921 This is also a reminder to send me your status for this weeks eclipse team meeting on Wednesday. Thanks. Tom ___ equinox-dev ma

Re: [equinox-dev] [p2-dev] New time for the p2 and equinox calls (decided 3:00 PM EST)

2010-09-21 Thread Thomas Watson
w time for the p2 and equinox calls (decided 3:00 PM EST)| >--| That's 3:00 PM EST *Monday*. cheers, ian On Tue, Sep 21,

Re: [equinox-dev] Meeting minutes and provide status

2010-09-21 Thread Thomas Watson
https://bugs.eclipse.org/bugs/show_bug.cgi?id=309247 Scott On 9/21/2010 8:45 AM, Thomas Watson wrote: The meeting minutes from todays Equinox call today can be found at http://wiki.eclipse.org/Equinox/Meeting_Minutes/20100921 This is also a reminder to send me your status f

Re: [equinox-dev] OSGi Remote Service Admin

2010-09-24 Thread Thomas Watson
Hi Scott, You may want to ask this question on the rt-pmc list. A large amount of the enterprise OSGi specification implementation work at eclipse is going on in the rt.gemini project. That project has already put the enterprise OSGi companion code through the Eclipse IP process in CQ https://d

Re: [equinox-dev] OSGi Remote Service Admin

2010-09-24 Thread Thomas Watson
rom: | |> >--| |Thomas Watson/Austin/i

[equinox-dev] Equinox tagged for the next Indigo integration build

2010-09-28 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 324387. Illogical Code at PasswordProviderSelector.stop() method (FIXED) + Bug 326011. Changes to resolver hook to use a resolver hook factory (FIXED) The following projects have changed: org.eclipse.equinox.security org.eclipse.o

[equinox-dev] Equinox tagged for next Indigo integration build.

2010-10-04 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 323012. [jsr14][compiler] Class literal value is not cached when target is jsr14 (FIXED) + Bug 323426. Implement BundleWiring(s) support (FIXED) + Bug 326502. Tons of errors after plug-in import (FIXED) + Bug 326504. [patch] useles

[equinox-dev] p2/equinox call today

2010-10-11 Thread Thomas Watson
It slipped my mind that it is Canada Thanksgiving today! Happy Thanksgiving! As a result I am not sure how many folks will be joining the call today. I will still call in but I imagine it will be a short call. Please use the mailing lists if there is anything that needs attention. Thanks. Tom

[equinox-dev] Equinox tagged for the next Indigo integration Build.

2010-10-11 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 122993. [metatype service] AttributeDefinitionImpl attempts to localize option values (FIXED) + Bug 319123. [launcher] Application becomes unresponsive when code completion tooltip shows (NEW) + Bug 319501. [metatype] should use OS

Re: [equinox-dev] Equinox OSGI - multiple instances

2010-10-13 Thread Thomas Watson
I suspect the issue where the framework is stopping immediately after launch is because there are no non-daemon threads running. You can work around this issue by using -Dosgi.framework.activeThreadType=normal to force the framework to create a non-daemon thread as long as the framework is active.

Re: [equinox-dev] simpleconfigurator and bundle state

2010-10-18 Thread Thomas Watson
This is simpleconfigurator working as designed. The bundles.info is supposed to contain the state of the framework. Each time simpleconfigurator is activated on startup it checks to see if the state of the bundles are consistent with what bundles.info contains. It starts every bundle it thinks

[equinox-dev] Equinox tagged for the next Indigo integration build

2010-10-18 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 319123. [launcher] Application becomes unresponsive when code completion tooltip shows (NEW) + Bug 325634. Add package o.e.osgi.framework.eventmgr to Supplement bundle (FIXED) + Bug 326707. [RFC 159] Support in core for WeavingHook

[equinox-dev] Equinox tagged for Helios SR2 build

2010-10-21 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 328345. version of org.eclipse.equinox.supplement needs to be incremented in 3.6.2 stream (NEW) The following projects have changed: org.eclipse.equinox.supplement org.eclipse.osgi Tom _

[equinox-dev] Equinox tagged for the next Indigo integration build.

2010-10-22 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 309968. Avoid call to File.isDirectory() to improve the performance of a cold start (FIXED) + Bug 318640. BundleLocalization#getLocalization() sometimes return null, but API says otherwise (FIXED) + Bug 324753. [perfs] Regression o

[equinox-dev] Equinox tagged for the next Indigo M3 Build

2010-10-25 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 311128. add support for metatype on declarative services (FIXED) The following projects have changed: org.eclipse.equinox.metatype Tom ___ equinox-dev mailing list equinox-dev@eclipse.o

Re: [equinox-dev] [platform-releng-dev] [eclipse-build]Build I20101025-0901 (Timestamp: 201010250901):Build is complete. Test failures/errors occurred.

2010-10-26 Thread Thomas Watson
Fixed for the next build. The map file has been updated for the following Bug changes: + Bug 328668. org.eclipse.equinox.compendium.sdk feature should be incremented to version 3.7.0 (FIXED) The following projects have changed: org.eclipse.equinox.compendium.sdk Tom |> | From:

[equinox-dev] Equinox tagged for next Indigo integration build.

2010-11-01 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 327482. OSGI app binaries do not inherit Java 2 security (FIXED) + Bug 328508. Add support to Require-Bundle for arbitrary matching attributes and mandatory directive (FIXED) The following projects have changed: org.eclipse.equino

[equinox-dev] New equinox.launcher-in...@eclipse.org - Start of spam while moving bugs from framework inbox

2010-11-02 Thread Thomas Watson
Up to now the launcher bugs have been included in the equinox.framework-inbox and the Equinox->Framework component in bugzilla. Right now we have ~100 launcher bugs open in the framework's inbox. We have decided to create a component for and inbox specifically for the launcher (Equinox->Launcher

Re: [equinox-dev] New equinox.launcher-in...@eclipse.org - Start of spam while moving bugs from framework inbox

2010-11-02 Thread Thomas Watson
rom: | |> >-| |Thomas Watson/Austin/i

[equinox-dev] Changes coming in OSGi R4.3 to matching attributes on Require-Bundle and Fragment-Host

2010-11-03 Thread Thomas Watson
For Indigo M4 Equinox is implementing the new OSGi R4.3 core framework specification. One change that is coming (and has been released to this weeks I-Build of Equinox) is the ability to specify arbitrary matching attributes for the Require-Bundle and Fragment-Host manifest headers. See https:/

[equinox-dev] Keep an eye on mixed mode projects 1.4/1.5 projects

2010-11-08 Thread Thomas Watson
In Equinox/p2 we are using jsr14 to be able to compile 1.5 java code to run on J2SE 1.4 VM. For the most part this has been working well for us, but it has caused quite a few headaches for the JDT team because now they are having to deal with cases where 1.4 and 1.5 projects are mixed together a

[equinox-dev] Equinox tagged for the next Indigo integration build

2010-11-09 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 329455. Implement security checks for CapabilityPermission (FIXED) + Bug 329542. Resolver should read osgi.resolver.preferSystemPackages from state platform properties (FIXED) The following projects have changed: org.eclipse.osgi

Re: [equinox-dev] equinox DMT Admin

2010-11-11 Thread Thomas Watson
Equinox does not have an implementation of DMT Admin. I know the p2 team looked into DMT Admin early on in p2 development but it did not fit well into the requirements p2 is solving. I don't know anything about the dmtree_api bundle from Knopflerfish. But if I had to guess, this sounds like it

[equinox-dev] Equinox tagged for the next I-Build

2010-11-15 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 326726. useradmin bundle missing manifest-version property (FIXED) + Bug 327173. Metatype service should support password attribute definition type. (FIXED) + Bug 329722. new features and products (NEW) + Bug 329805. Compiler warni

Re: [equinox-dev] How to best simulate standalone Equinox deployment in Eclipse

2010-11-19 Thread Thomas Watson
This is not completely accurate. The org.osgi.frameowork.bootdeletation from the *.profile files is not used at runtime, unless you specify the osgi.java.profile.bootdelegation=true setting. The setting mentioned by Gerd and Alex (osgi.compatibility.bootdelegation=true) is a setting that enables

[equinox-dev] Equinox tagged for the next Indigo integration build.

2010-11-19 Thread Thomas Watson
I will be off next week so I am tagging for the integration build early. If you have additional things to release for the build please be sure to tag them if you need them in the integration build. The map file has been updated for the following Bug changes: + Bug 319123. [launcher] Application b

[equinox-dev] Equinox tagged for the next Indigo integration build.

2010-11-29 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 325064. Handlers registered w/ topic a/b/c/* should not receive events on topic a/b/c (FIXED) + Bug 329722. new features and products (NEW) + Bug 330905. Problem with persisting bundles state after install when eclipse.stateSaveDel

[equinox-dev] Plans to replace the Console with GoGo for Indigo

2010-12-01 Thread Thomas Watson
There have been various discussions about replacing our framework console with something a bit more functional and flexible like apache gogo [1]. At this point in the Indigo release we do not plan to remove our own console for the Indigo release. Instead we will do what ever is required to enab

Re: [equinox-dev] Plans to replace the Console with GoGo for Indigo

2010-12-02 Thread Thomas Watson
rk required to setup/maintain the build. Perhaps the new starter kit direction we've been exploring could offer some help... Anyway, there is a lot of pressure to improve ease of use so we need to keep that in mind through these changes. Jeff On 2010-12-01, at 6:02 PM, Alex Blewitt

Re: [equinox-dev] Plans to replace the Console with GoGo for Indigo

2010-12-02 Thread Thomas Watson
r/jars, if a console different from the built-in should be started? Lazar From: equinox-dev-boun...@eclipse.org [ mailto:equinox-dev-boun...@eclipse.org] On Behalf Of Thomas Watson Sent: Thursday, December 02, 2010 5:50 PM To: Equinox development mailing list Subject: Re: [equinox-dev] Plans t

Re: [equinox-dev] Plans to replace the Console with GoGo for Indigo

2010-12-03 Thread Thomas Watson
uch a setup from Equinox and there can even be a bundle that looks for a -gogo command line arg but that should not be in the framework impl. So, what do we actually have to do here? Jeff On 2010-12-02, at 1:44 PM, Thomas Watson wrote: This is the kind of thing I want to address for 3.7 to

Re: [equinox-dev] Plans to replace the Console with GoGo for Indigo

2010-12-03 Thread Thomas Watson
So, what do we actually have to do here? Jeff On 2010-12-02, at 1:44 PM, Thomas Watson wrote: This is the kind of thing I want to address for 3.7 to enable the use of bundles on top of the framework to provide the console. Ideally this would involve a way to configure the framework so that

Re: [equinox-dev] Plans to replace the Console with GoGo for Indigo

2010-12-03 Thread Thomas Watson
console none” is used the FrameworkCommandProvider service is not registered. Probably an option whether to register this service or not should be added. Lazar From: equinox-dev-boun...@eclipse.org [ mailto:equinox-dev-boun...@eclipse.org] On Behalf Of Thomas Watson Sent: Friday, December 03, 201

[equinox-dev] Equinox tagged for Indigo M4 warmup build.

2010-12-04 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 328926. osgi.bundles reference file URLs not unescaped (FIXED) + Bug 329452. Service impls should use a tight version range for service imports. (FIXED) + Bug 330602. Bundle#getHeaders(String locale) does not follow the spec (FIXED

[equinox-dev] Equinox tagged for next Indigo M4 build.

2010-12-06 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 330295. [ds] remove unnecessary dependency on org.osgi.service.metatype package (FIXED) + Bug 331902. org.eclipse.equinox.server.simple and org.eclipse.equinox.server.jetty feature versions need to be incremented (NEW) The followi

[equinox-dev] Equinox tagged for next M4 Indigo build.

2010-12-07 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 332020. org.eclipse.equinox.server.servletbridge needs its version incremented to 1.0.1 (FIXED) The following projects have changed: org.eclipse.equinox.server.servletbridge Tom ___ equ

[equinox-dev] Equinox tagged to address a performance regression in M4

2010-12-07 Thread Thomas Watson
See https://bugs.eclipse.org/bugs/show_bug.cgi?id=332039. There was a performance regression that will degrade any session tests which depend on starting from a cached state (e.g. the performance startup tests). I have released a fix for the next build. The other bug listed below simply added

[equinox-dev] Equinox tagged for next M4 build.

2010-12-08 Thread Thomas Watson
I released the remaining fixes for the compile warnings in the build. The map file has been updated for the following Bug changes: + Bug 325955. New warnings in build about generic APIs in OSGi (FIXED) + Bug 332131. Compile warnings in I20101207-2000 build for event and metatype (FIXED) The foll

Re: [equinox-dev] shell refactoring proposal - Gogo jars in orbit

2010-12-09 Thread Thomas Watson
Another option is to nominate Lazar as an Orbit committer if Lazar is up for maintaining Gogo in orbit. Tom |> | From: | |> >

[equinox-dev] Equinox tagged for the next Indigo integration build

2010-12-13 Thread Thomas Watson
The map file has been updated for the following Bug changes:+ Bug 317984. Fix for wrong usages of affect* and effect* (FIXED)+ Bug 329330. Bundle.getResource() returns null for local resource when bundle can't be resolved (FIXED)+ Bug 332136. [ds] Update package org.apache.felix.scr with the latest

[equinox-dev] Equinox tagged for the next Indigo integration build

2010-12-17 Thread Thomas Watson
I tagged early for the integration build next week since I will be out on vacation next week.The map file has been updated for the following Bug changes:+ Bug 328359. [prefs] Add singleton instance of InstanceScope (FIXED)+ Bug 329879. Listen to updates in dev.properties during runtime (FIXED)+ Bug

Re: [equinox-dev] Debuging standalone equinox with eclipse remote java application

2011-01-04 Thread Thomas Watson
The argument suspend=y causes the VM to suspend just before running the first line of Java code.  It is expecting you to connect with the debugger at port 8000 before allowing the execution of the program to continue.  Once you connect with a debugger you should see the framework start up.Tom-e

Re: [equinox-dev] [WireAdmin] the simplest test does not work

2011-01-07 Thread Thomas Watson
I suggest you open a bug against Equinox->Compendium and attach your testcase.Tom-equinox-dev-boun...@eclipse.org wrote: -To: equinox-dev@eclipse.orgFrom: Dmytro Pishchukhin Sent by: equinox-dev-boun...@eclipse.orgDate: 01/07/2011 07:08AMSubject: [equinox-dev] [WireAdmin] the simplest test

[equinox-dev] Equinox tagged for the next Indigo integration build

2011-01-10 Thread Thomas Watson
The map file has been updated for the following Bug changes:+ Bug 292135. Aggregate FrameworkLog, ILog and RuntimeLog to a common logging service (FIXED)+ Bug 328359. [prefs] Add singleton instance of InstanceScope (FIXED)+ Bug 330105. [log] equinox log should be substitutable (FIXED)+ Bug 330716.

Re: [equinox-dev] Framework.start() - synchronous?

2011-01-11 Thread Thomas Watson
In Equinox this will happen synchronously when you call start.  All bundles marked for start which have their start-level met should have been started by the time the Framework.start() method returns.Tom-equinox-dev-boun...@eclipse.org wrote: -To: From: Ben Cox Sent by: equinox-dev-boun...@

<    1   2   3   4   5   6   7   8   9   10   >