VMware {code} Community
SreeSindhuSruth
Enthusiast
Enthusiast
Jump to solution

Bundle dependencies exception - fling sdk

In service manifest.mf  all the packages has been in export-packages.

In UI manifest file the same packages has been updated in import-packages.

But the service layer doesn't have com.xxx.service the error in logs is as below:

failed. org.eclipse.virgo.kernel.osgi.framework.UnableToSatisfyBundleDependenciesException: Unable to satisfy dependencies of bundle

'com.xxx.xxx-ui' at version '1.0.0': Cannot resolve: com.xxx.xxx-ui

    Resolver report:

        An Import-Package could not be resolved. Resolver error data <Import-Package: com.xxx.service; version="1.0.0">.

Caused by missing constraint in bundle <com.xxx.xxx-ui_1.0.0>

             constraint: <Import-Package: com.xxx.service; version="1.0.0">

0 Kudos
1 Solution

Accepted Solutions
SreeSindhuSruth
Enthusiast
Enthusiast
Jump to solution

Resolved it. Marking it as answered.

View solution in original post

0 Kudos
1 Reply
SreeSindhuSruth
Enthusiast
Enthusiast
Jump to solution

Resolved it. Marking it as answered.

0 Kudos