Getting org.apache.axis2 -- Cannot be resolved in OSGI bundle console of AEM6.1
- April 25, 2017
- 1 commentaire
- 2323 vue
HI I am trying to integrate SOAP based web service with AEM 6.1 using following steps.
Step-1: Generated stub using axis2-wsdl2code-maven-plugin in pom.xml
Step-2: Included target/generated-sources to class path of project
Step-3: Included target/generated-sources/axis2/wsdl2code/resources to class path using <phase>process-resources</phase>
Maven build got success and deployed the Bundle into AEM bundle console.(http://localhost:4502/system/console/bundles)
Not able to start deployed bundle due to getting below errors in console.
org.apache.axiom.om -- Cannot be resolved
org.apache.axiom.om.impl -- Cannot be resolved
org.apache.axiom.om.impl.llom -- Cannot be resolved
org.apache.axiom.soap -- Cannot be resolved
org.apache.axis2 -- Cannot be resolved
org.apache.axis2.addressing -- Cannot be resolved
org.apache.axis2.client -- Cannot be resolved
org.apache.axis2.client.async -- Cannot be resolved
org.apache.axis2.context -- Cannot be resolved
org.apache.axis2.description -- Cannot be resolved
org.apache.axis2.engine -- Cannot be resolved
org.apache.axis2.transport -- Cannot be resolved
org.apache.axis2.util -- Cannot be resolved
org.apache.axis2.wsdl -- Cannot be resolved
Please find the attached screenshot for same. and do the needful.
Thanks
Raju