Hi,I am using AEM 6.0 and created a template with parsys. I was able to drop an image from content finder to parsys directly without any component in it. When i double clicked on the image dropped, it opened the Out of the box image component dialog (libs/foundation/component/image). How can i open ...
Yeah. Bundle got deployed properly. I see the active status, but when i try to access something, gettng invalid bundle context for first time. After restart everything is works fine
Hello,With AEM 6.0, i am getting below error message intermittently. After restart everything is working without any issuesjava.lang.IllegalStateException: Invalid BundleContext. at org.apache.felix.framework.BundleContextImpl.checkValidity(BundleContextImpl.java:514) at org.apache.felix.framew...
Hi Sham,I have my resoved my previous error create LoginModule from <custom login java class> at org.apache.felix.jaas.internal.BundleLoginModuleCreator.newInstance(BundleLoginModuleCreator.java:59),As per http://grepcode.com/file/repo1.maven.org/maven2/org.apache.felix/org.apache.felix.jaas/0.0....
Reference: http://jackrabbit.apache.org/oak/docs/security/authentication/preauthentication.htmlHello,I wanted to login AEM without the password and implemented jackrabbit Preauthentication and facing an issue. Developed a custom authentication handler which implementes org.apache.sling.auth.core.spi...
My bad. By mistake i said browser in my previous post. Basically i will get security token from some other service which i want to send as part of replication request. If i want to create custom transport handler, i will have to implement Transport Handler interface provided. But if i implement my o...
I will have to read a cookie from browser and want to send that as request header. To do that we need to create transport handler. Please share the sample code if available to create the custom transport handler
Hi,I want to override the transport handler which will be used by replication agent in author instance for my custom logic. My publish instance is in tomcat which requires an authentication to handle the request. I want to send authentication info through custom transport handler. I found the below ...
Hi Scott, I am using AEM 6.0 which is deployed in tomcat server. From component jsp, i am calling a java class method by passing pageContext object. In java class method i am using pageconext object to retrieve request, response, currentNode etc...I am getting above exception whenever pagecontext us...
Hi,I am getting below error when i try to access the custom page createdCaused by: java.lang.ClassNotFoundException: javax.servlet.jsp.PageContext not found by <custom package> [502] at org.apache.felix.framework.BundleWiringImpl.findClassOrResourceByDelegation(BundleWiringImpl.java:1550)Same...