I'm getting the following exception:18.01.2017 10:44:04.132 *ERROR* [0:0:0:0:0:0:0:1 [1484754244068] GET /content/fms.html HTTP/1.1] com.day.cq.wcm.core.impl.WCMDebugFilter Error during include of SlingRequestPathInfo: path='/content/fms/jcr:content', selectorString='null', extension='html', suffix=...
The following doesn't seem to exist in the API:ResourceResolverFactory.SUBSERVICEresolverFactory.getServiceResourceResolver(param);while using this dependancy: <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.api</artifactId> <vers...
When injecting ResourceResolverFactory into my custom OSGi service I'm gettting a the following exceptions thrown:*Cannot create component instance due to failure to bind reference repository*ERROR (org.osgi.framework.ServiceException: Service factory exception: org/apache/sling/api/resource/Resourc...
smacdonald2008 wrote... If you have an OSGi service that exposes method A - you can use dependency injection and get an instance of that service from within your servlet. then all mehtod A I understand you can use @Reference correct?How would the dependency look on my servlet's POM file?I'm getting...
I'm trying to access a method from a custom OSGi service I've built from a servlet.How do I go about this with dependencies and initiating the variable from my servlet?
Hello trying to run a daemon like service on AEM. What is the best practice for this?Use case is need to run a service that constantly watches a folder outside of AEM and pulls in content whenever it's uploaded to it.Better to trigger this as an servlet or and OSGi service? Or can I implement this l...
psjaison wrote... Hi BigRed, Yes it is not appearing for me also in 6.2. It is coming in 6.1 though. May be, it is not present for a reason. Adobe experts here can say the reason why it is not part of drop down in 6.2. From my experience, We generally should not modify DAM Update Asset as it is on...