Hi, We planned to develop the site in Adobe CQ5.Since this is my first project i dont have much exposure in CQ5.How the multilingual will be achieved in CQ5 ? i.e., in top of the home page we decide to have a select box which contains all the countries.If user selects specific country then the whole...
There is OSGi JAVA Class running as service gets called through custom workflow Handler API.Workflow gets executed and performs two JCR query using Query Builder API and it it takes Workflow session as parameter to execute JCR Query.Query are like this QueryStarement : //element(*, dam:Asset)[(fn:na...
Now i try to practice this article example (http://helpx.adobe.com/experience-manager/using/first-osgi.html) and i do not call the bundle service, so i just create a static component and template. But last i can't see anything when i create a page in WCM using the template.anyone could have any sugg...
HiIn my workflow i have Dialog participation step in which i mapped the dialog contains widget having value ./val. Next is process step. I want to fetch the value of dialog's val inside process step. After start WF, When i checked process step logs. i found from map /etc/workflow/instances/2014-09-2...
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...