I'm also looking at using the workflow java API's to move/start the workflows. However using the API's i'm facing some strange behaviour. Please find attached the WorkflowManager class that i make use of.I'm using a 5 participant step workflow model. I first start the workflow using the startWorkflo...
Hi, I'm facing the deployment to the production environment of a CQ project, I have two question I would like to ask to make sure I'm taking the right approach.1) Reading CQ reference documentation I'm not sure what is best for a production instance, CQ standalone jar or the war version deployed int...
I couldn't find enought information about CQ5 integration with these party tools:- SEO- Google Tag Manager- Google Analytics Premium- Amadeus Flex Pricer Any idea?
Hello Am getting error in system/console like junit.framework -- Cannot be resolvedjunit.textui -- Cannot be resolvedI have added supporting dependencies also stil am getting this error .That would be great for your reply. Thanks,Rahul
According to ResourceResolver Interface:http://dev.day.com/docs/en/cq/current/javadoc/org/apache/sling/api/resource/ResourceResolver.htmlThere are ways to resolve either path or request to a Resource: Resource resolve(HttpServletRequest request) Deprecated. as of 2.0.4, use resolve(HttpServlet...
Hi,I noticed that when you click on column header inside siteadmin the following command will get postedhttp://localhost:4502/content/test/test-basics.pages.json?_dc=1389237752930&sort=assets&dir=ASC&start=0&limit=10&predicate=siteadminand the json that gets returned will ordered alphanumerically ei...
The problem is that say you have a video asset in the DAM, http://mysite.com/content/dam/mysite/resources/videos/Patient-Centered-Approach.mp4I am using an HTML5 video player (jwplayer). It has two properties, the video file url and the url of the "poster" (“rendition” or “thumbnail”) image. The re...
In my widget, i want to have a group picker which returns all groups in cq and allows user to pick one. Which xtype i should use or do I need to create a customized one?