RE: [equinox-dev] Problem after updating timezone Equinox v3.4

2009-06-30 Thread David Conde
Hello Tom, Thank you for your answer, but the problem continues being very rare, because of a workmate of mine, tried yesterday launching Equinox by console in basic mode with the version org.eclipse.osgi_3.4.3.R34x_v20081215-1030.jar, and it did not work at all, with the same error and

[equinox-dev] Unclear warning in DS when a service component provides inexisting/unimplemented interface

2009-06-30 Thread Kirchev, Lazar
Hello, We are using declarative services and we came across the following situation. There are two components, A and B. A provides an interface and B references this interface. If the interface which A provides does not exist, or is not implemented, when the framework tries to create an instance

[equinox-dev] P2 Repo for Orbit

2009-06-30 Thread O'Flynn, Dennis
Does anyone know if the Orbit P2 repository hosted at download.eclipse.org is valid? When I try to access it, I get the following error. URL: http://download.eclipse.org/eclipse/tools/orbit/downloads/drops/R2009052 9135407/updateSite/content.jar ERROR: Access Forbidden The file

RE: [equinox-dev] Problem after updating timezone Equinox v3.4

2009-06-30 Thread Thomas Watson
I cannot think of anything that would cause issues with dates. I suggest you open a bug so we can gather the necessary information and track the issue. Have you tried 3.5? Tom | | From: | |

Re: [equinox-dev] P2 Repo for Orbit

2009-06-30 Thread Thomas Watson
I opened orbit bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=282010 to track this. I get the same result, but if I try multiple times it seems to get the jar from a mirror correctly about half the time. Tom | | From: | |

[equinox-dev] org.osgi.framework.system.packages.extra system variable

2009-06-30 Thread Chris Hopkins
Hi all - I'm trying to get access to the com.sun.java.swing.plaf.windows.WindowsComboBoxUI class within my Equinox plug-in. I noticed back in April that Tom had referenced a org.osgi.framework.system.packages.extra system variable that can be set to add packages to the list of available

Re: [equinox-dev] org.osgi.framework.system.packages.extra system variable

2009-06-30 Thread Thomas Watson
This should work in 3.5. When you say you cannot import the WindowsComboBoxUI class do you mean you get a class loading error or do you get a resolution error when starting your bundle that uses that class? If you start with -console you should be able to run the packages command on the

Re: [equinox-dev] Unclear warning in DS when a service component provides inexisting/unimplemented interface

2009-06-30 Thread BJ Hargrave
You should probably open a bug for this. BJ Hargrave Senior Technical Staff Member, IBM OSGi Fellow and CTO of the OSGi Alliance hargr...@us.ibm.com Office: +1 386 848 1781 Mobile: +1 386 848 3788 - Original Message - From: Kirchev, Lazar [l.kirc...@sap.com] Sent: 06/30/2009 02:11 PM

RE: [equinox-dev] org.osgi.framework.system.packages.extrasystem variable

2009-06-30 Thread Chris Hopkins
Thanks Tom and BJ for quick answers. I should have been clearer...sorry. I am running into this issue at compile time. I just tried this: 1. Defined the org.osgi.framework.system.packages.extra=com.sun.java.swing.plaf.windows as a Windows environment variable 2. Started up Eclipse 3.5 with

RE: [equinox-dev] org.osgi.framework.system.packages.extrasystem variable

2009-06-30 Thread Chris Hopkins
Ahhh...there is my problem then. I'll have to wait on PDE suggestions or try to extract the classes into a separate bundle. Thanks, Chris THIS MESSAGE IS INTENDED FOR THE USE OF THE PERSON TO WHOM IT IS ADDRESSED. IT MAY CONTAIN INFORMATION THAT IS PRIVILEGED, CONFIDENTIAL AND

RE: [equinox-dev] org.osgi.framework.system.packages.extrasystem variable

2009-06-30 Thread Darin Wright
By default, the com.sun.java.swing.plaf.windows package is not exported by the system library. You can add an access rule to your system library to make the package accessible. You can do this on the Libraries tab of the Java Build Path project properties. Add an Accessible rule for

RE: [equinox-dev] org.osgi.framework.system.packages.extrasystem variable

2009-06-30 Thread Chris Hopkins
Thanks Darin! That worked perfectly. I will use the runtime variable as well so I should be all set now. - Chris THIS MESSAGE IS INTENDED FOR THE USE OF THE PERSON TO WHOM IT IS ADDRESSED. IT MAY CONTAIN INFORMATION THAT IS PRIVILEGED, CONFIDENTIAL AND EXEMPT FROM DISCLOSURE UNDER