Hi, I am trying to make a Batch Set Preset for an Image Set and I need the Image Set images to be ordered in a specific way. For this I have been trying to set up a Sequencing Order but it seems that I cannot get it to work.My images have the following names:XXDJ200984_739_alternate1.jpgXXDJ200984_7...
Hi,I was trying to Upgrade one of my existing projects from 5.61 to AEM 6.0 using the document provided by Adobe (http://docs.adobe.com/docs/en/aem/6-0/deploy/upgrade.html). I ran into some issues after upgrading. The process I followed is as follows.1) In-place upgrade.2) Migrating to Oak repositor...
Hi, When I use the method setProperty("Name", String[]) only the Name and type are added to the JCR. The Value is empty. But if I use setProperty("Name", "Value") everything is fine. pageResource = page.adaptTo(Resource.class); Resource jcrContentResource = pageResource.getChild(JcrConstants.JCR_CON...
Hi Team,I was working on SOAP JAX-WS with CQ5. I was trying the example available on link "http://cqblog.inside-solutions.ch/2013/11/01/consuming-soap-web-service-with-jax-ws-in-cq5-6-1/". I used the command "wsimport -keep -verbose http://www.w3schools.com/webservices/tempconvert.asmx?wsdl" to gene...
Hi Team, I was working on SOAP CXF webservice. I gone through the below link "http://helpx.adobe.com/experience-manager/using/creating-cxf-bundles-consume-web.html". I created the CXF osgi bundle and it's in ACTIVE state in felix console. When i was trying to call webservice through JSP, it's...
We have some component-wise JS under /apps/[project]/components/[component_name]/. It works fine in author instance for admin as admin has read permission over /apps. While at Publish Instance, anonymous has no right to read /apps therefore anonymous will receive 404 over these JS. Refer to [1] we c...
We are experiencing an asset that is played using the Scene7 SDK v2.7. During playback the resolution shrinks from the initial 480px x 270px to a smaller resolution. Why is this happening? See attached screenshots.
Hi, all.I noticed some problems after putting the Geolocation store on a production website, and I am wondering if it's related to API usage limits, as the problem does not occur in QA environment.Do you have any experience using it in production sites? Am I supposed to use it in production at all? ...
Is there any way to hide workflow's step back from users (participants) ?Sometimes participants must not see "system steps" like "lock page", "activate page", "go to", etc. I found we can overwrite standard backroutes.json.jsp with additional "check permissions" logic.But, I think that it is not a g...