Solved
Service not working on publish instance in AEM
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:
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:
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.
@2892159("1.0.0")
package sample.core.vo;
import org.osgi.annotation.versioning.Version;
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.