Hi,
I written one service and then installed as osgi bundle , it is working on author instance, but not working on publish instance
Below is the issue:
Solved! Go to Solution.
Views
Replies
Total Likes
Please validate the bundle in OSGi console that the package "sample.core.vo" is exported.
If not, please add a package-info.java in the codebase under this package.
@version("1.0.0")
package sample.core.vo;
import org.osgi.annotation.versioning.Version;
Can you check if the bundle is active on publish?
Via /system/console/bundles
Please validate the bundle in OSGi console that the package "sample.core.vo" is exported.
If not, please add a package-info.java in the codebase under this package.
@version("1.0.0")
package sample.core.vo;
import org.osgi.annotation.versioning.Version;
Views
Likes
Replies