@Anudeep_Garnepudi - There are two export package section in the bundle header. The one is “Exported Packages” at the top which is empty and another one says “Export-Package” which has the package details which is below Import Package section. Can you tell me what could be the issue even though we h...
@Anudeep_Garnepudi - I have already added the package-info in my package, I still don't see "Private-Package" section in the bundle. In order to make the model available, the package should be listed in the Private-Package section?
Hi Everyone - I am using maven-bundle-plugin artifact in the core module. The issue I am facing is sling model not available, I found that Export Package header in the bundle MANIFEST.MF section is empty which causes the issues with the sling models.I have also tried with "bnd-maven-plugin" artifact...
Hi All - I am getting the below error. Because of this issue, the bundle is not getting resolved. Can someone help with this? 03.02.2021 00:06:45.616 *ERROR* [ anonymous-nosite-127.0.0.1-777db039-8efb-4aec-80a5-04ac005ebd09 ] org.apache.felix.http.jetty %bundles.pluginTitle: Cannot start (org.osgi.f...
@arunpatidar - I have already gone through this link. If I add/install the jsoup jar separately in console, the bundle gets resolved but I don't want to install the required bundles separately. Basically I just wanted to include it in project bundle itself. I am getting the error in "Import Packages...
@Anudeep_Garnepudi - I have already removed scope, systempath and also embed-dependency as well. I see the issue in "Import Packages" section, so I have added <Import-Package>org.jsoup.*</Import-Package>. The bundle is not getting resolved.
@Kiran_Vedantam - I have installed the bundle in the instance as well. I still see issues with the JSOUP bundle. I have extracted the project bundle as well, the included jar is not available.
@Kiran_Vedantam - I have already tried this as well. This jar needs to be included in my project's bundle so I added <Embed-Dependency> in core module POM but it is not including in the bundle.
Hello All - I am getting the below error because of that, OSGi bundle is not starting. org.jsoup,version=[1.9,2) -- Cannot be resolvedorg.jsoup.nodes,version=[1.9,2) -- Cannot be resolvedorg.jsoup.select,version=[1.9,2) -- Cannot be resolved Basically I just wanted to include JSOUP jar that should b...