Expand my Community achievements bar.

Adobe Summit 2025: AEM Session Recordings Are Live! Missed a session or want to revisit your favorites? Watch the latest recordings now.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 10/15/15
    Hi ,While developing web applications we maintain the sessions.Could anyone suggest how to maintain such session mechanism in AEM?

    Views

    804

    Likes

    0

    Replies

    2
  • 10/15/15
    Hello,I have problem with using Apache OpenCmis in Adobe CQ6.The problem starts when I import  chemistry-opencmis-osgi-client to OSGi console.Bundle is only in Installed mode, no Active. Bugs in bundle:Imported Packagescom.ctc.wstx.stax,version=[4.2,5) -- Cannot be resolvedcom.sun.xml.internal.ws.ap...

    Views

    803

    Likes

    0

    Replies

    3
  • 10/15/15
    Aside from junit tests incorporated in every build and selenium tests for components, we want to explore the use of server-side (sling-based) tests for integration testing.  There will be cases where we need to test components that use references to classes such as SlingRepository or ResourceResolve...

    Views

    489

    Like

    1

    Replies

    2
  • 10/15/15
    How does one determine what is the correct version of jackrabbit-standalone***.jar for CQ 5.6.1 (I am currently working on) and for CQ 6.1 (will be upgrading to very soon). On http://mvnrepository.com/artifact/org.apache.jackrabbit/jackrabbit-standalone the latest version is <dependency>    <groupId...

    Views

    593

    Likes

    0

    Replies

    2
  • 10/15/15
    We are implementing journal entries in our AEM 5.6.1 implementation. When a user saves an entry and the title has spaces or other illegal characters, the characters get replaced with an underscore (_); Is there an OSGi setting or some other way to change that character to a hyphen, like the page man...

    Views

    819

    Likes

    0

    Replies

    6
  • 10/15/15
    I created a new channel by overriding /etc/clientlibs/granite/clientlibrarymanager/DefaultChannelDetector.js, using the existing ie6 channel as a template to create an ie8 channel so that channels looked like this:var channels = [channel: "ie6", // or lowermatch: /MSIE ([0-6]\.[\.0-9]{0,})/i},{chann...

    Views

    605

    Likes

    0

    Replies

    4
  • 10/15/15
    I have some assumptions regarding JCR and AEM, I am not sure if they are correctAssumption 1) When setting up an AEM server, it creates a JCR db. Assumption 2) All the meta data about the application is stored in the JCR nodes and properties.Assumption 3) When the CQ tools such as CRXDE lite and Web...

    Views

    492

    Likes

    0

    Replies

    2
  • 10/15/15
    We are currently using CQ5.4 and now planning to upgrade it to AEM6.1. Question is can we directly upgrade from CQ5.4 to AEM6.1 or do we need to do step upgrade i.e. first upgrade from CQ5.4 to AEM (5.6) and then from AEM5.6 to AEM 6.1?Thanks,MS

    Views

    503

    Likes

    0

    Replies

    2
  • 10/15/15
    Hi, Can any one explain how to develop parallax in AEM?

    Views

    2.3K

    Like

    1

    Replies

    1
  • 10/15/15
    Hi,In our application, we have a lot of servlets and workflows that run on continuously. We were thinking of using sessions as we need to update the JCR. From the servlet we can get the sessions like slingRequest.getResourceResolver.adapTo(Session.class) and in the workflow we already have a session...

    Views

    3.1K

    Likes

    2

    Replies

    9