Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

CQDarren
CQDarren
Offline

Badges

Badges
6

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
9

Discussions

Discussions
0

Questions

Questions
9

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by CQDarren
Customize the badges you want to showcase on your profile
Re: Using HttpClient = Error importing OSGI bundle from Eclispe - Adobe Experience Manager 15-10-2015
I have discovered your issue. Look at this illustration:[img]TestSer33.png[/img]It means that there is missing dependencies within AEM. You need to include these JAR files within a bundle fragment:httpclient-4.3httpcore-4.3Once you get these into a bundle fragment and deployed -- you will be able to start your bundle that contains the sling servlet. To learn how to create a bundle fragment, see the first link above. We placed a JSON JAR into a bundle fragment. HTH

Views

227

Likes

0

Replies

0
Re: Best Way to Sort a List of Resources ? - Adobe Experience Manager 15-10-2015
I would use Collections.sort() and a custom comparator that sorts based on the Resource name (or whatever sorting logic you want). It wouldn't be appropriate, in my opinion, for Sling to sort those resources for you. It should be returning that list of resources in their natural order within the repository. This order may be the result of the order in which they were added, most recent at the bottom. They may have a specific order, as do some nodes in the JCR if their parent specifies that they ...

Views

1.0K

Likes

0

Replies

0
This widget could not be displayed.
Re: Eclipse Code Completion not working in JSP - Adobe Experience Manager 15-10-2015
Getting code completion working in Eclipse was a major hurdle for our existing codebase - took quite a bit of fiddling with maven artifacts and their versions, but we ended up getting it working for both Juno and Kepler. Two things that are important:you need to add the right artifacts not only to your core pom.xml, but also the ui/app pom.xml.even after getting the dependencies right, eclipse was pretty buggy for us - sometimes JSP code completion stops working and requires a restart, and when ...

Views

222

Likes

0

Replies

0
Re: Error when trying to consume OSGI Service - Adobe Experience Manager 17-06-2013
Hi Sham,Thanks alot sham...It worked...

Views

1.2K

Likes

0

Replies

0