Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » osgi.dev property in eclipse 4.5.2(osgi.dev property seems not to work anymore in 4.5.2)
osgi.dev property in eclipse 4.5.2 [message #1733249] Wed, 25 May 2016 16:56 Go to next message
Dominik Brandl is currently offline Dominik BrandlFriend
Messages: 2
Registered: May 2016
Junior Member
We just upgraded from eclipse 4.3 to 4.5.2.

We are using osgi within a jboss eap server. In development, we reference the workspace plugins in the config.ini. We also used the osgi.dev in config.ini property to add our classes folder (target/classes) to the classpath. This worked fine in eclipse 4.3.

In eclipse 4.5.2 the this property seems to have no effect anymore. Was this removed in 4.5(.2), is there another way to tell the BundleClassloader where to find the class files?
Re: osgi.dev property in eclipse 4.5.2 [message #1733265 is a reply to message #1733249] Wed, 25 May 2016 14:06 Go to previous messageGo to next message
Thomas Watson is currently offline Thomas WatsonFriend
Messages: 503
Registered: July 2009
Senior Member
I think you are hitting https://bugs.eclipse.org/bugs/show_bug.cgi?id=446571

In 4.4 and 4.5 there are several settings that the framework is reading too early before the config.ini is even loaded. If you are using the servlet bridge within jboss then you can use the work around mentioned in that bug. If you are launching the framework yourself using the OSGi launching API then you can pass the osgi.dev param in with the Map you use the launch the framework.

Also trying one of the release candidates for Neon (4.6) would be helpful in making sure the issue is really fixed for you in the upcoming release.
Re: osgi.dev property in eclipse 4.5.2 [message #1733392 is a reply to message #1733249] Fri, 27 May 2016 08:10 Go to previous message
Dominik Brandl is currently offline Dominik BrandlFriend
Messages: 2
Registered: May 2016
Junior Member
Thank you very much, that seems to be the cause of my problem.
Previous Topic:Tomcat with Equinox OSGi Bridge and Gemini Blueprint
Next Topic:Equinox Launcher EXE vs. bundle jar
Goto Forum:
  


Current Time: Thu Apr 25 10:23:42 GMT 2024

Powered by FUDForum. Page generated in 0.03708 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top