Expand my Community achievements bar.

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

  • 11/1/18
    Hello All,My team and I wish to begin automating our AEM builds via integration with SVN.I've seen plenty of documentation online with the technologies, GIT and Jenkins, however nothing about SVN.Does anyone have any advice as to continuous integration for SVN and AEM?We want to be able to make chan...

    Views

    470

    Likes

    0

    Replies

    1
  • 11/1/18
    Hello All,I  am trying to find if there is an option/integration in AEM sites that I can use to have a Live Streaming of  an Event on our website. Any pointers are welcomeRegards,Anand MN

    Views

    1.6K

    Like

    1

    Replies

    2
  • 10/31/18
    This issue is related to get a resource with the help of system user ("someuser") having all permissions given to that user in AEM 6.4. below is the code snippet:In configuration, my system user is defined as "someuser" against the bundle. But, for below code I am doing resourceResolver.get UserId()...

    Views

    3.4K

    Likes

    0

    Replies

    5
  • 10/31/18
    Hi guys,We have a problem in which in the exact moment we click to replicate our `apps` package, inside Package Manager, our instances all of them (author and publish) they break, they simply go down. They start returning http code 503 for everything, we can't even access CRXDE or Package Manager.I ...

    Views

    2.0K

    Likes

    0

    Replies

    6
  • 10/31/18
    Hello !We just pushed live the AEM 6.4 version today - and i noticed an issue with the contexthub kernel js file.https://www.ourwebsite.com/etc/cloudsettings/default/contexthub.kernel.js is giving a 404 while it was ok on the 6.2.I tested directly via IP on the publisher (to go without dispatcher)ht...

    Views

    2.5K

    Likes

    0

    Replies

    5
  • 10/30/18
    As per this article - https://helpx.adobe.com/experience-manager/kb/DisableLinkChecker.html to disable link checker in AEM we need to follow these steps -Disable all link checking by configurationGo to /system/console/configMgr and login as admin.Find the "Link Checker Transformer"Check the "Disable...

    Views

    968

    Likes

    0

    Replies

    2
  • 10/30/18
    hello I have this query and I would like to be able to store this query in a list or an array to carry out some processes with them here is the one that I haveresourceResolver = resourceResolverFactory.getAdministrativeResourceResolver(null);Session session = resourceResolver.adaptTo(Session.class);...

    Views

    2.0K

    Likes

    0

    Replies

    3
  • 10/30/18
    Hi All,I am facing one issue related to Uncaught DOMException: Blocked a frame with origin on server "https://<server_url>".Uncaught DOMException: Blocked a frame with origin "https://<server_url>" from accessing a cross-origin frame.In response header I have mentioned:X-Frame-Options: SAMEORIGINX-F...

    Views

    8.7K

    Like

    1

    Replies

    2
  • 10/30/18
    Our business wants to update various content /pages from a single page. This is basically switching the associated jcr path dynamically from the same page. Attached is the proposed authoring UI. I know it’s premature and can be changed. But the key is to control all the page/content CRUD operations ...

    Views

    700

    Likes

    0

    Replies

    4
  • 10/30/18
    Found a similar thread here: Need java code to convert the page names to lower case which a staff member posted this bit of code:void rename(Node node, String newName) throws RepositoryException     {        node.getSession().move(node.getPath(), node.getParent().getPath() + "/" + newName.toLowerCas...

    Views

    5.7K

    Likes

    0

    Replies

    4