This content has been marked as final.
Show 2 replies
-
1. Re: import cannot be resolved issue
rush_pawan May 31, 2013 11:07 AM (in response to Veena_07)Hi Veena,
When any bundle deploys in felix console it resolves all its package import via taking reference of api shared through other bundles using export-package property set in bundle. Where as when you work on same bundle using any editor (for example CRXDE ) you will not get those export api support here and you have to manually add/configure to your application as we normally do for other java application (and if you are using any build tool like Maven then API dependencies should be resolved through adding those dependencies in pom.xml)
I hope it clarifies your doubt. Let me know for more information.
Thanks,
Pawan
-
2. Re: import cannot be resolved issue
Veena_07 Jun 4, 2013 12:27 AM (in response to rush_pawan)Thanks pawan I think dats the correct answer for me

