Hi,In our project we use HttpSession to store data that is used throughout the site. We have a setup which has 2 publish intsances and the dispatcher is configured to have sticky session. Everything works fine on most of the browsers except Safari and iOS devices. We observed that JSESSIONID is chan...
Is there a list of performance improvements in AEM 6.1? Example like from performance point of view TARMK improvements, GUI improvements, Search improvements etc..
You can download the release on the partner portal, here HomeThere are also new videos available on http://www.adobesolutionpartnertraining.com that highlight the new functionality.
New to AEM. I am sure this is trivial but would appreciate if you can explain how to fix and why does this happen. I renamed my quickstart jar to aem-author-p4502.jar and double click. Get this error on browserUnable to compile class for JSP: An error occurred at line: 95 in the jsp file: /libs/gran...
Hi All,I know that this has been discussed in 2012 via the post - Issue with unbinding of configurations from old jars but even then there was no definite solution to this issue. I am facing the same issue now where my config does not pick up the latest snapshot unless I unbind and save. If someone ...
Here is a useful servlet following best practices to take a file from a client application and write it to the JCR. We follow best practices using the LoginService. Also, do not forget to set the Apache Sling User Mapper service to the appropriate user (for testing on a local instance, use admin). I...
When I try to UPDATE my Maven project ( Chapter 8 - Using JSP with AEM 6.0 ) after I updated my main pom.xml with the javax.servlet.jsp dependancy, I get the following error :Missing artifact javax.servlet.jsp:jsp.api:jar:2.1I even tried to compile from command line using mvn compile and get the sam...
You need to have: org.apache.sling.models.api.1-1.0.jar installed in the OSGI console, system/console/bundles. Before doing extensive troubleshooting, be sure this bundle is installed. The error might look something like this:Failed installing bundle : Unable to install/update bundle from dir C:\Use...