[equinox-dev] What to do with 3.3.1 candidate bugs and milestones

2007-07-11 Thread Thomas Watson
Each major release the same thing happens. We start fixing bugs in HEAD for the next major release but find a few fixes that we would like to also release into a maintenance release. Then we have to decide what to do with the status of the original bug report which was used to release the

Re: [equinox-dev] What to do with 3.3.1 candidate bugs and milestones

2007-07-13 Thread Thomas Watson
be in 3.n+1.x but that is not always true. The issue may come down to overhead in managing the bugs/process. Jeff Thomas Watson [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 07/13/2007 08:59 AM Please respond to Equinox development mailing list equinox-dev@eclipse.org To Equinox

Re: [equinox-dev] No available bundle exports package 'javax.swing.event'

2007-07-24 Thread Thomas Watson
Where do you see the error? In the java code file where you import the javax.swing.event package or in your bundle MANIFEST.MF file where you use Import-Package: javax.swing.event? This package should be exported by the system bundle (org.eclipse.osgi in equinox) when running on a J2SE-1.2 or

[equinox-dev] Equinox projects tagged for 3.4 M1 build

2007-08-03 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 181881. Unfortunate Console CommandProvider Help Formatting (FIXED) + Bug 189794. sytem bundle fragments cannot supply manifest localization (FIXED) + Bug 193802. BaseStorage adds invalid URL to a URLClassLoader (FIXED) + Bug

[equinox-dev] Equinox projects tagged for 3.4 I-build

2007-08-20 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 184283. Remove ServiceFactory code for StartLevel implementation (FIXED) + Bug 185952. EnviromentInfo defaults ws to motif on solaris and linux (FIXED) + Bug 187203. Define value for osgi.os for Symbian OS (Epoc32) (FIXED) + Bug

Re: [equinox-dev] Equinox coding conventions

2007-08-21 Thread Thomas Watson
I updated the following equinox projects to have the latest Equinox code convention settings. I also updated each project to format java files when saving. You may notice additional changes when saving java files and creating patches. In this case the code was probably not correctly

Re: [equinox-dev] getResources : bundleresource

2007-08-27 Thread Thomas Watson
I'm a bit confused by the usecase. Are these real bundles or just inner jars which you use as inner libraries? If they are real bundles then why don't you install them as real bundles instead? The bundleresource protocol uses the port as an index into the list of resources of a given name

[equinox-dev] Equinox projects tagged for 3.4 I-build

2007-08-27 Thread Thomas Watson
Along with the following bug fixes I updated every equinox project in the SDK with the new code formatter settings for Equinox. That is why so many projects have changed this build. The map file has been updated for the following Bug changes: + Bug 127963. ContextFinder caches classes from

Re: [equinox-dev] restricted access setttings

2007-08-30 Thread Thomas Watson
warning, you can avoid that by marking the implementation method as deprecated as well (a deprecated method that implements a deprecated interface method is not flagged as a warning). Thomas Watson

Re: [equinox-dev] Simple SWT App launched with OSGi Launcher hangs on Mac OS X

2007-08-30 Thread Thomas Watson
dealing with swing, swt, launcher interactions but none with just the launcher and SWT. Attached is com.eclipse.swt.sample.src.zip which contains the project com.eclipse.swt.sample and the binary bundle com.eclipse.swt.sample_1.0.0.jar[attachment org.eclipse.swt.sample.src.zip deleted by Thomas Watson

Re: [equinox-dev] [vote] graduating the new jar processor bundle

2007-09-10 Thread Thomas Watson
+1 There is currently provisional API in the org.eclipse.osgi which is currently used by update to check the certificate trust and to verify the content of signed bundles. I assume the jar processor API can use an IProcessStep to which uses the API from the framework to perform this type of

[equinox-dev] Equinox projects tagged for 3.4 I-build

2007-09-10 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 165964. Process Bundle-NativeCode at resolve time (FIXED) + Bug 200068. AdapterManager fails to find correct IAdapterFactory if the IAdapterFactory implementation class loader cannot load the class returned by the getAdapterList()

Re: [equinox-dev] Compilation warnings in latest nightly build

2007-09-11 Thread Thomas Watson
Thanks for the info and the lead-in Olivier. As you may have noticed the new bundles contributed by Prosyst have been added to the equinox incubator build and can now be downloaded from the equinox download page. I updated the projects with the following: - added .qualifier to the

[equinox-dev] Equinox-Bundles component is getting crowded

2007-09-12 Thread Thomas Watson
The Equinox project continues to grow with new components and new contributes being added. Thanks everyone!! As new contributions are graduated into Equinox proper we need to place them under one of the existing components. Currently we have the Framework and Bundles components for Equinox

Re: [equinox-dev] Equinox-Bundles component is getting crowded

2007-09-12 Thread Thomas Watson
speaking, I think more components is a good thing. It's a great way to bring in new committers who may not be able to make the large commitment needed to contribute across a large part of Equinox. John Thomas Watson

Re: [equinox-dev] Equinox-Bundles component is getting crowded

2007-09-12 Thread Thomas Watson
mobile: +1 386 848 3788 From: Thomas Watson/Austin/[EMAIL PROTECTED] To: Equinox development mailing list equinox-dev@eclipse.org Date: 2007-09-12 12:34 Subject: Re: [equinox-dev] Equinox-Bundles component is getting crowded For the security stuff I was referring to the security-specific bundles

[equinox-dev] Equinox projects tagged for 3.4 I-build

2007-09-14 Thread Thomas Watson
In preparation for M2 build on Monday I have tagged the equinox projects early. If additional fixes are releases please make sure they are tagged appropriately for the M2 warm-up build. The map file has been updated for the following Bug changes: + Bug 96034. Need an API to determine if another

[equinox-dev] [security] Merged org.eclipse.osgi v20070914 tag from HEAD into security incubator

2007-09-14 Thread Thomas Watson
I merged the org.eclipse.osgi v20070914 tag from the Equinox 3.4 (HEAD) stream into the security incubator. There were some fixes from the HEAD stream which are important to the security work. In particular https://bugs.eclipse.org/bugs/show_bug.cgi?id=202282 is needed to be able to provide

[equinox-dev] Equinox Summit: Talks and topics

2007-09-18 Thread Thomas Watson
Equinox Summit 2007 attendees, The summit date is fast approaching, and it's time to firm up the agenda. The substance of the summit will be shaped by all attendees, so your help is needed in setting the agenda. To this end, can *all* attendees please add a quick summary of your areas of

Re: [equinox-dev] Equinox Summit: Talks and topics

2007-09-18 Thread Thomas Watson
Sorry, I sent out the incorrect deadline date for short talk proposals. The correct deadline date is Friday 9/21/2007. Tom Thomas Watson

[equinox-dev] Equinox projects tagged for 3.4 I-build

2007-09-24 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 203973. Bundles in cycles that should be resolved do not get resolved (ASSIGNED) + Bug 204007. [app] need automated tests for application admin (FIXED) + Bug 204027. [app] timing issues if app handle is destroyed before the

Re: [equinox-dev] [p2] UI priorities for M3

2007-10-02 Thread Thomas Watson
There is a proposal for a new Bundle-License manifest header that will be considered for the next release of the OSGi specification. We will need to monitor this RFC #125 to ensure that it meets our needs for presentation of licenses in p2. This is not an immediate concern for p2 but we need to

[equinox-dev] OSGi R4.2 Stream

2007-10-12 Thread Thomas Watson
The OSGi Alliance is busy working on the next release of the specification. The release of the next OSGi specification will be long after the Eclipse 3.4 (Ganymede) release. To achieve a stable Ganymede release we will not release new OSGi R4.2 API or implement new R4.2 functions in the

Re: [equinox-dev] OSGi R4.2 Stream

2007-10-12 Thread Thomas Watson
the nice attribute that it is easier to make people committer. PaScaL | | From: | | --| |Thomas Watson [EMAIL PROTECTED

[equinox-dev] Graduation of Prosyst contributed bundles

2007-10-15 Thread Thomas Watson
The bundles contributed by Prosyst have been in the incubator since July. The codebase Prosyst donated is already production quality and has been used in many products at Prosyst. A small number of issues have been reported against the bundles in the incubator. But these are to be expected and

Re: [equinox-dev] Proposal for an OSGi spec work area in the equinox incubator

2007-10-23 Thread Thomas Watson
From: Thomas Watson/Austin/[EMAIL PROTECTED] To: equinox-dev@eclipse.org

[equinox-dev] Equinox projects tagged for 3.4 I-build

2007-10-26 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 206649. Missing .qualifier for s390 launcher fragments (FIXED) + Bug 207087. [Launcher] Launcher needed for HP-UX IA64_32 (FIXED) + Bug 207215. Regression since 3.4M1 in performance test StatePerformanceTest#testResolution1000()

[equinox-dev] Tagged org.eclipse.osgi for next 3.4 M3 build

2007-10-31 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 208313. Bundle-NativeCode header could cause ClassCastException in PDE-Build (FIXED) The following projects have changed: org.eclipse.osgi.tests org.eclipse.osgi Tom ___ equinox-dev

Re: [equinox-dev] ConcurrentModificationException in DS implementation

2007-11-05 Thread Thomas Watson
Equinox has retired the old DS implementation in favor of the prosyst implementation. The old implementation never officially made it out of incubator status. Our plan is to graduate the DS implementation contributed by Prosyst in 3.4. To be clear, the new DS implementation contributed by

[equinox-dev] Equinox projects tagged for 3.4 I-build

2007-11-06 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 194943. Europa Crashes During Startup (ASSIGNED) + Bug 198598. multi-user installs not working in Redhat 4 (FIXED) + Bug 207599. java.io.IOException: Could not save file table (FIXED) + Bug 208202. NullPointerException in thread

Re: [equinox-dev] naming examples

2007-11-25 Thread Thomas Watson
I agree with John. Use org.eclipse.equinox.examples.* Tom From: John Arthorne [EMAIL PROTECTED] To: Equinox

Re: [equinox-dev] Re: ContextFinder stops at first bundle class loader

2007-11-26 Thread Thomas Watson
I know about buddy class loading. But I want to avoid it. If the context finder would look further up the stack and not abort on the first bundle class loader it finds things would actually work without buddy class loading. I was just wondering if the context finder could be (or should not

Re: [equinox-dev] ContextFinder stops at first bundle class loader

2007-11-26 Thread Thomas Watson
[EMAIL PROTECTED] wrote on 11/26/2007 10:52:30 AM: How do buddy classloading and DynamicImport-Package compare with regards to performance ? I've had very bad experiences performance-wise with buddy classloading and a global policy... There is an existing bug about buddy classloading

Re: [equinox-dev] Declarative Services with RCP Plug-in Extensions

2007-11-28 Thread Thomas Watson
[EMAIL PROTECTED] wrote on 11/27/2007 06:19:11 PM: Hello. I need some tips in narrowing down the cause of a problem We've been having in our RCP/OSGi application. Our project is using Declarative Services to manage several bundles of services, and Eclipse Plug-in Extensions for various RCP

[equinox-dev] Equinox projects tagged for 3.4 I-Build

2007-12-03 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 44735. Unable to create platform lock file (ASSIGNED) + Bug 179619. Request for friendship: org.eclipse.core.filesystem (FIXED) + Bug 188304. Execution environment restricts access to org.w3c.dom sub packages (ASSIGNED) + Bug

Re: [equinox-dev] [prov] install / uninstall / update (was Configuration Admin bug)

2007-12-07 Thread Thomas Watson
[EMAIL PROTECTED] wrote on 12/07/2007 12:18:09 PM: The bundle.getLocation() does not matter, but since so many systems are used around that it is also problematic to not having meaningful. For clarification to the casual reader, simple configurator does not explicitly have two lists. The

Re: [equinox-dev] classLoader.getResources(META-INF/.resource)

2007-12-16 Thread Thomas Watson
You also posted this on the osgi mailing list. I'm posting my answer here also for others ... but lets keep the general osgi questions on the osgi mailing list. With the current OSGi specification one way I can see doing this is to make all bundles supplying META-INF/.resources a fragment

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

2007-12-17 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 211745. [sec] Graduate signedcontent API and related services (ASSIGNED) + Bug 211904. [launcher] Running from outside current directory causes contents of .ini file to be ignored (FIXED) The following projects have changed:

Re: [equinox-dev] Fw: [Bug 214801] [api tools] consider Export-Package as API

2008-01-11 Thread Thomas Watson
. Thomas Watson [EMAIL PROTECTED] Sent by: To [EMAIL PROTECTED]Equinox development mailing list

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

2008-01-14 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 203999. NPE in WebStartMain.findBundle (FIXED) + Bug 209694. Equinox webstart launcher ignores interactive login splash handler (FIXED) + Bug 211904. [launcher] Running from outside current directory causes contents of .ini file

[equinox-dev] equinox incubator projects tagged for the I-Build

2008-01-14 Thread Thomas Watson
The map file has been updated. The following projects have changed: org.eclipse.equinox.ds org.eclipse.equinox.util Tom ___ equinox-dev mailing list equinox-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/equinox-dev

Re: [equinox-dev] OBR

2008-01-21 Thread Thomas Watson
Peter, who parses the filter? If OBR uses a different syntax from the Framework spec then the FrameworkUtil#createFilter or BundleContext#createFilter cannot be used. Who is throwing the syntax error in this case? The Equinox Framework implementation of the OBR implementation? Tom

[equinox-dev] Projects tagged for the I-Build

2008-01-21 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 212954. [AdapterManager] Uninstalling bundle declarating adpater factory removes all adapter factories for the adapter (FIXED) + Bug 215503. Allow KeyStoreTrustEngine to use another name (FIXED) + Bug 215648. [console] ensure

[equinox-dev] Incubator OSGi service implementations tagged for I-Build

2008-01-21 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 214124. [config] Need to use doPrivileged when accessing config store (FIXED) The following projects have changed: org.eclipse.equinox.ds org.eclipse.equinox.io org.eclipse.equinox.wireadmin org.eclipse.equinox.util

Re: [equinox-dev] OBR

2008-01-22 Thread Thomas Watson
resolution in the framework. By the way, do we also have OBR implementation from equinox? Sincerely, ChangWoo Jung From: Thomas Watson [EMAIL PROTECTED

Re: [equinox-dev] [prov] Download manager support for pack200

2008-01-25 Thread Thomas Watson
If the Pack200 class is loaded from the VM then it will fall under the boot class loader. There is no way we can throw that class loader away. Are you suggesting that we could somehow load this class from an isolated class loader that is not connected to the boot class loader? Tom

Re: [equinox-dev] is this a service tracker bug?

2008-01-25 Thread Thomas Watson
Mark, I opened https://bugs.eclipse.org/bugs/show_bug.cgi?id=216648 for you. I tried to CC you to the bug but I noticed you did not seem to have a bugzilla e-mail, unless you use a different e-mail for bugzilla than the one you use to post to equinox-dev. Tom

Re: [equinox-dev] is this a service tracker bug?

2008-01-25 Thread Thomas Watson
was wondering if you had some words of widom for me on this ? Kind Regards Mark [attachment bundleA_1.0.0.jar deleted by Thomas Watson/Austin/IBM] [attachment bundleB_1.0.0.jar deleted by Thomas Watson/Austin/IBM] [attachment eclipe-projects.zip deleted by Thomas Watson/Austin/IBM

Re: [equinox-dev] is this a service tracker bug?

2008-01-25 Thread Thomas Watson
Matt, please open a bug against Equinox-Framework. I have reproduced, it appears to be related to lazy activation. If you remove the Eclipse-LazyStart header from Bundle A then it works. This is an interesting corner case we may need to get a clarification from OSGi on. I assume the old

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

2008-01-28 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 181832. Console's diag command should try to display the ID of the Missing required bundle (FIXED) + Bug 201068. refreshPackages() incorrect behaviour (FIXED) + Bug 214635. [Launcher] maximum .ini/.ee line length of 1024 (FIXED) +

[equinox-dev] Equinox Incubator OSGi implementations tagged for I-Build

2008-01-28 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 216281. [ds] Compiler warnings in N20080123-0010 (FIXED) + Bug 216282. [ip] Compiler warnings in N20080123-0010 (FIXED) + Bug 216284. [util] Compiler warnings in N20080123-0010 (FIXED) + Bug 216285. [wireadmin] Compiler warnings

Re: FW: [equinox-dev] Declarative services bug?

2008-01-29 Thread Thomas Watson
I have not experienced this. From your description it does not sound like DS problem but rather a Framework issue. DS does not effect the class loading of an individual bundle. Could you open a bug and attach a test case? Tom

[equinox-dev] Migrating Eclipse-LazyStart to Bundle-ActivationPolicy

2008-01-29 Thread Thomas Watson
There has been several discussions in various bug reports about migrating from the Eclipse-LazyStart header to the new Bundle-ActivationPolicy header specified in the OSGi R4.1 specification. With the latest I-Builds PDE is now flagging the old Eclipse-LazyStart header as deprecated and with

Re: [equinox-dev] triggering the storage adaptor questoin

2008-02-04 Thread Thomas Watson
Hi Martin, This is a tricky one. If a supplementer bundle is installed after a bundle it is supplementing then it will be too late for you to modify the bundle you are supplementing. This is because it has already been added to the state. Doing a Bundle.update() of the bundle you are

[equinox-dev] Equinox projects tagged for next M5 build

2008-02-05 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 217317. Need an option to bypass uses constraint checks (FIXED) + Bug 217789. Compiler warnings in I20080204-1800 (FIXED) + Bug 217818. Setting up AdminPermission for signed bundles using PermissionAdmin causes ClassCastException

Re: [equinox-dev] ECF consuming org.osgi.services.cm and org.osgi.service.metatype

2008-02-06 Thread Thomas Watson
We just had the graduation review for cm last week and are in the process of getting the code moved into the Equinox-Bundles project. A graduated cm bundle will be ready in M6. Tom From: Markus Alexander Kuppe

Re: [equinox-dev] Signed bundles

2008-02-06 Thread Thomas Watson
The option to enable signed bundles in 3.3 is osgi.support.signature.verify (notice support and signature are reversed). In 3.4 we are introducing a more general option called osgi.signedcontent.support which does not have simple true|false options, but we will continue to recognize the old 3.3.

Re: [equinox-dev] Signed bundles

2008-02-07 Thread Thomas Watson
, Thomas Watson wrote: The option to enable signed bundles in 3.3 is osgi.support.signature.verify (notice support and signature are reversed). In 3.4 we are introducing a more general option called osgi.signedcontent.support which does not have simple true|false options

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

2008-02-11 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 218516. [tests] timing issues with security tests. (FIXED) The following projects have changed: org.eclipse.osgi.tests Tom ___ equinox-dev mailing list equinox-dev@eclipse.org

Re: [equinox-dev] Re: startApp from osgi console

2008-02-13 Thread Thomas Watson
I think you may have run into bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=198988 Tom From: 向雅 [EMAIL PROTECTED]

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

2008-02-18 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 215361. Support differing log levels (FIXED) + Bug 217724. Substitutable exports and require-bundle (FIXED) + Bug 218001. Using internal FrameworkSecurityManager should be easier (FIXED) + Bug 218625. [resolver] support for other

Re: [equinox-dev] [prov] use of Foundation 1.1

2008-02-19 Thread Thomas Watson
The org.eclipse.equinox.registry also has J2SE 1.4 listed before Foundation 1.1. If I remember correctly, this is because we do not have a bundle at pde-build time that provides the XML api to bundles with BREE J2SE 1.4. I think if you simply reorder the BREEs we will get a build failure for

Re: [equinox-dev] DS invocation order of bind and activate (timing issue???)

2008-02-22 Thread Thomas Watson
The optional reference from A1 to B1 creates a cycle. The DS implementation should be able to handle this since the reference is optional it should be able to break the cycle and I assume provide a consistent activation order of A1 and B1. I recommend opening a bug against Equinox-Bundles to

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

2008-02-22 Thread Thomas Watson
I tagged Equinox-Framework for the next I-Build (today?). It will be good to get extra testing on bug 199103. The map file has been updated for the following Bug changes: + Bug 67220. Location.setUrl needs more error information (FIXED) + Bug 217503. DefaultAuthorizationEngine should allow

RE: [equinox-dev] DS invocation order of bind and activate(timing issue???)

2008-02-25 Thread Thomas Watson
___ equinox-dev mailing list equinox-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/equinox-dev ___ equinox-dev mailing list equinox-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/equinox-dev [attachment atths1rz.dat deleted by Thomas

Re: [equinox-dev] Adding 3rd party jar to Bundle.

2008-02-25 Thread Thomas Watson
A couple of things to check: 1) Does your bundle work when run from your workspace? 2) When you build the bundle can you confirm the lib/TestParser.jar is actually included in your bundle content? 3) Does your bundle manifest file end in an empty line after the Bundle-ClassPath header? If yes

Re: [equinox-dev] Implementation for Foreign App Admin.?

2008-03-03 Thread Thomas Watson
The Equinox application container, which is implemented in the org.eclipse.equinox.app bundle, is a container for running Eclipse applications which are defined by the org.eclipse.core.runtime.applications extension point. This application container is not considered a Foreign application

[equinox-dev] One more fix released for the I-Build

2008-03-04 Thread Thomas Watson
I released one more bug fix for the I-Build. I released the map just in time to make the I-Build. The map file has been updated for the following Bug changes: + Bug 221339. NPE in VersionConstraintImpl.getName() (FIXED) The following projects have changed: org.eclipse.osgi Tom

Re: [equinox-dev] equinox standalone problem

2008-03-11 Thread Thomas Watson
Hi Karl, You are running into bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=215730 With 3.4 M5 you can set the configuration property osgi.framework.activeThreadType=normal to force a non-daemon thread be started so that the VM does not exit when the framework is running. The reason you

Re: [equinox-dev] equinox standalone problem

2008-03-11 Thread Thomas Watson
Are you certain you are using the Thread.setDaemon(false) method? If you are not then the threads will inherit their daemon status from the invoking thread. If this happens to be one of the daemon framework threads then your bundle threads will be daemon also. One quick way to find out is to

Re: [equinox-dev] Re: Missing doPriv when creating a new URL with a custom handler for internal protocols

2008-03-12 Thread Thomas Watson
Hi Karl, Can you open a bug report against Equinox-Framework about this. This sounds like a bug. Tom From: Karl Pauls [EMAIL PROTECTED]

Re: [equinox-dev] Re: Does equinox support extension:=bootclasspath

2008-03-18 Thread Thomas Watson
The short answer is no and we have no plans to implement it in the current 3.4 release. But there is a bug open https://bugs.eclipse.org/bugs/show_bug.cgi?id=127724 We could consider implementing it in a future release. The struggle we have had with this feature in OSGi is to implement true

[equinox-dev] Equinox projects tagged for warm up build

2008-03-20 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 81640. [ErrorHandling] CoreException should provide an easy way to wrap itself (and other wrappers) recursively (FIXED) + Bug 199922. [sec] ILoginContext should simply be an extension of LoginContext (ASSIGNED) + Bug 215828. [sec]

[equinox-dev] Some security classes are moving to internal.provisional packages for M6

2008-03-26 Thread Thomas Watson
We've decided to make a couple of our APIs for working with signed content internal.provisional. Specifically, AuthorizationEngine and related classes in org.eclipse.osgi as well as AuthorizationManager in org.eclipse.equinox.security.ui. The APIs for examining signed content will continue to

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

2008-03-26 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 223380. [sec] Login event API needs change (ASSIGNED) + Bug 223945. [sec] Should AuthorizationEngine/AuthorizationManager be internal.provisional ? (FIXED) The following projects have changed: org.eclipse.equinox.security.ui

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

2008-03-27 Thread Thomas Watson
Javadoc only changes. The map file has been updated for the following Bug changes: + Bug 224287. Javadoc errors (FIXED) The following projects have changed: org.eclipse.equinox.security Tom ___ equinox-dev mailing list equinox-dev@eclipse.org

RE: [equinox-dev] Incubator request for Extensions/Services Integration work

2008-03-27 Thread Thomas Watson
+1 I think a component programming model incubator area is a great idea. Tom From: Jeff McAffer [EMAIL PROTECTED]

Re: [equinox-dev] my confusion for unregistering services in bundle.stop

2008-03-31 Thread Thomas Watson
It is more clear to clean up your service registrations and service listeners in your BundleActivator.stop method. In many cases you want to unregister your listeners and services before you do other clean-up that will invalidate the services/listeners and cause them to behave incorrectly. For

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

2008-03-31 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 224432. Memory Leak in install - start - stop - uninistall cycle (FIXED) + Bug 224905. [AAP001] The source issue (FIXED) + Bug 224990. org.eclipse.core.runtime.adaptor.run() covers up all exceptions (FIXED) The following projects

Re: [equinox-dev] Caused by: org.osgi.framework.BundleException: State change in progress for bundle...by thread OSGi Console

2008-04-04 Thread Thomas Watson
Hi Lukasz's solution assumes that the bundle you are installing will eventually enter the RESOLVED state. This is not going to happen automatically. You would have to run a PackageAdmin.resolveBundles to make the bundle resolve. The actual exception seems to be occurring because the second

Re: [equinox-dev] The RCP-delta feature

2008-04-04 Thread Thomas Watson
Hi Thomas, Are you wanting a feature to install the RCP-delta packs or a feature that contains only the launchers? The launchers for the various platforms are available from the equinox download page at http://download.eclipse.org/eclipse/equinox/drops/S-3.4 M6-200803301350/index.php But I

Re: [equinox-dev] [p2] plug-in versions

2008-04-14 Thread Thomas Watson
My 2 cents ... For Ganymede the plan is to have 1.0 p2 functionality. This should not imply that we will have p2 1.0 API. I imagine for the first release of p2 we are going to have lots of bundles start to use the internal.provisional APIs because there is no public API available and they will

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

2008-04-14 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 194943. Europa Crashes During Startup (FIXED) + Bug 217351. [prov] What is the install location in a p2 context (ASSIGNED) + Bug 221581. Inconsistent handling of {ee.home} in EE files (FIXED) + Bug 223089. [sec] Do we need

Re: [equinox-dev] SCR debug output

2008-04-15 Thread Thomas Watson
Stoyan, Please open a bug to remind us to document any configuration system properties that are available for DS as well as the other bundles your team has contributed (IO, IP, WireAdmin etc.). Thanks. Tom From:

Re: [equinox-dev] Providing a callback to an OSGi bundle

2008-04-17 Thread Thomas Watson
to get more control over wiring buddies. I was wondering is there a provision to standardize these bundle manifest headers in future OSGi specification. IMO this would be a very important extension to have in OSGi spec. Thank you! Saminda On Thu, Apr 17, 2008 at 7:02 PM, Thomas Watson [EMAIL

[equinox-dev] tagging equinox for M7 warmup build Sunday AM

2008-04-25 Thread Thomas Watson
I am going to tag the Equinox projects (everything but p2) on Sunday morning for the M7 warmup build. See http://www.eclipse.org/eclipse/platform-releng/buildSchedule.html for the build schedule. If you release things after I tag then you will have to retag before the Sunday build. Tom

RE: [equinox-dev] New version of Equinox quits upon bundle error

2008-05-01 Thread Thomas Watson
] [mailto:[EMAIL PROTECTED] Behalf Of Thomas Watson Sent: 1 May 2008 22:17 To: Equinox development mailing list Subject: Re: [equinox-dev] New version of Equinox quits upon bundle error Please open a bug if you think you have found a regression. In the bug report please give steps to reproduce

[equinox-dev] Equinox projects tagged for the build.

2008-05-06 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 229704. DefaultAuthorizationEngine should include version information in the property file (FIXED) + Bug 229799. Secure Storage recover prompt should be Yes/No (FIXED) + Bug 230204. [launcher] Info.plist contains Eclipse 3.3

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

2008-05-07 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 230421. [registry] Translation not found when nl pack installed through dropins (FIXED) The following projects have changed: org.eclipse.equinox.registry org.eclipse.osgi Tom ___

[equinox-dev] Equinox submission for I20080508-2000

2008-05-08 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 144995. UserAdminHashtable - Discrepancy Between In Memory Data and Data Stored to Disk When Using byte[] (FIXED) + Bug 227293. [sec] Polish UI (ASSIGNED) + Bug 229833. Password recovery option prompt question confusing (FIXED) +

Re: [equinox-dev] Bundle start hangs

2008-05-09 Thread Thomas Watson
Are the bundles in the STARTING state using a lazy activation policy? The bundle would have an Eclipse-LazyStart or Bundle-ActivationPolicy manifest header. When a bundle uses a lazy activation policy it will wait in the STARTING state for the first class to be loaded out of it (the so called

[equinox-dev] Equinox Contribution

2008-05-13 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 231468. chkpii errors in I20080510-2000 (FIXED) + Bug 231588. [sec] Warning for plugin.xml translation (FIXED) + Bug 231631. [sec] Add description of runtime exceptions to Javadoc (FIXED) The following projects have changed:

[equinox-dev] Equinox build submission

2008-05-13 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 214116. [sec] Selectively display default security UI preference pages (FIXED) + Bug 229701. Authorization page should default to signed/unsigned for policy (FIXED) + Bug 231774. Wording for UI prompt (FIXED) The following

[equinox-dev] Equinox contribution

2008-05-15 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 232146. org.eclipse.equinox.security.ui contains an invalid item in Require-Bundle (FIXED) + Bug 232151. I20080513-2000 Linux Motif doesn't start (FIXED) The following projects have changed: org.eclipse.equinox.security.ui

[equinox-dev] Equinox contributing to rebuild

2008-05-16 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 230421. [registry] Translation not found when nl pack installed through dropins (ASSIGNED) The following projects have changed: org.eclipse.equinox.registry Tom ___ equinox-dev mailing

[equinox-dev] Equinox contribution

2008-05-20 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 232636. Locale.setDefault(Locale.ROOT) crashes the framework startup (FIXED) + Bug 232736. Secure storage preference page should use dialog font (FIXED) + Bug 232861. Authorization engine filter incorrectly uses trust.engine

Re: [equinox-dev] Equinox lazy bundle start and deadlocks

2008-05-21 Thread Thomas Watson
The deadlock you describe sounds similar to the issues we were dealing with in bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=199103 and https://bugs.eclipse.org/bugs/show_bug.cgi?id=186280. Both of these bugs have been addressed in 3.4. What version of Declarative Services are you using?

Re: [equinox-dev] Equinox lazy bundle start and deadlocks

2008-05-21 Thread Thomas Watson
. Any suggestions for what is the best way to do this? Regards, Jan 2008/5/21 Thomas Watson [EMAIL PROTECTED]: The deadlock you describe sounds similar to the issues we were dealing with in bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=199103 and https://bugs.eclipse.org/bugs

[equinox-dev] Equinox Contribution

2008-05-21 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 232159. Can't access update site with 3.4.0 I20080502-0100 (FIXED) The following projects have changed: org.eclipse.osgi Tom ___ equinox-dev mailing list equinox-dev@eclipse.org

[equinox-dev] Equinox intends to contribute to RC3

2008-05-29 Thread Thomas Watson
The map file has been updated for the following Bug changes: + Bug 234439. The -debug flag no longer produces information about plugin resolution (ASSIGNED) The following projects have changed: org.eclipse.osgi Tom ___ equinox-dev mailing list

  1   2   3   4   5   6   7   8   >