I am wondering where can we use OSGI component in real time scenerio...like I know where to use services .....i can make a service (java class) and i can use it multiple times for different different component and in model ...but when we go for component ...supoose we go for component and we make a ...
I want to trigger my sling servlet on button click and that servlet get trigerred after that and excel file must be downloaded automatically in browser .I have done the coding its working withot any issue ....but the automatically download iafter clicking on buttton on bbrwser itself in dwoload fold...
should i need to download the opencsv jar files and then needs to covert it inot bundle and then deploy into the AEM?Simply adding the dependecy in pom.xml file as above and deploying the whole pacakge in aem by mvn clean install -PautoInstallPackagewill not help ?If thats so how we can convert a op...
In aem 6.0 it can not be resolved ....which version would be compatible ? <dependency> <groupId>com.opencsv</groupId> <artifactId>opencsv</artifactId> <version>3.3</version> </dependency> </dependencies>I have to use opencsv .
I registered my servlet like below :@Component(service= Servlet.class, property={ Constants.SERVICE_DESCRIPTION + "=custom reporting servlet", "sling.servlet.paths="+ "/bin/commentexcelreporting" }) public class CommentReporting extends SlingAllMethodsServlet {doget()}but during accessing ...
All look cool ..thats the same configuration I did its running wiyhout any issue .do these as well :During Edit script map :click on request restrictions button and disable the "Invoke .....bla bla ..."Check also Scripts folder properties and apppool user permission .now restart your site and then r...
My issue was specific to access ...Please perform some actions like below :check your application pool is the user of Scripts folder and have all the persmission like read write and all ....better to check all the permission things . wwwroot folder (where chache must be stored )...If you are using t...