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 try to use HttpSession to store some user data. I created service that save data in session and read those data for user back, path to is is defined as sticky connection. And as long we use one CQ5.5 instance it works. But on multiple instances when user go to another page that is not defined a...

    Views

    3.3K

    Likes

    0

    Replies

    5
  • 10/15/15
    Is CRXDE full version (not crxde lite)  is still supported in AEM ? No major version has been released since 2011. The last one is CRXDE 1.0.1 Please let me know.Thank you.

    Views

    1.3K

    Likes

    0

    Replies

    4
  • 10/15/15
    AEM Cluster documentation mentions that only slave nodes does not delete the clustered.txt when shutdown normally.However, my observation with AEM/CQ 5.5 (and 5.6) is that master node will not delete the clustered.txt even if its shutdown normally (stop script)IF other slave nodes in that cluster ar...

    Views

    559

    Likes

    0

    Replies

    2
  • 10/15/15
    Hi,i would like to copy some page with the current date.Example myPage.html -> myPage_2013-08-15_13:36.htmlThe following code copies the page but without date. It is because of such signs (-, :,....). How can you overcome this?Date date = new Date(); SimpleDateFormat df = new SimpleDateFormat( "yyyy...

    Views

    675

    Like

    1

    Replies

    2
  • 10/15/15
    Hi all,Just preface this post, I'm very new to Java development... so I could be missing something basic.Basically, I'm forking the list component in libs/foundation and want to have the pages be descending (reverse), versus the default ascending. I've tried various things in the dialog in CRXDE Lit...

    Views

    974

    Likes

    2

    Replies

    2
  • 10/15/15
    Hello, Adobe folks!What is the status on the public Adobe Nexus repository? I've seen it mentioned as "unsupported" or "unofficial", but your maven archetypes reference it, and so does Obtaining the Content Package Maven Plugin. Is Adobe committed to actually supporting this repository, or is it sti...

    Views

    2.7K

    Like

    1

    Replies

    2
  • 10/15/15
    We are not aware of the implications/limitations on creating a BP mapping pages/subpages instead of folder/pages since we´ve found out that CQ’s restore capabilities has a constraint the fact  that you can only restore content under another page, and not under a folder.  Has anyone can clarify me th...

    Views

    539

    Like

    1

    Replies

    2
  • 10/15/15
    Hi Adobe, We are trying to integrate CQ with CXF to consume webservices. As per recommendation by CQ from one of the posts, switching classloader makes the OSGI container aware of the class. We tried that option and were successful in integrating the webservice. But the classloader switching is caus...

    Views

    595

    Likes

    0

    Replies

    2
  • 10/15/15
    I'm creating java servlet and I have problem with compilation. It says "The method adaptoTo(Class) is undefined for the type ResourceResolver". I'm following this tutorial and when I try to compile it, I get this error:The method adaptoTo(Class) is undefined for the type ResourceResolver line: 81Thi...

    Views

    1.7K

    Likes

    2

    Replies

    2
  • 10/15/15
    Hi,I'm looking a way to get hold of the child nodes in the order of the node names using any API. The oob api getNodes doesnt have any overloaded method which i can use to sort the child nodes using node name. i stumbled upon the BTreeManager, but not sure if that can be used for that purpose.I can ...

    Views

    1.1K

    Likes

    0

    Replies

    2