arunp99088702I think I'm using the new osgi annotation. I have also tried the solution in Jorg's answer on the related post before asking this question.My imports for the servlet are these:import org.apache.sling.api.SlingHttpServletRequest;import org.apache.sling.api.SlingHttpServletResponse;import...
My problem is similar to the one described here: AEM 6.4 - Java sling servlet does not work with uber 6.4 jar, but does with uber 6.3 I have the following Servlet:@Component(service=Servlet.class, property={ Constants.SERVICE_DESCRIPTION + "=Video servlet", "sling.servlet.methods=" ...
In the terminology I'm familiar with, "to check something out" is to reserve it. "To check something in" is to commit your changes and free it for future use.I have some server-side code that performs some operations and creates a new node after a file is uploaded. After I check this new node out an...
Fixed it. I needed to change my Apache Sling Authentication Service and add allow specific routes to be accessible without authorization:-/apps/dam/gui-/libs/granite/ui-/apps/granite/core/contentThis enabled the CSS.
I'm attempting to configure AEM so that you can share assets with anonymous users through sharing a link or a collection, and it works somewhat, only anonymous users aren't seeing the CSS:In the browser console I get two errors from the linkshare.html page: linkshare.html?path=/content/dam/collectio...
I'm working with AEM 6.2I've created a template, and would like to create a page based off of it.However, when I go to create my page, I get a blank screen after I click "Next".How can I fix this, or otherwise create a page based off of a template?
Eclipse v4.5.2Maven v3.2.5 Java version: 1.8.0_101OS: Windows 10 After I create a new project in AEM 6.2 using the Eclipse plugin, I cannot publish certain components of my project to the server. Here's an image of my workspace, showing the only two components that I am able to add in the "Servers"...
When attempting to follow along with the Back-end Developer Workshop video: "Using the AEM Eclipse Plug-in", I get errors that I don't see represented in the video.First I create a project.Next I choose the archetypeThen I set up my properties like they are in the videoThen I start up my server and ...