Expand my Community achievements bar.

Get ready! An upgraded Experience League Community experience is coming in January.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 11/8/15
    hello, when trying to migrate a set of users and groups I get this error in package manager:"org.apache.jackrabbit.vault.packaging.PackageException: javax.jcr.nodetype.ConstraintViolationException: OakConstraint0027: The admin user cannot be removed. Am hoping someone has a set of guidelines for mig...

    Views

    3.4K

    Likes

    2

    Replies

    6
  • 11/6/15
     As far as i know, to the best of my knowledge a better implementation to consume a REST API or a Web Service API is to introduce a HTTPClient (Apache or Jersey Client or any Client). Very much like the post in https://helpx.adobe.com/experience-manager/using/restful-services.htmlhttps://helpx.adobe...

    Views

    7.4K

    Like

    1

    Replies

    7
  • 11/6/15
    Is there a way to force the current page to refresh when switching between Edit and Preview modes? This is to ensure that logic that checks against the current mode value runs as expected.

    Views

    3.3K

    Likes

    0

    Replies

    5
  • 11/6/15
    I need to read a key value pair (Stored in Excel) in one of the OSGi service.I am thinking of three approaches:Store the Excel under Resources for Osgi bundle , and read the Excel using :File file = File.createTempFile("test",".xls");contentStream=class.getClassLoader().getResourceAsStream("TextExce...

    Views

    1.3K

    Likes

    0

    Replies

    2
  • 11/6/15
    As teaser component is deprecated in AME 5.6.0 I tried to implement the same using Target component in AME 6.0 and everything seems to be working fine. But when i tried the same in AEM 6.1 experiences are not resolved based on segmentation. I have googled for hotfix and found hotfix-6570 (Fix relate...

    Views

    1.2K

    Like

    1

    Replies

    2
  • 11/6/15
    Could you put across what would be best way to pull the content from a standalone website to CQ5.Thanks,Srinivas

    Views

    1.2K

    Likes

    0

    Replies

    4
  • 11/6/15
    Hi All ,I have a requirement in which I need to show a component in sidekick only for few groups , and for all other groups it should not be displayed in sidekick . Has anyone idea of the same as I am not sure same can be achieved via ACL's or not as ACL can monitor node appearance in crxde but here...

    Views

    1.5K

    Likes

    0

    Replies

    1
  • 11/6/15
    Hi guys,we are trying to setup a new environment with a new AEM6 instance. The goal is to load test it with a comparable size of content wrt to the production environment. To do so, we want to move the production segment store (crx-quickstart/repository folder) into the crx-quickstart folder of the ...

    Views

    905

    Likes

    0

    Replies

    1
  • 11/6/15
    Hi,i have a service designed to share its annotation properties. I have 2 global arraylist initialized into the activation of the service (@Activate).Is there a way to launch the activation method of my service when the bundle starting?Thanks

    Views

    651

    Likes

    0

    Replies

    2
  • 11/5/15
    This does not work:private ResourceResolver getImpersonatedResolver(String userId) { Map<String, Object> param = new HashMap<>();    try {if(StringUtils.isNotBlank(userId)){ param.put(ResourceResolverFactory.USER_IMPERSONATION, userId);            return resourceResolverFactory.getResourceResolver(p...

    Views

    2.3K

    Likes

    0

    Replies

    3