Re: [equinox-dev] Bundle Verification using custom TrustEngine

2009-01-19 Thread Thomas Watson
The property osgi.signedcontent.trust.engine is used to limit the trust engine services that the SignedBundleFile will use to determine if a signer is trusted. When you set that property to CECKeyStoreTrustEngine then only your trust engine will be used to establish trust. Do you know if your

Re: [equinox-dev] Bundle Verification using custom TrustEngine

2009-01-19 Thread David Lübbren - PRION Group
Am Mo 19.01.2009 17:21 schrieb Thomas Watson tjwat...@us.ibm.com: The property osgi.signedcontent.trust.engine is used to limit the trust engine services that the SignedBundleFile will use to determine if a signer is trusted. When you set that property to CECKeyStoreTrustEngine then only your

[equinox-dev] Starting an application (testing)

2009-01-19 Thread Ian Bull
Hi guys, I was looking at ways of starting an application (programmatically) for testing purposes. In p2 I noticed the following pattern: private void runDirectorApp(String message, final String[] args) throws Exception { Application application = new Application();