Results 1 to 3 of 3
Thread: bundles not resolved
- 03-07-2012, 06:49 PM #1
Member
- Join Date
- Sep 2008
- Posts
- 9
- Rep Power
- 0
bundles not resolved
Hello everyone.
I'm pretty new to java and I've been asked to do some minor changes in a project that is already finished. Problem is I can't really get it to run from the sources I've been provided with and can't contact the author to get some feedback.
As far as my limited java experience is telling me, it's an OSGI application with of 3 bundles:
- com.xxx.yyy.service
- com.xxx.yyy.service.external.interfaces
- com.xxx.yyy.service.external.selfimplementation
When I try to run it, I can see the splash screen for a while, but then an error appears. In the error log I can see the following:
Now, I imagine there's something wrong with run configurations, project properties or there's an eclipse plugin I'm missing but as I have no experience in OSGI apps, I'm running in the dark here.One or more bundles are not resolved because the following root constraints are not resolved:
Bundle reference:file:/D:/Programy/eclipse/workspace/core/com.xxx.yyy.service/ was not resolved.
Missing imported package com.xxx.yyy.service.external.selfimplementation.da taaccess_0.0.0.
Missing imported package com.xxx.yyy.service.external.interfaces.businessen tities_0.0.0.
Missing imported package com.xxx.yyy.service.external.selfimplementation.ma pping_0.0.0.
Missing imported package com.xxx.yyy.service.external.interfaces.dataaccess _0.0.0.
Missing required bundle com.xxx.yyy.service.external.selfimplementation_1. 0.0.
Missing required bundle com.xxx.yyy.service.external.interfaces_1.0.0.
I tried selecting the right bundles in "project references" in projects properties.
Also tried selecting plugins in run configuration - there are some effects, but they are usually giving me more errors like those above.
Any help would be appreciated. If there's any additional info you need, let me know where to find it and I'll provide :)
Thanks in advance!
- 03-07-2012, 06:51 PM #2
Re: bundles not resolved
Looks like an Eclipse-specific problem. Moving from New to Java.
dbWhy do they call it rush hour when nothing moves? - Robin Williams
- 03-13-2012, 10:13 AM #3
Member
- Join Date
- Sep 2008
- Posts
- 9
- Rep Power
- 0
Similar Threads
-
dataInputStream cannot be resolved in GUI class
By tmboredi in forum New To JavaReplies: 12Last Post: 01-13-2012, 03:33 PM -
canvasObject cannot be resolved.
By falconfetus8 in forum New To JavaReplies: 10Last Post: 12-30-2011, 11:42 PM -
Array cannot be resolved
By aqeel2010 in forum New To JavaReplies: 4Last Post: 10-07-2011, 06:38 PM -
HttpServletRequest cannot be resolved-- Help me
By hphuoc in forum Java ServletReplies: 1Last Post: 04-26-2011, 09:23 AM -
HibernateUtil cannot be resolved
By fierof2 in forum Advanced JavaReplies: 14Last Post: 02-01-2011, 02:24 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks