Re: [equinox-dev] StateHelperImpl.getExportedPackageMap: map/set initial capacity

2011-01-24 Thread Thomas Watson
Please open a bug and supply a patch with a suggested improvement.Tom-equinox-dev-boun...@eclipse.org wrote: -To: "equinox-dev@eclipse.org" From: "Ivanov, Radoslav" Sent by: equinox-dev-boun...@eclipse.orgDate: 01/24/2011 07:14AMSubject: [equinox-dev] StateHelperImpl.getExportedPackageMap:

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

2011-02-07 Thread Thomas Watson
The map file has been updated for the following Bug changes:+ Bug 333507. Various Coordinator API changes (FIXED)+ Bug 334532. OSGi changed Require-Capability filter from attribute to directive (FIXED)+ Bug 334553. OSGi added weave action to AdminPermission (FIXED)+ Bug 334715. resolve process must

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

2011-02-07 Thread Thomas Watson
The map file has been updated for the following Bug changes:+ Bug 336317. compile warnings in official build (FIXED)The following projects have changed:org.eclipse.equinox.console.supportabilityTom___ equinox-dev mailing list equinox-dev@eclipse.org https

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

2011-02-14 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 333507. Various Coordinator API changes (FIXED) + Bug 336664. IApplication Javadoc (FIXED) The following projects have changed: org.eclipse.equinox.coordinator org.eclipse.equinox.app Tom _

[equinox-dev] Equinox and p2 Call Next Monday

2011-02-16 Thread Thomas Watson
Several folks on the Equinox team will be out next Monday because of the Family Day holiday in Canada. I still plan to call in for the meeting, but it may be a rather short call. If there is any thing that needs discussion or attention please bring it up on the mailing list for discussion. No

[equinox-dev] API changes to new OSGi APIs in Indigo

2011-02-16 Thread Thomas Watson
In Equinox we have been busy implementing the next OSGi Core Framework R4.3 specification. For Indigo M6 there are a number of changes occurring to newly introduced OSGi API which are changing in breaking ways from the Indigo M5 equinox contribution. These are only breaking changes for some o

Re: [equinox-dev] Events for instance location?

2011-02-18 Thread Thomas Watson
We do register the instance location as a Location service with type=osgi.instance.area service property.  Are you saying you do not see this service registered at all in your environment?Tom-equinox-dev-boun...@eclipse.org wrote: -To: Equinox development mailing list From: Chris Aniszczyk

Re: [equinox-dev] Events for instance location?

2011-02-18 Thread Thomas Watson
been told that no service registration even was ever being sent.On 2011-02-18, at 11:49 AM, Thomas Watson wrote:We do register the instance location as a Location service with type=osgi.instance.area service property.  Are you saying you do not see this service registered at all in your environment

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

2011-02-21 Thread Thomas Watson
The map file has been updated for the following Bug changes:+ Bug 334005. MetaTypeInformation.getFactoryPids() returns non-factory pids (FIXED)+ Bug 334574. OSGi renamed synthetic wiring capabilities to start with osgi.wiring. (FIXED)+ Bug 334582. OSGi changes to the wiring API (FIXED)+ Bug 334591.

Re: [equinox-dev] Replacement for PackageAdmin.getBundles

2011-02-22 Thread Thomas Watson
There is no replacement for this method.  OSGi decided not to provide a replacement for this convenience method in the new wiring API.  Instead you have to iterate over the list of installed bundles your self to find the bundles you are looking for.  As an aside, Equinox is not going to remove the

Re: [equinox-dev] Replacement for PackageAdmin.getBundles

2011-02-22 Thread Thomas Watson
No, package admin may not be available on all future framework implementations of R4.3.  I have no plans to remove it from equinox because I know it is used by many clients and I don't want to break them.  I would hope that most framework implementations would have the same concern and will keep an

[equinox-dev] Equinox team requests a respin to the I-Build

2011-02-24 Thread Thomas Watson
We would like to request a respin to address bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=338081This is blocking virgo and I don't want to force them to wait almost a week for a fix.  Thanks and sorry for the inconvenience.  BTW the bug affects anyone calling Bundle.findEntries() with an empty

Re: [equinox-dev] Need 3.6.2 target milestone option in Bugzilla...

2011-02-28 Thread Thomas Watson
Done, thanks for the reminder!  I added the 3.6.2+ milestone a while back, but forgot to add the 3.6.2 version.Tom-equinox-dev-boun...@eclipse.org wrote: -To: Equinox development mailing list From: Remy Chi Jian Suen Sent by: equinox-dev-boun...@eclipse.orgDate: 02/26/2011 06:12AMSubject: [

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

2011-02-28 Thread Thomas Watson
The map file has been updated for the following Bug changes:+ Bug 337732. Service registrations should be cleared on bundle stop (org.eclipse.equinox.http.servlet) (FIXED)+ Bug 337819. Equinox DS fails on directives/properties in Service-Component manifest header (FIXED)The following projects have

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

2011-03-04 Thread Thomas Watson
The map file has been updated for the following Bug changes:+ Bug 338240. Unsatisfied constraint for ACTIVE bundle (FIXED)+ Bug 338753. lazy state objects are not flushed properly (FIXED)+ Bug 338849. bundle command should use selected exports for display (FIXED)The following projects have changed:

[equinox-dev] Equinox meeting minutes

2011-03-07 Thread Thomas Watson
The Equinox meeting minutes have been posted at http://wiki.eclipse.org/Equinox/Meeting_Minutes/20110307Tom___ equinox-dev mailing list equinox-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/equinox-dev

[equinox-dev] Equinox meeting minutes

2011-03-14 Thread Thomas Watson
The Equinox meeting minutes have been posted at http://wiki.eclipse.org/Equinox/Meeting_Minutes/20110314Tom___ equinox-dev mailing list equinox-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/equinox-dev

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

2011-03-14 Thread Thomas Watson
I did not capture the release notes correctly, but the tagging included fixes for the following bugs.339886     The API within Coordinator impl needs to be refreshed.339911     Version ranges should not include whitespace. Tom___ equinox-dev mailing list

Re: [equinox-dev] A few questions on ConditionalPermissionAdmin

2011-03-21 Thread Thomas Watson
1. In the case where the bundle does not have the proper export permission: The bundle is allowed to resolve because its own constraints have been satisfied. This allows the bundle to activate since it can resolve. The fact that the bundle is not actually allowed to export something does not p

Re: [equinox-dev] A few questions on ConditionalPermissionAdmin

2011-03-21 Thread Thomas Watson
---| |> | Cc:| |> >----------|

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

2011-03-21 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 331122. openFile action does not work on Linux without running instance if launchMode == LAUNCH_EXE (FIXED) + Bug 331150. typo in equinox executable target.build.xml (FIXED) + Bug 332161. MetaType service trims whitespace from argu

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

2011-03-28 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 312612. Tests for the Equinox console (FIXED) + Bug 332054. [prefs] Events fired for wrong node in EclipsePreferences (FIXED) + Bug 339799. Allow to disable the Equinox built-in log writer (FIXED) + Bug 340659. Potential NPE in Run

[equinox-dev] Equinox/p2 meeting minutes

2011-03-29 Thread Thomas Watson
Equinox meeting minutes have been posted http://wiki.eclipse.org/Equinox/Meeting_Minutes/20110328 Tom ___ equinox-dev mailing list equinox-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/equinox-dev

Re: [equinox-dev] equinox mysql error

2011-04-05 Thread Thomas Watson
The most likely cause is you are not importing the javax.naming package in your bundle manifest (using Import-Package). Standalone Equinox follows the strict OSGi class loading rules which requires you to use either Import-Package or Require-Bundle to get access to all non-java.* packages (this in

[equinox-dev] 3.7 end-game milestones added

2011-04-08 Thread Thomas Watson
I added the same end-game milestones for equinox 3.7. Tom - Forwarded by Thomas Watson/Austin/IBM on 04/08/2011 08:36 AM - |> | F

Re: [equinox-dev] framework adaptor hooks not detected

2011-04-11 Thread Thomas Watson
It looks like you are not using the equinox launcher (org.eclipse.equinox.launcher jar) to launch the framework. In a "normal" eclipse launch the equinox launcher is responsible for finding the framework and reading the osgi.framework.extensions property and setting up the class loader for the fr

[equinox-dev] Equinox/p2 team meeting notes

2011-04-11 Thread Thomas Watson
http://wiki.eclipse.org/Equinox/Meeting_Minutes/20110411 Tom ___ equinox-dev mailing list equinox-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/equinox-dev

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

2011-04-11 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 301418. Unable to initialize the framework from an applet (FIXED) + Bug 304706. org.eclipse.osgi.services requires javax.microedition.io without declaring it (FIXED) + Bug 341887. Tests for new functionality in Equinox console (FIX

Re: [equinox-dev] Fw: [eclipse-build]Build N20110414-1440 (Timestamp: 201104141440):Compile errors in build

2011-04-14 Thread Thomas Watson
iles/bogus/downloads/drops/N20110414-1440/compilelogs/plugins/org.eclipse.equinox.http.jetty_1.1.100.n20110414-14...@dot.html" deleted by Thomas Watson/Austin/IBM] ___ equinox-dev mailing list equinox-dev@eclips

[equinox-dev] Equinox/p2 meeting minutes posted

2011-04-18 Thread Thomas Watson
http://wiki.eclipse.org/Equinox/Meeting_Minutes/20110418 As a reminder M7 is next week. After that we head into rampdown for M7. Please see http://eclipse.org/equinox/planning/freeze_plan_3.7.php for more details on the process for ramping down the release. Tom

Re: [equinox-dev] Bootdelegation issue

2011-04-18 Thread Thomas Watson
I have looked at your example and don't see anything that you have missed. But I could have missed something ;-) It should work and I think the OSGi CT has similar testcases. Next step is for you to open a bug report with the test bundle and jar and the command line we can use to reproduce. Tom

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

2011-04-18 Thread Thomas Watson
Note that I am starting to tag the region bundles, but these are not actually part of the indigo release. The map file has been updated for the following Bug changes: + Bug 342660. compile warnings in official build (FIXED) + Bug 342857. [region] Optimise region digraph for traversal (FIXED) + Bu

Re: [equinox-dev] Bootdelegation issue

2011-04-19 Thread Thomas Watson
For those interested, Tim opened a bug and it was indeed a bug in Equinox (https://bugs.eclipse.org/bugs/show_bug.cgi?id=343208). Should be fixed for M7. Tom |> | From: | |> >-

Re: [equinox-dev] [p2-dev] Equinox/p2 meeting minutes posted

2011-04-20 Thread Thomas Watson
cault wrote: Crap. Just a heads up that I stil need to release the new simplified API around the operations. I'll likely only get to that Friday. On 2011-04-18, at 3:21 PM, Thomas Watson wrote:

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

2011-04-21 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 289073. Need to finalize system packages list for JavaSE-1.7 execution environment. (ASSIGNED) + Bug 343131. [region] mBeans are still registered after framework stop (FIXED) + Bug 343182. [region] check for bundle associated with

Re: [equinox-dev] [p2-dev] Equinox/p2 meeting minutes posted

2011-04-27 Thread Thomas Watson
member is that should I had the chance to commit this API right after EclipseCon, the crappy names that I would have come up would have been carved in stone and we would not be here... I have attached a new patch to the bug report. On 2011-04-20, at 10:35 AM, Thomas Watson wrote: So here are

[equinox-dev] Equinox contribution to Indigo M7 build

2011-04-27 Thread Thomas Watson
We decided to release a fix for one more bug in M7. The map file has been updated for the following Bug changes: + Bug 331314. URIUtil.makeRelative does not make relative if uri contains (escaped) brackets (FIXED) The following projects have changed: org.eclipse.core.tests.runtime org.eclipse.eq

[equinox-dev] Equinox tagged for next Indigo RC1 build (fix copyright tool ran)

2011-05-02 Thread Thomas Watson
I ran the fix copyright tool across Equinox. There were many copyright dates that needed updated. I decided to tag early to get these changes ready for the next build. The map file has been updated for the following Bug changes: + Bug 304213. CachedManifest.getManifest should never return null.

[equinox-dev] Equinox meeting minutes and rampdown policy for RCs

2011-05-02 Thread Thomas Watson
Minutes: http://wiki.eclipse.org/Equinox/Meeting_Minutes/20110502 Keep in mind we have entered RCs now and have tightened controls over releasing code fixes to Indigo. Please see http://www.eclipse.org/eclipse/development/plans/freeze_plan_3_7.php#FixPassAfterRC0 Tom __

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

2011-05-03 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 344347. [region] linear search to find a bundle's region hurts performance (FIXED) + Bug 344524. compile warning in official build (FIXED) + Bug 344567. [region] all singletons are treated as non-singletons (FIXED) + Bug 344631. si

[equinox-dev] bugzilla e-mail is down again

2011-05-05 Thread Thomas Watson
In case you are noticing a lack of response to bugs it appears bugzilla e-mail is down again https://bugs.eclipse.org/bugs/show_bug.cgi?id=342382 If you have pending review requests then you should send a request directly to developer you want to review your patch for RC1. Tom __

[equinox-dev] Framework tagged for next RC1 Indigo build.

2011-05-05 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 344850. Stardard OSGi Framework launching should disable osgi.compatibility.bootdelegation (FIXED) The following projects have changed: org.eclipse.osgi Tom ___ equinox-dev mailing list

Re: [equinox-dev] equinox weaving web update

2011-05-11 Thread Thomas Watson
Thanks Martin, Our incubator page is in need of updating. Thanks! Tom From: Martin Lippert

Re: [equinox-dev] Equinox Aspects and OSGi Weaving Hook Service Specification (56)

2011-05-11 Thread Thomas Watson
I agree with Alexander on this point. I would have thought this was just a matter of porting the existing functionality for equinox weaving to be implemented on top of the standard R4.3 weaving hooks instead of the internal equinox framework adaptor hooks.. Tom

Re: [equinox-dev] ds properties

2011-05-11 Thread Thomas Watson
He Scott, Stoyan, the current owner of DS, likely will not respond until he gets in tomorrow since he is located in Europe. But I am not sure what timeouts you mean or what you are trying to trace. I know the DS implementation has some trace options that can be enabled through the tracing tab o

Re: [equinox-dev] Equinox Aspects and OSGi Weaving Hook Service Specification (56)

2011-05-12 Thread Thomas Watson
Hi, Martin and Alexander. Martin is correct. The caching aspect of weaving.hook has to be implemented as an equinox framework extension. I think it would be great to get the o.e.e.weaving.aspectj to be implemented on top of the standard OSGi weaving hooks and then provide the performance improv

Re: [equinox-dev] How to stop/kill Equinox/Eclipse launcher instance correctly

2011-05-24 Thread Thomas Watson
There currently is no way to configure the launcher to add a shutdown hook to stop the framework properly on Ctrl-C or KILL. I suspect you could add your own shutdown hook from one of your bundles to do this though. There are complications when trying to execute long running operations in shutdow

Re: [equinox-dev] ConfigAdmin getConfiguration from external storage

2011-05-25 Thread Thomas Watson
I'm not sure I understand how this would work. Would you designate particular PIDs as being global vs. component-specific configurations? Either way the Equinox Configuration Admin implementation would need to be enhanced to allow a different persistence mechanism/policy to be plugged in. Instea

[equinox-dev] Contribution for RC4 indigo build

2011-06-01 Thread Thomas Watson
The Equinox team will contribute the following fix for RC4. The map file has been updated for the following Bug changes: + Bug 347974. [WireAdmin] Fails OSGi CT tests: testValueFilteringDeltaAbsolute and testValueFilteringDeltaRelative (FIXED) The following projects have changed: org.eclipse.equ

[equinox-dev] Equinox meeting minutes

2011-06-06 Thread Thomas Watson
http://wiki.eclipse.org/Equinox/Meeting_Minutes/20110606 Tom ___ equinox-dev mailing list equinox-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/equinox-dev

[equinox-dev] New Juno milestones added to equinox bugzilla components

2011-06-07 Thread Thomas Watson
I added the first for milestone targets for Juno for the equinox bugzilla components. I decided to go with calling the milestones "Juno M1", "Juno M2" ... etc. instead of 3.8. Please use Juno M1 if you release any bug fixes to HEAD now. Thanks. Tom - Forwarded by

Re: [equinox-dev] Convention for replacing potentially limited JRE packages

2011-06-08 Thread Thomas Watson
I agree with David. It would be good to use the orbit supplied bundles for these packages. Also see bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=348630 on other discussions about trying to find out the proper versions of the packages supplied by the various Java SE VM versions. Tom |--

Re: [equinox-dev] ResolverHook on startup

2011-06-08 Thread Thomas Watson
Hi Tim, You are correct, the resolver hooks are not called when reifying the bundle wiring. Instead we reify the wires exactly as they were when the framework was shutdown. No resolve process is done in this process. The assumption is that the resolver hooks were present when the framework shu

Re: [equinox-dev] StackOverflow error while deploying osgi runtime in WAS 6.1 with java2 security

2011-06-09 Thread Thomas Watson
Is your webapp granted AllPermission? There is a bug in the version of AdminPermission you are using which has been fixed in the OSGi R4.2 Core specification (implemented in Equinox 3.5 or later) which is causing the endless recursion. In most cases this endless recursion does not get hit becaus

Re: [equinox-dev] Equinox leaking file descriptors

2011-06-13 Thread Thomas Watson
Similar discussions are going on in bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=349105 Tom |> | From: | |> >--|

Re: [equinox-dev] Equinox leaking file descriptors

2011-06-13 Thread Thomas Watson
I do not believe this is related to bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=349121 since David Williams has tried that patch. Also there seems to be issues even on restart for which the SignatureBlockProcessor should not be run. Tom |> | From: | |> >

Re: [equinox-dev] WiringAdmin vs PlatformAdmin

2011-06-20 Thread Thomas Watson
There is no WiringAdmin service. There is a org.osg.framework.wiring package that provides types that give access to the wiring of bundles installed into the framework. This is more a replacement to osgi service PackageAdmin than the Equinox specific PlatformAdmin. That being said it looks like

Re: [equinox-dev] Signing facility

2011-06-20 Thread Thomas Watson
I have not looked into the amount of work to do this. But I suspect it could be done with limited functionality. Unfortunately some of the API the security code provides cannot be done generically on top of any framework implementation. Tom |> | From: | |> >-

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

2011-06-20 Thread Thomas Watson
The map file has been updated. The following projects have changed: org.eclipse.equinox.console.supportability Tom ___ equinox-dev mailing list equinox-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/equinox-dev

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

2011-06-21 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 346537. weaving hooks that add dynamic imports do not reflect in the BundleWiring API until resolution (FIXED) + Bug 346982. BundleRequirement/BundleCapability getAttributes/getDirectives must return all specified values (FIXED) +

Re: [equinox-dev] Git repo and the incubator

2011-06-21 Thread Thomas Watson
I think you have two points: 1) One big incubator git repo for all of equinox may not be the best approach. Should we split the content out to separate git repos? If so should the git repos used for incubator code be restricted to incubator committers or can we simply merge the content into one

Re: [equinox-dev] Multiple bsnversion in equinox

2011-06-27 Thread Thomas Watson
Yes this is correct. Where the bits are located on disk has no influence on if the installation of the bundle is considered unique or not. The location string is treated as opaque by the framework when determining if the installation location is unique or not. Tom |> | From:

[equinox-dev] Equinox meeting minutes

2011-06-27 Thread Thomas Watson
http://wiki.eclipse.org/Equinox/Meeting_Minutes/20110627 Tom ___ equinox-dev mailing list equinox-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/equinox-dev

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

2011-06-27 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 350453. Incorrect usage of InputStream.available in ReliableFile (FIXED) The following projects have changed: org.eclipse.equinox.supplement org.eclipse.osgi.tests org.eclipse.osgi Tom

[equinox-dev] Migrating framework CVS repo to git

2011-07-06 Thread Thomas Watson
Equinox developers. I hope you are well aware of the effort to move the equinox and eclipse projects from CVS to git (see https://bugs.eclipse.org/bugs/show_bug.cgi?id=345479). We have decided to migrate the framework and launchers first. We plan to migrate the projects documented here (http:/

Re: [equinox-dev] Migrating framework CVS repo to git

2011-07-07 Thread Thomas Watson
Tom. From: Thomas Watson/Austin/IBM@IBMUS To: equinox-dev@eclipse.org, p2-...@eclipse.

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

2011-07-11 Thread Thomas Watson
I decided to tag early for the integration build to make sure the tagging procedure works for git. The map file has been updated for the following Bug changes: + Bug 259981 - Numerous outdated bundledata/configuration files created in equinox stack (FIXED) + Bug 349618 - Framework support for Res

[equinox-dev] Git migration continued for bundles

2011-07-11 Thread Thomas Watson
We have completed the migration of the framework and launchers to git. Next we plan to move all the projects from the rt.equinox.bundles group over to a git repository. The current plan is to include all the projects specified in http://wiki.eclipse.org/Platform-releng/Git_Migration_Granularity#

[equinox-dev] Equinox tagged for projects still in CVS

2011-07-11 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 259981. Numerous outdated bundledata/configuration files created in equinox stack (FIXED) + Bug 333726. [prefs] EclipsePreferences#flush method should be synchronized (FIXED) + Bug 349618. Framework support for Resource, etc. in OS

[equinox-dev] Equinox bundles (and security) migrated to git

2011-07-12 Thread Thomas Watson
Equinox developers. We have completed the git migration of the Equinox bundles and security projects documented at http://wiki.eclipse.org/Platform-releng/Git_Migration_Granularity#Bundles_git_repo The new rt.equinox.bundles git repo is located at: ssh://git.eclipse.org/gitroot/equinox/rt.equin

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

2011-07-18 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 183164 - [Implementation for] Display of Complex Expressions Containing Bidirectional Text (NEW) + Bug 350946 - [registry] Translations for Java Content Type labels not loaded in a fresh install (FIXED) + Bug 350961 - [R4.4] Use ne

Re: [equinox-dev] equinox state and resolver

2011-07-20 Thread Thomas Watson
The isResolved() method does not indicate that every bundle in the state is in the resolved state. As the javadoc states it only indicates that the State has not been modified since the last call to one of the State.resolve methods. This method is intended to indicate that the State needs a resol

Re: [equinox-dev] equinox state and resolver

2011-07-20 Thread Thomas Watson
error. You have to check them all. Best Regards Borislav From: equinox-dev-boun...@eclipse.org [ mailto:equinox-dev-boun...@eclipse.org] On Behalf Of Thomas Watson Sent: Wednesday, July 20, 2011 3:51 PM To: Equinox development mailing list Subject: Re: [equinox-dev] equinox state and resolver The

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

2011-07-25 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 347183 - Deadlock reading/writing to log (FIXED) + Bug 349711 - [metatype] Improve metatype implementation in equinox to allow better use of schema extensions (FIXED) + Bug 350106 - DeleteOnExit creates leak in JVM if OSGi platform

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

2011-07-26 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 344833 - Enable 1.7 compiler compliance in JavaSE-1.7.profile (FIXED) + Bug 353103 - ConcurrentModificationException during resolver fragment processing (FIXED) The following projects have changed: org.eclipse.osgi org.eclipse.osg

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

2011-08-08 Thread Thomas Watson
Please note that I also tagged the org.eclipse.equinox.console.supportability project from the incubator. This project was not tagged during last weeks build so they were not included in the M1 Equinox build. The map file has been updated for the following Bug changes: + Bug 348967 - Handle new o

[equinox-dev] Equinox meeting minutes

2011-08-08 Thread Thomas Watson
http://wiki.eclipse.org/Equinox/Meeting_Minutes/20110808 Equinox/p2 devs please see http://wiki.eclipse.org/Equinox/Plan/Juno to start the planning process for Juno. Please add any items that you plan to contribute to for the Juno Release. Tom ___ equ

Re: [equinox-dev] equinox git repo

2011-08-09 Thread Thomas Watson
I think you are looking for the following sites which show the real repos: http://git.eclipse.org/c/ - lists all eclipse projects that have migrated to git http://git.eclipse.org/c/equinox - lists only the equinox git repos that are live Tom

Re: [equinox-dev] equinox git repo

2011-08-10 Thread Thomas Watson
We will eventually get the old repo removed, but that will not happen until we have completed the migration to git. Tom From: Pascal Rapicault

[equinox-dev] 3.7.1 bugs

2011-08-10 Thread Thomas Watson
Note that 3.7.1 RC1 build is happening today. This is a reminder that we need to get our contributions to 3.7.1 (Indigo SR1) in soon. Please see the following query for any bugs assigned to you for 3.7.1 and make plans to address them soon or defer them: https://bugs.eclipse.org/bugs/buglist.c

[equinox-dev] Equinox incubator migrated to git (except soda)

2011-08-10 Thread Thomas Watson
We have created an equinox incubator repository at ssh://git.eclipse.org/gitroot/equinox/rt.equinox.incubator.git This repo contains everything from the CVS equinox incubator except soda and the really old stuff under archive. Please stop using the CVS repository for development of the Equinox

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

2011-08-15 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 183164 - [Implementation for] Display of Complex Expressions Containing Bidirectional Text (NEW) + Bug 344696 - [registry] IllegalArgumentException in DirectMap cause by multi-threaded access in ConfigurationElementMulti when -regi

[equinox-dev] Incubator contribution to next integration build

2011-08-15 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 354716 - [gogo] equinox:help/man command does not work (NEW) The following projects have changed: org.eclipse.equinox.console.jaas.fragment org.eclipse.equinox.console.supportability Tom __

Re: [equinox-dev] How to set activate on startup to 'true' in bundles.info file

2011-08-16 Thread Thomas Watson
This is a p2 question that you may want to ask on the p2-dev mailing list (http://dev.eclipse.org/mhonarc/lists/p2-dev/). But I think a similar question has been answer nicely by Andrew at http://stackoverflow.com/questions/3077282/in-equinox-is-it-possible-to-to-mark-an-osgi-bundle-as-started-fr

Re: [equinox-dev] Custom manifest headers

2011-08-22 Thread Thomas Watson
Alex and Neil are correct. Equinox has had the concept of generic capabilities and requirements for some time (with defined Eclipse-GenericRequire and Eclipse-GenericProvide headers). The concept only recently got standardized in the R4.3 specification with the new Require-Capability and Provide-

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

2011-08-22 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 183164 - [Implementation for] Display of Complex Expressions Containing Bidirectional Text (NEW) + Bug 342709 - [prefs] Don't write date/timestamp comment in preferences file (FIXED) + Bug 355089 - ManifestLocalization.EmptyResourc

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

2011-08-29 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 183164 - [Implementation for] Display of Complex Expressions Containing Bidirectional Text (NEW) + Bug 355421 - system bundle is missing the osgi.identity capability (FIXED) + Bug 355546 - NPE using servlet bridge on Weblogic Serve

Re: [equinox-dev] test plugins

2011-08-30 Thread Thomas Watson
This is somewhat related to equinox developers because the equinox tests depend on the core test harness. One correction: the org.eclipse.test (and org.eclipse.test.performance) bundles are still in CVS at dev.eclipse.org:/cvsroot/eclipse And yes they will eventually be migrated to git ;-) Tom

Re: [equinox-dev] Equinox weaving and OSGI Resolver Hooks

2011-08-30 Thread Thomas Watson
I don't think the resolver hooks should be called directly by the weaving SupplementerRegistry. Regions/Compartments/Scopes or what ever you choose to call them is not only about isolating the class spaces through the ResolverHook, you also need to isolate the bundles (using org.osgi.framework.ho

Re: [equinox-dev] Bundle Cache Location

2011-08-30 Thread Thomas Watson
There is a bug in 3.6 (https://bugs.eclipse.org/bugs/show_bug.cgi?id=343208) which causes Equinox to ignore some of the standard OSGi launching configuration properties when EclipseStarter was used. On 3.6 you can use the equinox specific property osgi.configuration.area to set the configuration

Re: [equinox-dev] Bundle Cache Location

2011-08-30 Thread Thomas Watson
Ali Naddaf To: Equinox development mailing list Cc: Thomas Watson/Austin

Re: [equinox-dev] Uses constraints conflict

2011-08-31 Thread Thomas Watson
It sounds like the issue is running into a case where the algorithm reduces the number of possible combinations to try so that it could reduce the overall resolution time. When the resolver algorithm is faced with a large number of possible solutions it tries to take some short cuts by throwing ou

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

2011-09-05 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 314849 - [launcher][gtk] Usability: Confusing errors on startup or SEGFAULT when DISPLAY is not set correctly (FIXED) + Bug 327152 - showsplash option is ignored (FIXED) + Bug 346871 - Update Info.plist for the next release. (FIXED

Re: [equinox-dev] Difference in system.packages.extra behaviour between 3.6.2 and 3.7

2011-09-08 Thread Thomas Watson
It sounds like you are running into a change made to the 3.7 Equinox OSGi standard launcher. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=344850 and http://www.eclipse.org/forums/index.php?t=rview&goto=668355#msg_668355 I am assuming you are using the standard OSGi Framework launcher API (e

Re: [equinox-dev] same bundle in multiple regions

2011-09-23 Thread Thomas Watson
BJ is correct. Just to elaborate. The framework enforces an invariant that ensures all bundles installed in the Framework have a unique bundle location string. Regions, hooks, etc. cannot do anything to break this enforced invariant. If you use the Region.installBundle method it will modify th

Re: [equinox-dev] Equinox relaunch

2011-09-26 Thread Thomas Watson
To be clear, the shutdown -> init -> launch commands are not spec'ed. They are equinox console commands of which init -> launch are only possible because the console is currently built into Equinox. Once we refactor the console out into a separate bundle, shutting down the framework will also sh

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

2011-09-26 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 350959 - [R4.4] BundleRevision must contain all capability and requirement specified even if not effective (FIXED) + Bug 350960 - [R4.4] Support cardinality for Require-Capability (FIXED) + Bug 355981 - SignedContent signing time w

Re: [equinox-dev] Bundle lazy activation

2011-09-28 Thread Thomas Watson
tarted the provider explicitly and I expected it to be in resolved state and not to be activated at all. Do I miss something? Test bundles attached. Thank you, Katya [attachment "TestLazy_1.0.0.201109281137.jar" deleted by Thomas Watson/Austin/IBM] [attachment "TestLazyConsumer_1.0.0.201

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

2011-10-03 Thread Thomas Watson
Note that there are many projects that changed. This was the result of some clean up we did to the repos for .gitignore. I suspect we will have to fix some versions as a result. The map file has been updated for the following Bug changes: + Bug 354820 - Eclipse indigo would refuse to start when

[equinox-dev] Equinox / p2 meeting canceled Monday, Oct 10th

2011-10-07 Thread Thomas Watson
Canadian Thanksgiving is Monday, October 10th. Much of the team will not be available for the Equinox/p2 call so we have decided to cancel the meeting. Tom ___ equinox-dev mailing list equinox-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/eq

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