Re: [equinox-dev] Change in TCCL when BundleActivator.start() is called

2009-08-24 Thread Andy Wilkinson
both issues. Or we could at least provide you with an option to disable TCCL setting in the framework. Tom Inactive hide details for Andy Wilkinson ---08/21/2009 08:29:10 AM---Hi,Andy Wilkinson ---08/21/2009 08:29:10 AM---Hi, From: Andy Wilkinson andy.wilkin...@springsource.com

[equinox-dev] ClassLoader leak caused by EventManager's EventThread creation

2009-05-06 Thread Andy Wilkinson
Hi, I've been looking into a PermGen leak and have identified what looks to be an undesirable side-effect of org.eclipse.osgi.framework.eventmgr.EventManager's creation of an EventThread instance. In my particular situation the EventManager instance is MRUBundleFileList's

Re: [equinox-dev] ClassLoader leak caused by EventManager's EventThread creation

2009-05-06 Thread Andy Wilkinson
Hi BJ, Can you file a bug on this? Sure, here it is: https://bugs.eclipse.org/bugs/show_bug.cgi?id=275166 Thanks, Andy ___ equinox-dev mailing list equinox-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/equinox-dev

Re: [equinox-dev] Verification of signed jars during bundle installation

2009-01-07 Thread Andy Wilkinson
to be implemented outside of the framework and allows for UIs to do things like ask the user if they would like to allow an untrusted signed bundle to be installed. Tom Inactive hide details for Andy Wilkinson ---01/06/2009 09:42:10 AM---Hi,Andy Wilkinson ---01/06/2009 09:42:10 AM---Hi, From: Andy

[equinox-dev] Verification of signed jars during bundle installation

2009-01-06 Thread Andy Wilkinson
Hi, I've been looking into Equinox's support for dealing with signed jars and have a couple of queries with which I'd be grateful for some pointers. I've figured out that I can enable SignedBundleHook by starting Equinox with -Dosgi.signedcontent.support=true. With the hook enabled I've then