Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 10/15/15
    Hi,I am working on Dockerizing our CQ 5.6 deployment for local development.For local development, we have 1 author instance, 1 publisher instance, 1 author dispatcher, and 1 publisher dispatcher.The author instance is assigned an IP address of 192.168.78.1 and the publisher is assigned an IP address...

    Views

    781

    Likes

    0

    Replies

    1
  • 10/15/15
    Lets say we have a component called" myProjectAComponent" that is in apps/myProjectA/myProjectAComponent. now in /apps/myProjectB, how can I use this myProjectACompnent ? Thank you

    Views

    602

    Likes

    0

    Replies

    2
  • 10/15/15
    In the AEM 6.0 release notes (http://docs.adobe.com/content/docs/en/aem/6-0/release-notes.html), it describes this functionality:Metadata and search enhancementsSearch made easier. Enhancements in metadata management and search allow power users and end users of digital asset management to work more...

    Views

    658

    Likes

    0

    Replies

    1
  • 10/15/15
    Hi,I got a question about Workflow. When I started a workflow on one page, I can see the “RUNNING” status in the “Instances” tab of Workflow console ( http://localhost:4502/libs/cq/workflow/content/console.html ). Then I went to the Inbox and chose to complete this workflow ( The work item in the in...

    Views

    1.0K

    Likes

    0

    Replies

    4
  • 10/15/15
    Hey folks,I'm attempting to upload a 316MB package to CQ use CRXDE - the import reaches 100% and then fails with the message "Error while creating tmp file." I had no issues with smaller packages, the only difference with this one is the size. Is there an upper limit on packages for upload? Do I nee...

    Views

    7.2K

    Likes

    0

    Replies

    7
  • 10/15/15
    How to access design mode on mobile UI of AEM6 ?

    Views

    911

    Likes

    0

    Replies

    3
  • 10/15/15
    Hi, I'm trying to implement a grid component . I have followed the below documentation for reference .http://helpx.adobe.com/experience-manager/using/creating-custom-cq-component-uses.htmlIf I run the js files from the above link, I'm able to see a grid render in a window, however my requirement is ...

    Views

    926

    Likes

    0

    Replies

    2
  • 10/15/15
    In AEM 6, did anyone tried to create a new website following these steps:http://docs.adobe.com/docs/en/aem/6-0/develop/the-basics/website.html#Installing Adobe Experience ManagerI got stuck as following:1. WebDAV to the etc/... ==> Seems that in Windows 7 there is a an issue that does not allow acce...

    Views

    3.6K

    Likes

    0

    Replies

    4
  • 10/15/15
    we need to implement granite ui dialogs in our project can you please share the sample code.Note : i went throught the below link but was not helpfulhttp://docs.adobe.com/docs/en/cq/current/touch-ui/granite-reference.htmlThanks in advance

    Views

    932

    Likes

    0

    Replies

    3
  • 10/15/15
    Hi I have 2  questions around programatically. 1) I need to save files to the DAM. I can save jpg files using the  code public  String ToDam(InputStream is, String fileName, javax.jcr.Session session, String damLocation, String fileType,String addOrRemove) {        try {            javax.jcr.Node no...

    Views

    10.3K

    Like

    1

    Replies

    8