Facing issues in bundle resolution
Hi All,
I am trying to integrate OrientDB with a simple AEM application. after the build, I am getting the error in osgi console as:
| Imported Packages | com.sun.jdi -- Cannot be resolved and overwritten by Boot Delegation com.sun.jdi.connect -- Cannot be resolved and overwritten by Boot Delegation com.sun.jdi.event -- Cannot be resolved and overwritten by Boot Delegation com.sun.jdi.request -- Cannot be resolved and overwritten by Boot Delegation |
In sling.properties file, as we used to add the below line
sling.bootdelegation.sun=sun.*,com.sun.*
I am using AEM 6.2, so this particular line is already present in sling.properties file. I am not able to get the pointer as what needs to be done to fix the issue.
Thanks in advance!