I'm trying to complete the Creating an AEM HTML Template Language Component that displays data from a Restful Web Service and adapted it for 6.3 and have gotten most all of the way there, but when I test it out, it shows the dialog, but no fields within it. Anyone else tried this in 6.3? I'd downloaded the 6.1 package but it didn't work for me in 6.3.
Solved! Go to Solution.
This works fine in 6.3. You need to have a AEM 6.3 project that includes the UBER 6.3 JAR.
Article -- https://helpx.adobe.com/experience-manager/using/restful_aem63.html
If I click the checkmark in the dialog, it gives me this error message...
org.apache.sling.scripting.sightly.SightlyException: Cannot find a file corresponding to class com.community.rest.core.HeroRestComponent in the repository.
Views
Replies
Total Likes
This article is for 6.2/6.1 as shown at the start of it. If you update to 6.3 - you need to update the AEM Uber to 6.3. I will update this article to 6.3 in the next several days.
Views
Replies
Total Likes
Thanks, Scott. I was trying to make a go of it in 6.3 and had updated the main POM file's UberJar dependency to 6.3 (and updated the repository and pluginrepository elements) as per How do I use the UberJar? but I still get the same results. I'd updated the Maven settings.xml file as well, as per 6.3 UberJar.
Views
Replies
Total Likes
I will update this artilce to 6.3 on Thurs.
Great, thanks! Much appreciated.
Views
Replies
Total Likes
This works fine in 6.3. You need to have a AEM 6.3 project that includes the UBER 6.3 JAR.
Article -- https://helpx.adobe.com/experience-manager/using/restful_aem63.html
As I stated - I will write this up today!
Article for 6.3 is here - https://helpx.adobe.com/experience-manager/using/restful_aem63.html
We are still testing this on different AEM instances.
Ratna Kumar is testing too.