In a vanilla AEM 6.5 instance, I created this file: /apps/weretail/components/structure/page/info.html.jsp<!DOCTYPE html><html>
<head>
<title>javax.servlet.include Test</title>
</head>
<%@include file="/libs/foundation/global.jsp"
%><%@ page import="com.day.cq.commons.*,
com.day.cq.wcm.api.WCMMode,...
So far, from 6.5.12, I have tried earlier upgrade packs, and it looks like it stops working with the 6.5.15 upgrade. I will try a plain 6.5, install 6.5.19, and then our custom code, and see how it goes.
We are in the process upgrading AEM 6.5.12 to 6.5.19. After installing service pack 19, in our code, request.getAttribute("javax.servlet.include.query_string") commands return null instead of query string information. It seems that all the javax.servlet.RequestDispatcher 's javax.servlet.include.* c...
Unfortunately, I never got this to work in AEM. I ended up side-stepping AEM, and developed a java app outside of AEM to handle the file uploads up to the Google cloud storage bucket.
Unfortunately, I never got this to work in AEM. I ended up side-stepping AEM, and developed a java app outside of AEM to handle the file uploads up to the Google cloud storage bucket.
I tried following the example shown here: https://wiki.eclipse.org/Creating_OSGi_Bundles_from_Third-Party_JARs to modify the MANIFEST.MF file and install the Google Cloud Storage jar. It was relatively successful, in that the google cloud jar installed and our custom bundle no longer failed to activ...
As per https://www.albinsblog.com/2015/02/comgooglegsonversion223-cannot-be.html#.XlQM5ihKiHs, I have also tried adding to the pom.xml file: <plugin><groupId>org.apache.felix</groupId><artifactId>maven-bundle-plugin</artifactId><extensions>true</extensions><configuration><instructions><Bundle-Activa...
I am trying to use the Google Cloud Storage Client Libraries for the Google Cloud Storage API within AEM 6.5. The eventual goal is for a job to export some AEM content straight into a Google bucket. But for now, I'm trying to run some tests, and it doesn't work. The bundle with the Google Cloud stor...
We ended up restarting the system, and when we did, the issue went away. So we did not need to code change. Moreover, once the issue was gone, we could no longer dig into the problem and find the cause.I think the takeaway is the knowledge that when it says "Request Publication" instead of "Publish ...
Digging deeper and looking at /libs/wcm/core/content/editor/jcr:content/content/items/content/header/items/headerbar/items/pageinfopopover/items/list/items :I can deduce that these are the different conditions which will trigger "Publish Page" or "Request Publication." "Publish Page" has the conditi...