Hi,
I trying to call a restfull webservice from my osgi bundle using http://helpx.adobe.com/experience-manager/using/restful-services.html
But my bundle is not starting up after succesfully deployed to felix console.
I am working on AEM6.
Regards,
Anurag
Solved! Go to Solution.
Views
Replies
Total Likes
According to this, you have some missing packages(marked in red), you will have to add the dependency and embedd the jars along with your bundle
Views
Replies
Total Likes
According to this, you have some missing packages(marked in red), you will have to add the dependency and embedd the jars along with your bundle
Views
Replies
Total Likes
Hi Bsloki,
I have added all the maven dependency in the pom but still its not working.
whenever i add below dependency, its start showing error in felix console and my bundle remains in Installed mode.
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.1.1</version>
</dependency>
I have also create a new project using cqblueprint(cqblueprints.com/setup/maven.html) but the same issue came once i add the above dependency.
Anurag
Views
Replies
Total Likes
Views
Likes
Replies