I am new to AEM development so please feel free to correct any ideas I may be wrong on.This is what I have done so far.Created a new project in Eclipse useing the AEM ArchetypeAdded my AEM server to the servers panel and updated the port to correctly be 4502When I right click on JCR view and select ...
Hi there,There is a download file case: the files created and stored by OSGI bundle on path:{CQ5-HOME}\sourcefile\1.xmlNow i need to use JQuery or JS in JSP page to download from the above CQ5 server path,then post to another romote server.[img]file.png[/img]Anyone know how to deal with that? Please...
Hello,I am wondering if someone could point me in the right direction wrt the usage of sling.servlet.paths , via dispatcher.I have a form post to a servlet and in the servlet i have the sling.servlet.paths = /apps/../../ . now via dispatcher i am forced to allow the POST to the path apps/../..Is the...
Hi allI can't seem to access the sightly intro tutorialsWhen I try to clickon the links here: http://docs.adobe.com/docs/en/aem/6-0/develop/sightly.htmlIt just redirects me here: http://blogs.adobe.com/experiencedelivers/When I search there for the introductions I can only find part 3 to 5, so 1 and...
Please help, for I am getting awfully frustrated... I am adding lots of information here but am putting my real questions as bullets. I can't be the only one who is having this much trouble.I am a web developer with many years of Front End experience. I have worked with PHP and Node.JS for back end...
Uploading .ppt documents to the DAM works in 5.6.1 and saves the metadata just fine. When trying to do this in AEM6, the .ppt saves fine but none of it's metadata comes over. I get the following error. Anybody else run across this or know a fix for it? 09.01.2015 08:56:28.437 *ERROR* [JobHandler:...
In Firefox and IE, sometimes, when clicking a link within a page, the next page is loaded but the path in the browser is stripped to become http://server:port/cf#_. I didn't see any error message in the console. Does anyone know what's the issue and how to resolve it?Thanks.
Hello,I have created service say XX. I tried to access that service XX in other Service YY. When I try to use the XX like @Reference XX xx in YY serviceI got a null value.Code:@Component(immediate = true)@Service(value = XX.class)public class XX{//some methods}@Component(immediate =true)@Service(val...
Hi everyone, We are using OOB lucene search component. Currently the search is searching the text in all the components in a page and if the search term matches it returns that page. Because of this for example if we search for word "blog" then our "profile page" appears in search results because "b...
I've been trying to write a JUnit test case for one of my Java class which creates a page with some given properties in CQ. For it, it need to get reference of SlingRepository and ResourceResolverFactory. I was using http://sling.apache.org/documentation/development/sling-testing-tools.html#server-...