I am trying to implement the following article
http://helpx.adobe.com/adobe-cq/using/creating-cq-bundles-consume-web.html
But stuck with the below error while rendering the component in the page.
I have added the below jars bundles in Felix:
jaxws-api-2.1-1-osgi.jar
jaxws-rt-2.1.4.jar
javax.jws-1.0.jar
Is there any bundle still needs to be added for resolving the below error:
Caused by: java.lang.ClassNotFoundException: com.sun.xml.internal.ws.spi.ProviderImpl
at org.apache.sling.commons.classloader.impl.ClassLoaderFacade.loadClass(ClassLoaderFacade.java:127)
at java.lang.ClassLoader.loadClass(Unknown Source)
at javax.xml.ws.spi.FactoryFinder.safeLoadClass
Article summaryof the article? - Tuan