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 everyone,AEM 6.1 I'm trying to the example Media Handler from:https://helpx.adobe.com/experience-manager/using/damhandler.htmlMaven deploys the bundle and starts the bundle.But the Declarative Service Component   stays on "state unsatisfied (reference)".Two of the references are unsatisfied (see ...

    Views

    2.1K

    Likes

    0

    Replies

    2
  • 10/15/15
    I need to get the translation for the key words mentioned below .i need a way to get the adobe internal library. Please let me know how to do it. I am using <fmt:message key="${keyword}" /> .  I  could use  /apps/project/i18n/en_US/apps/project/i18n/nl_NL but i am looking  from existing adobe librar...

    Views

    867

    Likes

    0

    Replies

    5
  • 10/15/15
    We are having workflow which will publish pages/assets to lower environments (Prod author to Pre-Prod author and Pre-Prod publisher) first...After that the content will be manually validated in lower environment (Pre-Prod author and Pre-Prod publisher) and will be pushed to corresponding publishers ...

    Views

    632

    Likes

    0

    Replies

    1
  • 10/15/15
    Hi,We're using the SAML Authentication Handler in AEM6 SP2 and this is working fine for logging in.  We've also checked the "Handle Logout" option and filled in the "Logout URL" of our IdP. However, when we call /system/sling/logout.html there does not seem to be a call to the IdP to the logout URL....

    Views

    10.2K

    Like

    1

    Replies

    12
  • 10/15/15
    Is it possible to programmatically (using JCR API - node.setProperty("cq:tags", ..) ) set a non existent TagID (i.e. it's not found under etc/tags) on a Page node?This seems to work on the author instance but not publish. Want to make sure this is something AEM comes with built in and is not custom ...

    Views

    410

    Likes

    0

    Replies

    1
  • 10/15/15
    I am facing an issue when upgrading from CQ5.5 to AEM 6.1 . I have already deleted the index files and am able to regenerate them when I run the migrate command . java -Xmx4096m -XX:MaxPermSize=2048M -jar aem-quickstart-6.1.0.jar -v -x crx2oak -xargs -- -o migrate However, I see the following error ...

    Views

    643

    Likes

    0

    Replies

    2
  • 10/15/15
    Is there any approach or possibility for accessing specific component html using custom bulit service. We can access data by querying but we need to access full html how it is going to be when it is rendered.

    Views

    6.4K

    Likes

    0

    Replies

    8
  • 10/15/15
    I am getting the below dependency issue. com.adobe.cq.launches.api,version=[1.3,2) -- Cannot be resolved I included the below dependency in pom.xml   <dependency>          <groupId>com.adobe.cq</groupId>          <artifactId>cq-launches-api</artifactId>          <version>5.6.4</version>        </dep...

    Views

    1.0K

    Likes

    0

    Replies

    4
  • 10/15/15
    When will oak 1.0.19 be available on the package share? When I've searched and looked I have not seen it. I believe it has a fix for an issue we are seeing on my client's authoring instance. We continue to get warning log messages that are along the lines of ...CompiledPermissionImpl Cannot retrieve...

    Views

    1.1K

    Likes

    0

    Replies

    3
  • 10/15/15
    Hi Team,Here is my code, it's working fine, but how i can set page properties to editable by default. <edit                                    jcr:primaryType="nt:unstructured"                                    sling:resourceType="granite/ui/components/endor/actionbar/button"                       ...

    Views

    1.4K

    Likes

    0

    Replies

    4