{"id":44,"date":"2014-06-03T10:37:00","date_gmt":"2014-06-03T10:37:00","guid":{"rendered":"https:\/\/scgindia.in\/lhotsetechnologies\/dev\/2014\/06\/03\/adobe-cq5-integration-with-apache-cxf\/"},"modified":"2020-01-17T10:48:42","modified_gmt":"2020-01-17T10:48:42","slug":"adobe-cq5-integration-with-apache-cxf","status":"publish","type":"post","link":"https:\/\/lhotsetechnologies.com\/blog\/adobe-cq5-integration-with-apache-cxf\/","title":{"rendered":"Adobe CQ5 Integration With Apache CXF"},"content":{"rendered":"<div dir=\"ltr\" style=\"text-align: left;\">\n<div style=\"text-align: justify;\">During project development, I got a task in which I have to <b>integrate CQ 5.6.1 with Apache CXF<\/b>. In this post I&#8217;ll discuss <b>first&nbsp;approach<\/b>&nbsp;for this integration. This post is based on the&nbsp;<span style=\"color: #274e13;\"><a href=\"http:\/\/www.pro-vision.de\/content\/medialib\/pro-vision\/production\/adaptto\/2011\/110915_adaptto_slingcxf-pdf\/_jcr_content\/renditions\/rendition.file\/110915_adaptto_sling_cxf.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">discussion<\/a>&nbsp;in adaptTo() conference &nbsp;2011.<\/span><\/div>\n<div style=\"text-align: justify;\"><b><span style=\"color: #660000;\">Brief Introduction to Apache CXF&nbsp;<\/span><\/b><\/div>\n<div style=\"text-align: justify;\"><span style=\"color: #274e13;\"><i>&#8220;Apache CXF is an open source services framework. It uses JAX-WS and JAX-RS APIs so that it can handle a variety of protocols such as SOAP, XML\/HTTP, RESTful HTTP, or CORBA and work over a variety of transports such as HTTP, JMS or JBI.&#8221;<\/i><\/span><\/div>\n<div style=\"text-align: justify;\">&nbsp;<\/div>\n<div style=\"text-align: justify;\"><b style=\"color: #660000;\">Platform used<\/b><\/div>\n<div style=\"text-align: justify;\">\n<ol>\n<li><span style=\"color: #274e13;\">JDK 1.6 or higher version.<\/span><\/li>\n<li><span style=\"color: #274e13;\">Maven 3.0.4.<\/span><\/li>\n<li><span style=\"color: #274e13;\">Adobe CQ 5.6.<\/span><\/li>\n<\/ol>\n<\/div>\n<div style=\"text-align: justify;\"><b><span style=\"color: #660000;\">Goals of this Post<\/span><\/b><br \/>\n<b><\/b>&nbsp;&nbsp;<\/p>\n<ol>\n<li><span style=\"text-align: center;\"><span style=\"color: #274e13;\">Adobe CQ integration with Apache CXF.<\/span><\/span><\/li>\n<li><span style=\"text-align: center;\"><span style=\"color: #274e13;\">Java proxy classes generation from a wsdl file&nbsp;Using Apache CXF in CQ project.<\/span><\/span><\/li>\n<li><span style=\"text-align: center;\"><span style=\"color: #274e13;\">Use these proxy classes in Adobe CQ5.<\/span><\/span><\/li>\n<\/ol>\n<p>I have created a maven project with two sub-modules one is bundle &amp; other is content so that there are<\/p>\n<div style=\"text-align: center;\">\n<div style=\"text-align: left;\"><span style=\"text-align: justify;\">three <\/span><b style=\"text-align: justify;\">pom.xml<\/b><span style=\"text-align: justify;\"> files <\/span><b style=\"text-align: justify;\">one for each i.e. parent, bundle, content.<\/b><\/div>\n<\/div>\n<\/div>\n<div style=\"text-align: justify;\">My project structure looks like &#8211;&nbsp;&nbsp;<\/p>\n<div style=\"clear: both; text-align: center;\">&nbsp;<\/div>\n<div style=\"clear: both; text-align: center;\"><a style=\"clear: left; float: left; margin-bottom: 1em; margin-left: 1em;\" href=\"http:\/\/1.bp.blogspot.com\/-3J2dfkmUNhU\/U4M1hsjYKNI\/AAAAAAAAAoA\/A1qn4a2293E\/s1600\/project.jpg\"><img decoding=\"async\" src=\"http:\/\/1.bp.blogspot.com\/-3J2dfkmUNhU\/U4M1hsjYKNI\/AAAAAAAAAoA\/A1qn4a2293E\/s1600\/project.jpg\"><\/a><\/div>\n<p>&nbsp;First I will create proxy classes based on wsdl file using &nbsp; &nbsp;Apache CXF. For this post, wsdl url is &#8211;<br \/>\n&nbsp;<a href=\"http:\/\/www.webservicex.net\/ConvertTemperature.asmx\">http:\/\/www.webservicex.net\/ConvertTemperature.asmx<\/a><\/p>\n<\/div>\n<div style=\"text-align: justify;\">&nbsp;It is a temperature converter service.&nbsp;&nbsp;<\/p>\n<p>&nbsp;In this service, I provide<b>&nbsp;temperature in&nbsp;<span style=\"background-color: white; color: #252525; font-family: sans-serif; font-size: 14px; line-height: 22px; text-align: start;\">Celcius<\/span><\/b>&nbsp;&amp; it &nbsp;<b>convert<\/b>&nbsp;it into&nbsp;<b>Fahrenheit<\/b>.<\/p>\n<p>&nbsp;When you Open this link you will see a link <b>&#8220;service &nbsp;Description&#8221;.&nbsp;<\/b><br \/>\n<b><br \/>\n<\/b><b>&nbsp;Click on <\/b>It, you will get a wsdl related to this service.<\/p>\n<p><b>&nbsp;Save<\/b> this wsdl file with a name<br \/>\n<b>&nbsp;ConvertTemperature.wsdl.<\/b><br \/>\n<b><br \/>\n<\/b><b>&nbsp;Go<\/b> to <b>your project<\/b> and <b>create a folder<\/b> named as <b>wsdl<\/b>&nbsp;as &nbsp;shown in fig. &amp; <b>place&nbsp;<\/b><b>ConvertTemperature.wsdl<\/b><b>&nbsp;file in &nbsp;this folder<\/b>.<\/p>\n<\/div>\n<div style=\"text-align: justify;\"><span style=\"text-align: left;\">Now copy &amp; paste these dependencies in to your <\/span><b style=\"text-align: left;\">projects parent pom.xml<\/b><span style=\"text-align: left;\"> file.<\/span><\/div>\n<p><span style=\"font-size: 14px;\"><br \/>\n<\/span><span style=\"color: #660000; font-size: 14px;\"><b>&lt;!&#8211; Apache CXF Dependencies &#8211;&gt;<\/b><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;dependency&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;groupId&gt;org.apache.cxf&lt;\/groupId&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;artifactId&gt;cxf-bundle-minimal&lt;\/artifactId&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;version&gt;2.7.11&lt;\/version&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;exclusions&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;exclusion&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;groupId&gt;org.springframework&lt;\/groupId&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;artifactId&gt;spring-jms&lt;\/artifactId&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;\/exclusion&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;exclusion&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;groupId&gt;org.springframework&lt;\/groupId&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;artifactId&gt;spring-aop&lt;\/artifactId&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;\/exclusion&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;exclusion&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;groupId&gt;org.springframework&lt;\/groupId&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;artifactId&gt;spring-beans&lt;\/artifactId&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;\/exclusion&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;exclusion&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;groupId&gt;org.springframework&lt;\/groupId&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;artifactId&gt;spring-core&lt;\/artifactId&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;\/exclusion&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;exclusion&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;groupId&gt;org.springframework&lt;\/groupId&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;artifactId&gt;spring-context&lt;\/artifactId&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;\/exclusion&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;exclusion&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;groupId&gt;org.springframework&lt;\/groupId&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;artifactId&gt;spring-expression&lt;\/artifactId&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;\/exclusion&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;exclusion&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;groupId&gt;org.springframework&lt;\/groupId&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;artifactId&gt;spring-asm&lt;\/artifactId&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;\/exclusion&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;exclusion&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;groupId&gt;org.springframework&lt;\/groupId&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;artifactId&gt;spring-tx&lt;\/artifactId&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;\/exclusion&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;exclusion&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;groupId&gt;org.eclipse.jetty&lt;\/groupId&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;artifactId&gt;jetty-server&lt;\/artifactId&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;\/exclusion&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;exclusion&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;groupId&gt;org.eclipse.jetty&lt;\/groupId&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;artifactId&gt;jetty-continuation&lt;\/artifactId&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;\/exclusion&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;exclusion&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;groupId&gt;org.eclipse.jetty&lt;\/groupId&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;artifactId&gt;jetty-http&lt;\/artifactId&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;\/exclusion&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;exclusion&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;groupId&gt;org.eclipse.jetty&lt;\/groupId&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;artifactId&gt;jetty-io&lt;\/artifactId&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;\/exclusion&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;exclusion&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;groupId&gt;org.eclipse.jetty&lt;\/groupId&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;artifactId&gt;jetty-util&lt;\/artifactId&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;\/exclusion&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;exclusion&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;groupId&gt;org.eclipse.jetty&lt;\/groupId&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;artifactId&gt;jetty-security&lt;\/artifactId&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;\/exclusion&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;exclusion&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;groupId&gt;org.slf4j&lt;\/groupId&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;artifactId&gt;slf4j-api&lt;\/artifactId&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;\/exclusion&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;\/exclusions&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;\/dependency&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;dependency&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;groupId&gt;com.sun.xml.bind&lt;\/groupId&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;artifactId&gt;jaxb-xjc&lt;\/artifactId&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;version&gt;2.2.6&lt;\/version&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;scope&gt;compile&lt;\/scope&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;\/dependency&gt;<\/span><\/span><br \/>\n<span style=\"font-size: 14px;\"><br \/>\n<\/span>In<b> parent pom.xml file<\/b> and search for<b> maven-bundle-plugin<\/b> &amp; replace this plugin definition with given configuration<\/p>\n<p><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style=\"color: #660000;\">&nbsp;<\/span><\/span><span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&lt;plugin&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;groupId&gt;org.apache.felix&lt;\/groupId&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;artifactId&gt;maven-bundle-plugin&lt;\/artifactId&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;version&gt;2.3.7&lt;\/version&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;extensions&gt;true&lt;\/extensions&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;configuration&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;instructions&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;Export-Package&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; com.ig.integration;version=${project.version},<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; com.ig.util.*;version=${project.version},<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;\/Export-Package&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;Include-Resource&gt;{maven-resources}&lt;\/Include-Resource&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;Private-Package&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; javax.wsdl;-split-package:=merge-first,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.apache.cxf;-split-package:=merge-first,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.apache.cxf.*;-split-package:=merge-first,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; javax.xml.*;-split-package:=merge-first,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.apache.ws.commons.schema.resolver.*;-split-package:=merge-first,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.apache.ws.commons.schema.extensions.*;-split-package:=merge-first,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.apache.ws.commons.schema.*;-split-package:=merge-first,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; com.ig.integration.impl.*,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; net.webservicex,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;\/Private-Package&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;Include-Resource&gt;{maven-resources}&lt;\/Include-Resource&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;Embed-Dependency&gt;*;scope=compile|runtime;inline=false&lt;\/Embed-Dependency&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;Embed-Transitive&gt;true&lt;\/Embed-Transitive&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;DynamicImport-Package&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; com.sun.javadoc,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; com.sun.tools.javadoc,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.eclipse.jetty,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; com.wordnik.swagger.jaxrs.config,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; com.wordnik.swagger.jaxrs.listing,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; com.sun.mirror.type,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; com.sun.msv.*,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; com.sun.source.tree,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; com.sun.source.util,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; com.sun.xml.fastinfoset.sax,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; com.sun.xml.fastinfoset.stax,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; javax.persistence,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; javax.persistence.criteria,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; javax.persistence.metamodel,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; javax.resource.spi.endpoint,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; jp.co.swiftinc.relax.schema,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; jp.co.swiftinc.relax.verifier,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; junit.framework,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; net.jcip.annotations,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; net.sf.cglib.proxy,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.apache.aries.blueprint,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.apache.aries.blueprint.mutable,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.apache.avalon.framework.logger,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.apache.axiom.om,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.apache.commons.ssl,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.apache.crimson.jaxp,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.apache.cxf.tools.common,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.apache.cxf.tools.common.model,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.apache.cxf.tools.util,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.apache.cxf.tools.validator,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.apache.cxf.tools.wsdlto.core,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.apache.cxf.ws.mex,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.apache.cxf.ws.mex.model._2004_09,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.apache.geronimo.osgi.registry.api,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.apache.log4j.spi,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.apache.lucene.document,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.apache.lucene.index,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.apache.lucene.search,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.apache.mina.core.buffer,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.apache.mina.core.filterchain,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.apache.mina.core.future,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.apache.mina.core.service,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.apache.mina.core.session,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.apache.mina.filter.codec,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.apache.mina.filter.logging,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.apache.mina.transport.socket.nio,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.apache.tools.ant,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.apache.tools.ant.taskdefs,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.apache.tools.ant.taskdefs.compilers,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.apache.tools.ant.types,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.apache.velocity,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.apache.velocity.app,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.apache.velocity.context,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.apache.xerces.impl.xpath.regex,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.apache.xerces.parsers,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.apache.xml.dtm,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.apache.xml.utils,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.apache.xpath,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.apache.xpath.compiler,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.apache.xpath.functions,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.apache.xpath.objects,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.bouncycastle.asn1,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.bouncycastle.asn1.x509,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.bouncycastle.util,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.bouncycastle.util.encoders,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.bouncycastle.x509.extension,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.codehaus.jettison,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.codehaus.jettison.badgerfish,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.codehaus.jettison.json,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.codehaus.jettison.mapped,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.codehaus.jettison.util,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.dom4j,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.dom4j.io,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.eclipse.jetty.continuation,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.eclipse.jetty.http,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.eclipse.jetty.io,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.eclipse.jetty.security,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.eclipse.jetty.server,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.eclipse.jetty.server.handler,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.eclipse.jetty.server.nio,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.eclipse.jetty.server.session,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.eclipse.jetty.server.ssl,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.eclipse.jetty.util.component,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.eclipse.jetty.util.thread,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.hibernate,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.hibernate.cache,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.hibernate.cache.access,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.hibernate.cfg,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.hibernate.impl,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.hibernate.stat,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.hibernate.transaction,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.jdom,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.joda.convert,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.junit,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.jvnet.fastinfoset,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.jvnet.staxex,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.springframework.aop,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.springframework.aop.framework,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.springframework.aop.support,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.springframework.beans,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.springframework.beans.factory,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.springframework.beans.factory.annotation,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.springframework.beans.factory.config,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.springframework.beans.factory.support,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.springframework.beans.factory.wiring,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.springframework.beans.factory.xml,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.springframework.context,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.springframework.context.annotation,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.springframework.context.event,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.springframework.context.support,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.springframework.core,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.springframework.core.io,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.springframework.core.io.support,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.springframework.core.task,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.springframework.jms,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.springframework.jms.connection,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.springframework.jms.core,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.springframework.jms.listener,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.springframework.jms.support,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.springframework.jms.support.converter,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.springframework.jms.support.destination,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.springframework.jndi,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.springframework.transaction,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.springframework.transaction.support,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.springframework.util,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.springframework.web.context,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.springframework.web.context.support,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.springframework.web.servlet,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.springframework.web.servlet.handler,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.springframework.web.servlet.mvc,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.apache.log,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.osgi.service.blueprint.container,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.osgi.service.blueprint.reflect,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; org.owasp.esapi,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; sun.misc,<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; sun.nio.cs<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;\/DynamicImport-Package&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;\/instructions&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;\/configuration&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;\/plugin&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\"><br \/>\n<\/span><\/span><\/p>\n<div style=\"text-align: justify;\">Copy &amp; paste the given dependencies into your&nbsp;<b>bundle pom.xml&nbsp;<\/b>file.&nbsp;&nbsp;<\/p>\n<\/div>\n<p><span style=\"color: #660000; font-size: 14px;\"><b>&lt;!&#8211; Apache CXF Dependencies &#8211;&gt;<\/b><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;dependency&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;groupId&gt;org.apache.cxf&lt;\/groupId&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;artifactId&gt;cxf-bundle-minimal&lt;\/artifactId&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;\/dependency&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;dependency&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;groupId&gt;com.sun.xml.bind&lt;\/groupId&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;artifactId&gt;jaxb-xjc&lt;\/artifactId&gt;<\/span><\/span><span style=\"color: #660000; font-size: 14px;\">&nbsp;<\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;\/dependency&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\"><br \/>\n<\/span><\/span>In&nbsp;<b>bundle pom.xml<\/b>&nbsp;file search for&nbsp;<b>maven-bundle-plugin<\/b>&nbsp;and replace that plugin with<\/p>\n<p><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style=\"color: #660000;\">&nbsp;<\/span><\/span><span style=\"font-size: 14px;\"><span style=\"color: #660000;\">&lt;plugin&gt;<\/span><\/span><br \/>\n<span style=\"font-size: 14px;\"><span style=\"color: #660000;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;groupId&gt;org.apache.felix&lt;\/groupId&gt;<\/span><\/span><br \/>\n<span style=\"font-size: 14px;\"><span style=\"color: #660000;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;artifactId&gt;maven-bundle-plugin&lt;\/artifactId&gt;<\/span><\/span><br \/>\n<span style=\"font-size: 14px;\"><span style=\"color: #660000;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;extensions&gt;true&lt;\/extensions&gt;<\/span><\/span><br \/>\n<span style=\"font-size: 14px;\"><span style=\"color: #660000;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;configuration&gt;<\/span><\/span><br \/>\n<span style=\"font-size: 14px;\"><span style=\"color: #660000;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;instructions&gt;<\/span><\/span><br \/>\n<span style=\"font-size: 14px;\"><span style=\"color: #660000;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;Bundle-SymbolicName&gt;integration_cq_cxf&lt;\/Bundle-SymbolicName&gt;<\/span><\/span><br \/>\n<span style=\"font-size: 14px;\"><span style=\"color: #660000;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;\/instructions&gt;<\/span><\/span><br \/>\n<span style=\"font-size: 14px;\"><span style=\"color: #660000;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;\/configuration&gt;<\/span><\/span><br \/>\n<span style=\"font-size: 14px;\"><span style=\"color: #660000;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;\/plugin&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000; font-size: 14px;\"><br \/>\n<\/span><b>Also add given plugin into &lt;plugins&gt; tag in your bundle pom.xml file.<\/b><br \/>\n<span style=\"color: #444444;\"><b><br \/>\n<\/b><\/span><span style=\"font-size: 14px;\"><span style=\"color: #660000;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;<\/span><\/span><span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&lt;plugin&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;groupId&gt;org.apache.cxf&lt;\/groupId&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;artifactId&gt;cxf-codegen-plugin&lt;\/artifactId&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;version&gt;2.6.2&lt;\/version&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;executions&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;execution&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;id&gt;generate-sources&lt;\/id&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;phase&gt;generate-sources&lt;\/phase&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;configuration&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;<b>&lt;sourceRoot&gt;${basedir}\/src\/main\/java&lt;\/sourceRoot&gt;<\/b><\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;wsdlRoot&gt;${basedir}\/src\/main\/wsdl&lt;\/wsdlRoot&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;wsdlOptions&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;<b>&lt;wsdlOption&gt;<\/b><\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\"><b>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;wsdl&gt;${basedir}\/src\/main\/wsdl\/ConvertTemperature.wsdl&lt;\/wsdl&gt;<\/b><\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\"><b>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;\/wsdlOption&gt;<\/b><\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;\/wsdlOptions&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;\/configuration&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;goals&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;goal&gt;wsdl2java&lt;\/goal&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;\/goals&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;\/execution&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;\/executions&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;\/plugin&gt;<\/span><\/span><br \/>\n<span style=\"color: #660000;\"><br \/>\n<\/span><\/p>\n<div style=\"text-align: justify;\">This plugin is used to create Java files based on&nbsp;<b>ConvertTemperature.wsdl&nbsp;<\/b>file. This plugin have two paths. These are &#8211;<\/div>\n<div style=\"text-align: justify;\">\n<ol>\n<li><b>&lt;sourceRoot&gt; &lt;\/sourceRoot&gt;&nbsp;<\/b>It indicates the location where all the java class files will be generated.&nbsp;i.e. It will generate all java file under&nbsp;<b>\/&lt;project&gt;\/src\/main\/java folder<\/b>.<\/li>\n<li><b>&lt;wsdlOption&gt;&lt;\/wsdlOption&gt;<\/b>&nbsp;It indicates the&nbsp;<b>location of wsdl&nbsp;<\/b>file.<\/li>\n<\/ol>\n<\/div>\n<div style=\"text-align: justify;\"><span style=\"color: #274e13;\"><b>Note : &nbsp;<\/b><\/span><br \/>\n<span style=\"color: #274e13;\"><b>If you don&#8217;t want to save wsdl file locally then just write the url of your web service&nbsp;wsdl file in &lt;wsdl&gt; tag under &lt;wsdlOption&gt; tag in&nbsp;cxf-codegen-plugin so that<\/b><\/span><span style=\"color: #274e13; text-align: left;\"><b>&nbsp;your cxf-codegen-plugin looks like<\/b><\/span><\/div>\n<p><b>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&#8230;.. &nbsp;&nbsp;<\/b><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\"><b>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;wsdlOptions&gt;<\/b><\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\"><b>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&lt;wsdlOption&gt;<\/b><\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\"><b>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;wsdl&gt;<\/b><\/span><\/span><b style=\"text-align: justify;\"><span style=\"color: #660000; font-size: 14px;\">http:\/\/www.webservicex.net\/ConvertTemperature.asmx?WSDL<\/span><\/b><span style=\"color: #660000;\"><span style=\"font-size: 14px;\"><b>&lt;\/wsdl&gt;<\/b><\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\"><b>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;\/wsdlOption&gt;<\/b><\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\"><b>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;\/wsdlOptions&gt;<\/b><\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\"><b>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &#8230;..<\/b><\/span><\/span><br \/>\n<span style=\"color: #660000;\"><span style=\"font-size: 14px;\"><b><br \/>\n<\/b><\/span><\/span><\/p>\n<div style=\"text-align: justify;\">Configuration part has been completed i.e. your code have all the required dependencies to interact with Apache CXF.<\/div>\n<div style=\"text-align: justify;\">&nbsp;<\/div>\n<div style=\"text-align: justify;\">first check whether your <b>code-generation-plugin<\/b> is working or not. For checking go to your project location on your console and run-&nbsp;<b>mvn&nbsp;generate-sources<span style=\"color: #660000;\">&nbsp;<\/span><\/b>command. it will generate the required java proxy files based on the <b>ConvertTemperature.wsdl<\/b> file.<\/div>\n<p>&nbsp;<\/p>\n<div style=\"text-align: justify;\"><b><span style=\"color: #990000;\">Note :&nbsp;<\/span><\/b><br \/>\n<b><span style=\"color: #990000;\">Before running this command first delete all the file from your project target folders else it will not generate these classes.<\/span><\/b><br \/>\n<b><span style=\"color: #990000;\">Your project may need some other dependencies related to your code, make sure all those dependencies are also available.<\/span><\/b><\/div>\n<div style=\"text-align: justify;\"><b>&nbsp;<\/b><\/div>\n<div style=\"text-align: justify;\">After running this command you will see <b>net.webservice package under \/src\/java.<\/b>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;<\/div>\n<p>&nbsp;<\/p>\n<div style=\"text-align: justify;\">Let&#8217;s write some code for testing what we have done. Create a <b>JaxWsClientFactory.java <\/b>class in any of your package in my case it is <b>com.util<\/b>; Copy this code into that file<\/div>\n<p><span style=\"color: #274e13; font-size: 14px;\">package com.ig.util;<\/span><br \/>\n<span style=\"color: #274e13;\"><span style=\"font-size: 14px;\"><br \/>\n<\/span><span style=\"font-size: 14px;\">import org.apache.cxf.BusFactory;<\/span><\/span><br \/>\n<span style=\"color: #274e13; font-size: 14px;\">import org.apache.cxf.jaxws.JaxWsProxyFactoryBean;<\/span><br \/>\n<span style=\"color: #274e13;\"><span style=\"font-size: 14px;\"><br \/>\n<\/span><span style=\"font-size: 14px;\"><b>public class JaxWsClientFactory {<\/b><\/span><\/span><br \/>\n<span style=\"color: #274e13;\"><span style=\"font-size: 14px;\"><br \/>\n<\/span><span style=\"font-size: 14px;\">&nbsp; &nbsp; private JaxWsClientFactory() { \/* NO CONSTRUCTOR *\/}<\/span><\/span><br \/>\n<span style=\"color: #274e13;\"><span style=\"font-size: 14px;\"><br \/>\n<\/span><span style=\"font-size: 14px;\">&nbsp; &nbsp; <b>public static &lt;T&gt; T create(Class&lt;T&gt; ParentClass, String portUrl) {&nbsp; &nbsp; &nbsp; &nbsp;<\/b><\/span><\/span><br \/>\n<span style=\"color: #274e13; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; return JaxWsClientFactory.create(ParentClass, portUrl, null, null);&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;<\/span><br \/>\n<span style=\"color: #274e13; font-size: 14px;\">&nbsp; &nbsp; }<\/span><br \/>\n<span style=\"color: #274e13;\"><span style=\"font-size: 14px;\"><br \/>\n<\/span><span style=\"font-size: 14px;\">&nbsp; &nbsp; <b>public static &lt;T&gt; T create(Class&lt;T&gt; ParentClass, String portUrl, String userName, String password) {<\/b><\/span><\/span><br \/>\n<span style=\"color: #274e13;\"><span style=\"font-size: 14px;\"><br \/>\n<\/span><span style=\"font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; JaxWsProxyFactoryBean jaxWsProxyFactoryBean = new JaxWsProxyFactoryBean();<\/span><\/span><br \/>\n<span style=\"color: #274e13; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; try {<\/span><br \/>\n<span style=\"color: #274e13; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; jaxWsProxyFactoryBean.setServiceClass(ParentClass);<\/span><br \/>\n<span style=\"color: #274e13; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; jaxWsProxyFactoryBean.setAddress(portUrl);<\/span><br \/>\n<span style=\"color: #274e13; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; jaxWsProxyFactoryBean.setUsername(userName);<\/span><br \/>\n<span style=\"color: #274e13; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; jaxWsProxyFactoryBean.setPassword(password);<\/span><br \/>\n<span style=\"color: #274e13; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; } catch (Exception e) {<\/span><br \/>\n<span style=\"color: #274e13; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; e.printStackTrace();<\/span><br \/>\n<span style=\"color: #274e13; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; }<\/span><br \/>\n<span style=\"color: #274e13; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; return (T) jaxWsProxyFactoryBean.create();<\/span><br \/>\n<span style=\"color: #274e13; font-size: 14px;\">&nbsp; &nbsp; }<\/span><br \/>\n<span style=\"color: #274e13; font-size: 14px;\">}<\/span><\/p>\n<div>&nbsp;<\/div>\n<p>For testing purpose- First create a interface named as<b>&nbsp;ConvertTemperatureService.java<\/b> under <b>src\/java\/com\/service directory<\/b>. This interface having only one method as shown below &#8211;<\/p>\n<p><span style=\"color: #274e13; font-size: 14px;\">package com.ig.integration;<\/span><br \/>\n<span style=\"color: #274e13; font-size: 14px;\"><b>public interface<\/b> <b>ConvertTemperatureService<\/b> {<\/span><br \/>\n<span style=\"color: #274e13; font-size: 14px;\">&nbsp; &nbsp; double convertCelsiusToFahrenheit(double temperatureInCelsius);<\/span><br \/>\n<span style=\"color: #274e13; font-size: 14px;\">}<\/span><\/p>\n<div><span style=\"color: #274e13;\">Second create a service implementation class named as&nbsp;ConvertTemperatureImpl.java&nbsp;under&nbsp;&nbsp;<\/span><br \/>\n<span style=\"color: #274e13;\">src\/java\/com\/service\/impl&nbsp;directory&nbsp;as shown in previous fig. &nbsp;and copy &amp; paste this code.<\/span><br \/>\n<span style=\"color: #274e13;\"><br \/>\n<\/span><\/div>\n<p><span style=\"color: #274e13; font-size: 14px;\">package com.ig.integration.impl;<\/span><br \/>\n<span style=\"color: #274e13;\"><span style=\"font-size: 14px;\"><br \/>\n<\/span><span style=\"font-size: 14px;\">import com.ig.integration.ConvertTemperatureService;<\/span><\/span><br \/>\n<span style=\"color: #274e13; font-size: 14px;\">import com.ig.util.JaxWsClientFactory;<\/span><br \/>\n<span style=\"color: #274e13; font-size: 14px;\">import net.webservicex.ConvertTemperatureSoap;<\/span><br \/>\n<span style=\"color: #274e13; font-size: 14px;\">import net.webservicex.TemperatureUnit;<\/span><br \/>\n<span style=\"color: #274e13; font-size: 14px;\">import org.apache.cxf.BusFactory;<\/span><br \/>\n<span style=\"color: #274e13; font-size: 14px;\">import org.apache.felix.scr.annotations.Activate;<\/span><br \/>\n<span style=\"color: #274e13; font-size: 14px;\">import org.apache.felix.scr.annotations.Component;<\/span><br \/>\n<span style=\"color: #274e13; font-size: 14px;\">import org.apache.felix.scr.annotations.Service;<\/span><br \/>\n<span style=\"color: #274e13; font-size: 14px;\">import org.osgi.service.component.ComponentContext;<\/span><br \/>\n<span style=\"color: #274e13;\"><span style=\"font-size: 14px;\"><br \/>\n<\/span><span style=\"font-size: 14px;\">@Service<\/span><\/span><br \/>\n<span style=\"color: #274e13; font-size: 14px;\">@Component(immediate = true,metatype = false,enabled = true)<\/span><br \/>\n<span style=\"color: #274e13; font-size: 14px;\"><b>public class ConvertTemperatureImpl implements ConvertTemperatureService{<\/b><\/span><br \/>\n<span style=\"color: #274e13; font-size: 14px;\">&nbsp; &nbsp; private ConvertTemperatureSoap convertTemperatureSoap;<\/span><br \/>\n<span style=\"color: #274e13;\"><span style=\"font-size: 14px;\"><br \/>\n<\/span><span style=\"font-size: 14px;\">&nbsp; &nbsp; @Override<\/span><\/span><br \/>\n<span style=\"color: #274e13; font-size: 14px;\">&nbsp; &nbsp; public double convertCelsiusToFahrenheit(double valueToConvert) {<\/span><br \/>\n<span style=\"color: #274e13; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; double convertedTemperature = 0.0;<\/span><br \/>\n<span style=\"color: #274e13; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; try {<\/span><br \/>\n<span style=\"color: #274e13; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; convertTemperatureSoap = JaxWsClientFactory.create(ConvertTemperatureSoap.class,<\/span><br \/>\n<span style=\"color: #274e13; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &#8220;http:\/\/www.webservicex.net\/ConvertTemperature.asmx&#8221;);<\/span><br \/>\n<span style=\"color: #274e13; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; convertedTemperature = convertTemperatureSoap.convertTemp(valueToConvert,<\/span><br \/>\n<span style=\"color: #274e13; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; TemperatureUnit.DEGREE_CELSIUS, TemperatureUnit.DEGREE_FAHRENHEIT);<\/span><br \/>\n<span style=\"color: #274e13; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; } catch (Exception e) {<\/span><br \/>\n<span style=\"color: #274e13; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; e.printStackTrace();<\/span><br \/>\n<span style=\"color: #274e13; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; }<\/span><br \/>\n<span style=\"color: #274e13; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; return convertedTemperature;<\/span><br \/>\n<span style=\"color: #274e13; font-size: 14px;\">&nbsp; &nbsp; }<\/span><br \/>\n<span style=\"color: #274e13;\"><span style=\"font-size: 14px;\"><br \/>\n<\/span><span style=\"font-size: 14px;\">&nbsp; &nbsp; public ConvertTemperatureSoap getInstance() {<\/span><\/span><br \/>\n<span style=\"color: #274e13; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; return convertTemperatureSoap;<\/span><br \/>\n<span style=\"color: #274e13; font-size: 14px;\">&nbsp; &nbsp; }<\/span><br \/>\n<span style=\"color: #274e13;\"><span style=\"font-size: 14px;\"><br \/>\n<\/span><span style=\"font-size: 14px;\">&nbsp; &nbsp; @Activate<\/span><\/span><br \/>\n<span style=\"color: #274e13; font-size: 14px;\">&nbsp; &nbsp; protected void activate(final ComponentContext componentContext) {<\/span><br \/>\n<span style=\"color: #274e13; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; System.out.println(&#8220;inside activate method&#8221;);<\/span><br \/>\n<span style=\"color: #274e13; font-size: 14px;\">&nbsp; &nbsp; }<\/span><br \/>\n<span style=\"color: #274e13;\"><br \/>\n<\/span><span style=\"color: #274e13; font-size: 14px;\">}<\/span><\/p>\n<div>&nbsp;<\/div>\n<p>Here is the turning point you will get a exception in your<b> stdout.log<\/b>&nbsp;file.<br \/>\n<span style=\"font-size: 14px;\"><br \/>\n<\/span><span style=\"color: #660000; font-size: 14px;\">exception is&nbsp;<\/span><br \/>\n<span style=\"color: #660000; font-size: 14px;\">Caused by: java.lang.ClassNotFoundException: com.sun.xml.bind.v2.ContextFactory<\/span><br \/>\n<span style=\"color: #660000; font-size: 14px;\"> at org.apache.sling.commons.classloader.impl.ClassLoaderFacade.loadClass(ClassLoaderFacade.java:127)<\/span><br \/>\n<span style=\"color: #660000; font-size: 14px;\"> at java.lang.ClassLoader.loadClass(ClassLoader.java:358)<\/span><br \/>\n<span style=\"color: #660000; font-size: 14px;\"> at javax.xml.bind.ContextFinder.newInstance(ContextFinder.java:192)<\/span><br \/>\n<span style=\"font-size: 14px;\"><span style=\"color: #660000;\"><br \/>\n<\/span><span style=\"color: #660000;\"> &#8230; 175 more<\/span><\/span><br \/>\n<span style=\"font-size: 14px;\"><br \/>\n<\/span><\/p>\n<div style=\"text-align: justify;\">The <b>reason<\/b> for this is the<b> illegal class loading in the OSGI context<\/b>, and the fault is not on CXF but on the JAXB implementation, and we cannot fix this third-party implementation.<b>&nbsp;<\/b>By default, the Thread context class loader is not aware of OSGi and thus doesn&#8217;t see any of the classes imported in the bundle. That&#8217;s why loading the class fails.<\/div>\n<div style=\"text-align: justify;\">&nbsp;<\/div>\n<div style=\"text-align: justify;\">Now just go to your factory classes (i.e. <b>JaxWsClientFactory<\/b>) and make some changes as shown below-<\/div>\n<p><span style=\"color: #274e13; font-size: 14px;\">package com.ig.util;<\/span><br \/>\n<span style=\"color: #274e13;\"><span style=\"font-size: 14px;\"><br \/>\n<\/span><span style=\"font-size: 14px;\">import org.apache.cxf.BusFactory;<\/span><\/span><br \/>\n<span style=\"color: #274e13; font-size: 14px;\">import org.apache.cxf.jaxws.JaxWsProxyFactoryBean;<\/span><br \/>\n<span style=\"color: #274e13;\"><span style=\"font-size: 14px;\"><br \/>\n<\/span><span style=\"font-size: 14px;\"><b>public class JaxWsClientFactory {<\/b><\/span><\/span><br \/>\n<span style=\"color: #274e13;\"><span style=\"font-size: 14px;\"><br \/>\n<\/span><span style=\"font-size: 14px;\">&nbsp; &nbsp; private JaxWsClientFactory() { \/* NO CONSTRUCTOR *\/}<\/span><\/span><br \/>\n<span style=\"color: #274e13;\"><span style=\"font-size: 14px;\"><br \/>\n<\/span><span style=\"font-size: 14px;\">&nbsp; &nbsp; public static &lt;T&gt; T create(Class&lt;T&gt; ParentClass, String portUrl) {<\/span><\/span><br \/>\n<span style=\"color: #274e13; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp;<b> ClassLoader oldClassLoader = Thread.currentThread().getContextClassLoader();<\/b><\/span><br \/>\n<span style=\"color: #274e13; font-size: 14px;\"><b>&nbsp; &nbsp; &nbsp; &nbsp; Thread.currentThread().setContextClassLoader(BusFactory.class.getClassLoader());<\/b><\/span><br \/>\n<span style=\"color: #274e13; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; try {<\/span><br \/>\n<span style=\"color: #274e13; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; return JaxWsClientFactory.create(ParentClass, portUrl, null, null);<\/span><br \/>\n<span style=\"color: #274e13; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; }<b> finally {<\/b><\/span><br \/>\n<span style=\"color: #274e13; font-size: 14px;\"><b>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Thread.currentThread().setContextClassLoader(oldClassLoader);<\/b><\/span><br \/>\n<span style=\"color: #274e13; font-size: 14px;\"><b>&nbsp; &nbsp; &nbsp; &nbsp; }<\/b><\/span><br \/>\n<span style=\"color: #274e13; font-size: 14px;\">&nbsp; &nbsp; }<\/span><br \/>\n<span style=\"color: #274e13;\"><span style=\"font-size: 14px;\"><br \/>\n<\/span><span style=\"font-size: 14px;\">&nbsp; &nbsp; public static &lt;T&gt; T create(Class&lt;T&gt; ParentClass, String portUrl, String userName, String password) {<\/span><\/span><br \/>\n<span style=\"color: #274e13; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; JaxWsProxyFactoryBean jaxWsProxyFactoryBean = new JaxWsProxyFactoryBean();<\/span><br \/>\n<span style=\"color: #274e13; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; try {<\/span><br \/>\n<span style=\"color: #274e13; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; jaxWsProxyFactoryBean.setServiceClass(ParentClass);<\/span><br \/>\n<span style=\"color: #274e13; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; jaxWsProxyFactoryBean.setAddress(portUrl);<\/span><br \/>\n<span style=\"color: #274e13; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; jaxWsProxyFactoryBean.setUsername(userName);<\/span><br \/>\n<span style=\"color: #274e13; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; jaxWsProxyFactoryBean.setPassword(password);<\/span><br \/>\n<span style=\"color: #274e13; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; } catch (Exception e) {<\/span><br \/>\n<span style=\"color: #274e13; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; e.printStackTrace();<\/span><br \/>\n<span style=\"color: #274e13; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; }<\/span><br \/>\n<span style=\"color: #274e13; font-size: 14px;\">&nbsp; &nbsp; &nbsp; &nbsp; return (T) jaxWsProxyFactoryBean.create();<\/span><br \/>\n<span style=\"color: #274e13; font-size: 14px;\">&nbsp; &nbsp; }<\/span><br \/>\n<span style=\"color: #274e13; font-size: 14px;\">}<\/span><br \/>\n<span style=\"color: #660000; font-size: 14px;\"><br \/>\n<\/span>Lines in bold format are the extra code written into your service class. The reason is that you have to change your class loader till you are dealing with web-service. first save the old class loader into some variable &amp; at the time of completing the request set old class loader class.<\/p>\n<div style=\"text-align: justify;\"><b><span style=\"color: #660000;\">Demo Project Location<\/span><\/b><\/div>\n<div style=\"text-align: justify;\"><span style=\"color: #444444;\">You can clone this open source project from given git repository.<\/span><\/div>\n<div style=\"text-align: justify;\"><b><span style=\"color: #274e13;\"><i>git@github.com:vietankur009\/CQ_CXF_integration.git<\/i><\/span><\/b><\/div>\n<div style=\"text-align: justify;\"><b><span style=\"color: #274e13;\"><i>&nbsp;<\/i><\/span><\/b><\/div>\n<div style=\"text-align: justify;\"><span style=\"color: #444444;\">Go to target Folder where you want this project and run git clone command as shown below.<\/span><\/div>\n<div style=\"text-align: justify;\"><b><span style=\"color: #274e13;\"><i>git clone&nbsp;<\/i><\/span><\/b><b><span style=\"color: #274e13;\"><i>git@github.com:vietankur009\/CQ_CXF_integration.git<\/i><\/span><\/b><\/div>\n<div style=\"text-align: justify;\">&nbsp;<\/div>\n<div style=\"text-align: justify;\">Then you will see this project in target directory.<\/div>\n<div style=\"text-align: justify;\">then run these commands &#8211;<\/div>\n<div style=\"text-align: justify;\">&nbsp;<\/div>\n<div style=\"text-align: justify;\"><b><i><span style=\"color: #274e13;\">cd integration_cq_cxf<\/span><\/i><\/b><\/div>\n<div style=\"text-align: justify;\"><b><i><span style=\"color: #274e13;\">mvn clean install -P autoInstallPackage<\/span><\/i><\/b><\/div>\n<div style=\"text-align: justify;\">&nbsp;<\/div>\n<div style=\"text-align: justify;\">make sure your CQ instance is up and running.<\/div>\n<\/div>\n<p>&nbsp;<\/p>\n<p><strong>Happy Coding<\/strong><br \/>\n<strong>Namah Shivay<\/strong><\/p>\n","protected":false},"excerpt":{"rendered":"<p>During project development, I got a task in which I have to integrate CQ 5.6.1 with Apache CXF. In this [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2,146,33,147,82,145],"tags":[],"class_list":["post-44","post","type-post","status-publish","format-standard","hentry","category-aem","category-apache-cxf","category-cq","category-cq-with-apache-cxf-integration","category-cq5","category-cxf"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Adobe CQ5 Integration With Apache CXF - AEM Blog | Lhotse Technologies<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/lhotsetechnologies.com\/blog\/adobe-cq5-integration-with-apache-cxf\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Adobe CQ5 Integration With Apache CXF - AEM Blog | Lhotse Technologies\" \/>\n<meta property=\"og:description\" content=\"During project development, I got a task in which I have to integrate CQ 5.6.1 with Apache CXF. In this [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/lhotsetechnologies.com\/blog\/adobe-cq5-integration-with-apache-cxf\/\" \/>\n<meta property=\"og:site_name\" content=\"AEM Blog | Lhotse Technologies\" \/>\n<meta property=\"article:published_time\" content=\"2014-06-03T10:37:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-01-17T10:48:42+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/1.bp.blogspot.com\/-3J2dfkmUNhU\/U4M1hsjYKNI\/AAAAAAAAAoA\/A1qn4a2293E\/s1600\/project.jpg\" \/>\n<meta name=\"author\" content=\"Team Lhotse\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Team Lhotse\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"34 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/lhotsetechnologies.com\/blog\/adobe-cq5-integration-with-apache-cxf\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/lhotsetechnologies.com\/blog\/adobe-cq5-integration-with-apache-cxf\/\"},\"author\":{\"name\":\"Team Lhotse\",\"@id\":\"https:\/\/lhotsetechnologies.com\/blog\/#\/schema\/person\/fd7bee89b050d7c7195fc75b681b053d\"},\"headline\":\"Adobe CQ5 Integration With Apache CXF\",\"datePublished\":\"2014-06-03T10:37:00+00:00\",\"dateModified\":\"2020-01-17T10:48:42+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/lhotsetechnologies.com\/blog\/adobe-cq5-integration-with-apache-cxf\/\"},\"wordCount\":6823,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/lhotsetechnologies.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/lhotsetechnologies.com\/blog\/adobe-cq5-integration-with-apache-cxf\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/1.bp.blogspot.com\/-3J2dfkmUNhU\/U4M1hsjYKNI\/AAAAAAAAAoA\/A1qn4a2293E\/s1600\/project.jpg\",\"articleSection\":[\"AEM\",\"Apache CXF\",\"CQ\",\"CQ with Apache CXF integration\",\"CQ5\",\"CXF\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/lhotsetechnologies.com\/blog\/adobe-cq5-integration-with-apache-cxf\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/lhotsetechnologies.com\/blog\/adobe-cq5-integration-with-apache-cxf\/\",\"url\":\"https:\/\/lhotsetechnologies.com\/blog\/adobe-cq5-integration-with-apache-cxf\/\",\"name\":\"Adobe CQ5 Integration With Apache CXF - AEM Blog | Lhotse Technologies\",\"isPartOf\":{\"@id\":\"https:\/\/lhotsetechnologies.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/lhotsetechnologies.com\/blog\/adobe-cq5-integration-with-apache-cxf\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/lhotsetechnologies.com\/blog\/adobe-cq5-integration-with-apache-cxf\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/1.bp.blogspot.com\/-3J2dfkmUNhU\/U4M1hsjYKNI\/AAAAAAAAAoA\/A1qn4a2293E\/s1600\/project.jpg\",\"datePublished\":\"2014-06-03T10:37:00+00:00\",\"dateModified\":\"2020-01-17T10:48:42+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/lhotsetechnologies.com\/blog\/adobe-cq5-integration-with-apache-cxf\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/lhotsetechnologies.com\/blog\/adobe-cq5-integration-with-apache-cxf\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/lhotsetechnologies.com\/blog\/adobe-cq5-integration-with-apache-cxf\/#primaryimage\",\"url\":\"http:\/\/1.bp.blogspot.com\/-3J2dfkmUNhU\/U4M1hsjYKNI\/AAAAAAAAAoA\/A1qn4a2293E\/s1600\/project.jpg\",\"contentUrl\":\"http:\/\/1.bp.blogspot.com\/-3J2dfkmUNhU\/U4M1hsjYKNI\/AAAAAAAAAoA\/A1qn4a2293E\/s1600\/project.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/lhotsetechnologies.com\/blog\/adobe-cq5-integration-with-apache-cxf\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/lhotsetechnologies.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Adobe CQ5 Integration With Apache CXF\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/lhotsetechnologies.com\/blog\/#website\",\"url\":\"https:\/\/lhotsetechnologies.com\/blog\/\",\"name\":\"AEM Blog | Lhotse Technologies\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/lhotsetechnologies.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/lhotsetechnologies.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/lhotsetechnologies.com\/blog\/#organization\",\"name\":\"AEM Blog | Lhotse Technologies\",\"url\":\"https:\/\/lhotsetechnologies.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/lhotsetechnologies.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/lhotsetechnologies.com\/blog\/wp-content\/uploads\/2019\/07\/lhotse-logo.png\",\"contentUrl\":\"https:\/\/lhotsetechnologies.com\/blog\/wp-content\/uploads\/2019\/07\/lhotse-logo.png\",\"width\":539,\"height\":172,\"caption\":\"AEM Blog | Lhotse Technologies\"},\"image\":{\"@id\":\"https:\/\/lhotsetechnologies.com\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/lhotsetechnologies.com\/blog\/#\/schema\/person\/fd7bee89b050d7c7195fc75b681b053d\",\"name\":\"Team Lhotse\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/lhotsetechnologies.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g\",\"caption\":\"Team Lhotse\"},\"url\":\"https:\/\/lhotsetechnologies.com\/blog\/author\/team-lhotse\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Adobe CQ5 Integration With Apache CXF - AEM Blog | Lhotse Technologies","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/lhotsetechnologies.com\/blog\/adobe-cq5-integration-with-apache-cxf\/","og_locale":"en_US","og_type":"article","og_title":"Adobe CQ5 Integration With Apache CXF - AEM Blog | Lhotse Technologies","og_description":"During project development, I got a task in which I have to integrate CQ 5.6.1 with Apache CXF. In this [&hellip;]","og_url":"https:\/\/lhotsetechnologies.com\/blog\/adobe-cq5-integration-with-apache-cxf\/","og_site_name":"AEM Blog | Lhotse Technologies","article_published_time":"2014-06-03T10:37:00+00:00","article_modified_time":"2020-01-17T10:48:42+00:00","og_image":[{"url":"http:\/\/1.bp.blogspot.com\/-3J2dfkmUNhU\/U4M1hsjYKNI\/AAAAAAAAAoA\/A1qn4a2293E\/s1600\/project.jpg","type":"","width":"","height":""}],"author":"Team Lhotse","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Team Lhotse","Est. reading time":"34 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/lhotsetechnologies.com\/blog\/adobe-cq5-integration-with-apache-cxf\/#article","isPartOf":{"@id":"https:\/\/lhotsetechnologies.com\/blog\/adobe-cq5-integration-with-apache-cxf\/"},"author":{"name":"Team Lhotse","@id":"https:\/\/lhotsetechnologies.com\/blog\/#\/schema\/person\/fd7bee89b050d7c7195fc75b681b053d"},"headline":"Adobe CQ5 Integration With Apache CXF","datePublished":"2014-06-03T10:37:00+00:00","dateModified":"2020-01-17T10:48:42+00:00","mainEntityOfPage":{"@id":"https:\/\/lhotsetechnologies.com\/blog\/adobe-cq5-integration-with-apache-cxf\/"},"wordCount":6823,"commentCount":0,"publisher":{"@id":"https:\/\/lhotsetechnologies.com\/blog\/#organization"},"image":{"@id":"https:\/\/lhotsetechnologies.com\/blog\/adobe-cq5-integration-with-apache-cxf\/#primaryimage"},"thumbnailUrl":"http:\/\/1.bp.blogspot.com\/-3J2dfkmUNhU\/U4M1hsjYKNI\/AAAAAAAAAoA\/A1qn4a2293E\/s1600\/project.jpg","articleSection":["AEM","Apache CXF","CQ","CQ with Apache CXF integration","CQ5","CXF"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/lhotsetechnologies.com\/blog\/adobe-cq5-integration-with-apache-cxf\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/lhotsetechnologies.com\/blog\/adobe-cq5-integration-with-apache-cxf\/","url":"https:\/\/lhotsetechnologies.com\/blog\/adobe-cq5-integration-with-apache-cxf\/","name":"Adobe CQ5 Integration With Apache CXF - AEM Blog | Lhotse Technologies","isPartOf":{"@id":"https:\/\/lhotsetechnologies.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/lhotsetechnologies.com\/blog\/adobe-cq5-integration-with-apache-cxf\/#primaryimage"},"image":{"@id":"https:\/\/lhotsetechnologies.com\/blog\/adobe-cq5-integration-with-apache-cxf\/#primaryimage"},"thumbnailUrl":"http:\/\/1.bp.blogspot.com\/-3J2dfkmUNhU\/U4M1hsjYKNI\/AAAAAAAAAoA\/A1qn4a2293E\/s1600\/project.jpg","datePublished":"2014-06-03T10:37:00+00:00","dateModified":"2020-01-17T10:48:42+00:00","breadcrumb":{"@id":"https:\/\/lhotsetechnologies.com\/blog\/adobe-cq5-integration-with-apache-cxf\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/lhotsetechnologies.com\/blog\/adobe-cq5-integration-with-apache-cxf\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/lhotsetechnologies.com\/blog\/adobe-cq5-integration-with-apache-cxf\/#primaryimage","url":"http:\/\/1.bp.blogspot.com\/-3J2dfkmUNhU\/U4M1hsjYKNI\/AAAAAAAAAoA\/A1qn4a2293E\/s1600\/project.jpg","contentUrl":"http:\/\/1.bp.blogspot.com\/-3J2dfkmUNhU\/U4M1hsjYKNI\/AAAAAAAAAoA\/A1qn4a2293E\/s1600\/project.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/lhotsetechnologies.com\/blog\/adobe-cq5-integration-with-apache-cxf\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/lhotsetechnologies.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Adobe CQ5 Integration With Apache CXF"}]},{"@type":"WebSite","@id":"https:\/\/lhotsetechnologies.com\/blog\/#website","url":"https:\/\/lhotsetechnologies.com\/blog\/","name":"AEM Blog | Lhotse Technologies","description":"","publisher":{"@id":"https:\/\/lhotsetechnologies.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/lhotsetechnologies.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/lhotsetechnologies.com\/blog\/#organization","name":"AEM Blog | Lhotse Technologies","url":"https:\/\/lhotsetechnologies.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/lhotsetechnologies.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/lhotsetechnologies.com\/blog\/wp-content\/uploads\/2019\/07\/lhotse-logo.png","contentUrl":"https:\/\/lhotsetechnologies.com\/blog\/wp-content\/uploads\/2019\/07\/lhotse-logo.png","width":539,"height":172,"caption":"AEM Blog | Lhotse Technologies"},"image":{"@id":"https:\/\/lhotsetechnologies.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/lhotsetechnologies.com\/blog\/#\/schema\/person\/fd7bee89b050d7c7195fc75b681b053d","name":"Team Lhotse","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/lhotsetechnologies.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g","caption":"Team Lhotse"},"url":"https:\/\/lhotsetechnologies.com\/blog\/author\/team-lhotse\/"}]}},"_links":{"self":[{"href":"https:\/\/lhotsetechnologies.com\/blog\/wp-json\/wp\/v2\/posts\/44","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lhotsetechnologies.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/lhotsetechnologies.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/lhotsetechnologies.com\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/lhotsetechnologies.com\/blog\/wp-json\/wp\/v2\/comments?post=44"}],"version-history":[{"count":3,"href":"https:\/\/lhotsetechnologies.com\/blog\/wp-json\/wp\/v2\/posts\/44\/revisions"}],"predecessor-version":[{"id":382,"href":"https:\/\/lhotsetechnologies.com\/blog\/wp-json\/wp\/v2\/posts\/44\/revisions\/382"}],"wp:attachment":[{"href":"https:\/\/lhotsetechnologies.com\/blog\/wp-json\/wp\/v2\/media?parent=44"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/lhotsetechnologies.com\/blog\/wp-json\/wp\/v2\/categories?post=44"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/lhotsetechnologies.com\/blog\/wp-json\/wp\/v2\/tags?post=44"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}