[equinox-dev] OSGi specification supported by Equnox 3.4 and OSGi test cases

2008-07-02 Thread Pavlin Dobrev
Hi all, I tried to run of the OSGi test cases for OSGi Release 4.1 (using jsr291-tck-final.zip and osgi.ri-tck.zip) and found that some of the package admin test cases fails on Equinox 3.4 (all of them pass on equinox 3.3.2). The failed test cases are: test.packageadmin.tc3

[equinox-dev] [prov] Can't figure it out how the actions are called..?

2008-07-02 Thread Fredrik Alströmer
Hi people, this will probably turn out terribly embarrassing for me, but I just can't figure this out, so please help.. :) I'm looking at the content.xml from the Ganymede repository,

Re: [equinox-dev] [transforms] where to start ?

2008-07-02 Thread Kimberly Horne
Quite right Sebastian - I've just fixed the wiki page to reflect the new location of the bundles (some of which have graduated out of incubation). On 30-Jun-08, at 5:19 AM, Sebastian Fuchs wrote: Hello, can anybody give me some hints how to use transforms in my rcp ? I want to remove the

[equinox-dev] Missing feature brandings after RCP p2 install

2008-07-02 Thread Toedter, Kai (CT)
Hi All, I just filed a bug about the following behavior against Eclipse 3.4, see https://bugs.eclipse.org/bugs/show_bug.cgi?id=239227 1. Create an RCP app with feature branding and About dialog 2. Export the app using the export wizard (and create p2 repositories) 3. Check the About dialog in

Re: [equinox-dev] OSGi specification supported by Equnox 3.4 and OSGi test cases

2008-07-02 Thread Thomas Watson
See https://www.osgi.org/members/bugzilla/show_bug.cgi?id=564 In the R4.1 TCK these testcases assumed that exporting bundles also imported the packages from themselves. According to the spec the framework must choose a bundle to either be an exporter or an importer of a package but it cannot be

Re: [equinox-dev] How to build a product without distribute eclipse features in the repository?

2008-07-02 Thread Euclides Arcoverde
Hi Pascal, Thanks for your help. In order to list ALL features (+ product) in the Installed Softwares tab, I installed all feature groups using director in the same destination. Currently I'm facing a problem regarding update sites. I'm trying to check if there are updates for my installed

Re[2]: [equinox-dev] OSGi specification supported by Equnox 3.4 and OSGi test cases

2008-07-02 Thread Pavlin Dobrev
Hi Tom, Thank you for the quick reply! I have also problem with test.permissionadmin.conditional the fail is below. 052106.410test.permissionadmin.conditional_TBCXtestNamedConditionalPermissionAdmin: "not allowed permission [*,

Re: Re[2]: [equinox-dev] OSGi specification supported by Equnox 3.4 and OSGi test cases

2008-07-02 Thread Thomas Watson
I'm not seeing that error when I use the target ant script supplied with the TCK to launch the RI. How are you launching the RI? Tom From: Pavlin Dobrev [EMAIL PROTECTED]

Re[4]: [equinox-dev] OSGi specification supported by Equnox 3.4 and OSGi test cases

2008-07-02 Thread Pavlin Dobrev
Hi Thomas, I tried with equinox SDK and found that my problem was missing property: osgi.signedcontent.support=certificate After set to the correct value the test pass. -Pavlin I'm not seeing that error when I use the target ant script supplied with the TCK to launch the RI. How are