Level 1
Level 2
Melden Sie sich an, um alle Badges zu sehen
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:
Gelöst! Gehe zu Lösung.
Zugriffe
Antworten
Likes gesamt
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;