RE: How to solve Startup dependency

2010-04-20 Thread Mahammad Nasir
I think this would have solved my problem.Since In my case I have the right to chose startup order. But problem is I have to specify start level order in Manifest file. (Not programatically) . Is there is any way I can specify this in Manifest file? AFAIK it is not possible. But I feel start

RE: Maven + OBR API problem

2010-04-20 Thread Nick Wilson
Why is Maven including that version of the core API? Because it is listed as a dependency. Take a look at the pom (http://repo2.maven.org/maven2/org/apache/felix/org.osgi.service.obr/1.0 .2/org.osgi.service.obr-1.0.2.pom) Is there some way I can tell it not to? Yes. See

Re: How to solve Startup dependency

2010-04-20 Thread Marcel Offermans
On Apr 20, 2010, at 10:04 , Mahammad Nasir wrote: I think this would have solved my problem.Since In my case I have the right to chose startup order. But problem is I have to specify start level order in Manifest file. (Not programatically) . Is there is any way I can specify this in

Apache Felix Website doesn't work proper

2010-04-20 Thread Matthias Neubert
Hello, today I had several problems with the Apache Felix project website E.g. http://felix.apache.org/site/building-felix.html returns Not Found - The requested URL /site/building-felix.html was not found on this server. Also the layout of the website seems to be broken. Can someone please

Re: Apache Felix Website doesn't work proper

2010-04-20 Thread Matthias Neubert
Hi http://felix.apache.org/site/downloads.cgi Its the first hit on google, an then I click download. On this page is the link. It is only an example. The whole page doesn't look like I am used to. There is no frame on the left side and so on. some other examples

Re: Apache Felix Website doesn't work proper

2010-04-20 Thread Felix Meschberger
Hi, I have just exported the site again from Confluence. Waiting an hour or so to see whether it helps. Otherwise I will contact infra@ Regards Felix On 20.04.2010 20:31, Richard S. Hall wrote: Yeah, the site is messed up for me too. There have been some Confluence issues at Apache recently

Classloading issue with the core jdk classes

2010-04-20 Thread Shrivallabh Deshmukh
My plugin uses the webservices api which relies on creating an https connection. The bundle class loader cannot resolve the classes present with the jre (jsse jar) java.lang.NoClassDefFoundError: javax/net/ssl/HostnameVerifier I tried adding jsse.jar explicitly using the manifest

Re: Classloading issue with the core jdk classes

2010-04-20 Thread Ali Naddaf
I believe you need to import javax.* packages explicitly; only java.* packages are visible by default. Ali. On 4/20/2010 1:59 PM, Shrivallabh Deshmukh wrote: My plugin uses the webservices api which relies on creating an https connection. The bundle class loader cannot resolve the classes

Re: Classloading issue with the core jdk classes

2010-04-20 Thread Shrivallabh Deshmukh
Once I did that, it started cribbing for sun internal packages. Isnt there a simpler method to ensure that all jdk classes are available by default? On Wed, Apr 21, 2010 at 12:34 AM, Ali Naddaf ali.nad...@gmail.com wrote: I believe you need to import javax.* packages explicitly; only java.*

Re: Classloading issue with the core jdk classes

2010-04-20 Thread Richard S. Hall
On 4/20/10 15:36, Shrivallabh Deshmukh wrote: Once I did that, it started cribbing for sun internal packages. Isnt there a simpler method to ensure that all jdk classes are available by default? Not really. Bundles have to express their dependencies. However, javax.* packages shouldn't

Re: Apache Felix Website doesn't work proper

2010-04-20 Thread Elliot Huntington
Looks to me like the site is in worse condition now than it was before. On Tue, Apr 20, 2010 at 12:55 PM, Felix Meschberger fmesc...@gmail.com wrote: Hi, I have just exported the site again from Confluence. Waiting an hour or so to see whether it helps. Otherwise I will contact infra@