JMS Client in AEM using Weblogic IntialContext
Hii,
I am creating a client code to post a message in weblogic queue from AEM.It is working fine in Standalone java main.
However stocked up with class loading issue while loading it from AEM.
These errors are coming while pkg installation import list.
weblogic.descriptor -- Cannot be resolved
weblogic.j2ee.descriptor -- Cannot be resolved
weblogic.jndi.factories.java -- Cannot be resolved
weblogic.jndi.internal -- Cannot be resolved
weblogic.logging from hrdi-integration (473)
weblogic.security.acl.internal -- Cannot be resolved
weblogic.utils.concurrent.atomic -- Cannot be resolved
weblogic.utils.jars -- Cannot be resolved
Please enlighten if anyone has implemented JMS client in AEM.