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 Guys, Kindly some one share me your thoughts on client context. As per my understanding, client context is related to one publish machine, Then if that particular publish machine goes down.Can we still replicate that client context to other machine.Kindly correct me if am wrong.Thanksn

    Views

    665

    Likes

    0

    Replies

    4
  • 10/15/15
    We are trying to use vaultclipse plugin on an Apple using OS X version 10.10.1We can import the vault clipse plugin into Eclipse Lunar. In Lunar we used the following steps to re-install vaultclipseTry1. Uninstall VaultClipse2. Install "Eclipse 2.0 Style Plugin Support"[*]3. Install VaultClipse[*]1....

    Views

    1.8K

    Likes

    0

    Replies

    2
  • 10/15/15
    I have created a custom form action which contains the following:  dialog, addfields.jsp, forward.jsp.I am using the add fields.jsp to construct a simple form and a submit button. My intention is that when the user submits, to form data is sent to another component where i invoke a service and then ...

    Views

    487

    Likes

    0

    Replies

    3
  • 10/15/15
    The server servlet code is below(return to client);JSONWriter jw = new JSONWriter(response.getWriter()); try { jw.array(); jw.object(); jw.key("result").value(result); jw.endObject(); jw.endArray(); } catch (JSONException e) { log.error("JSON Exception:", e); }And the client file JS in fold clientli...

    Views

    1.0K

    Likes

    0

    Replies

    6
  • 10/15/15
    Hi,Sometimes execution of the following query:final String statement = "SELECT * FROM [cq:PageContent] AS sites " + + "WHERE ISDESCENDANTNODE([/content/myapp]) AND sites.hostName IS NOT NULL " + "ORDER BY sites.hostName"; final Session session = resourceResolver.adaptTo(Session.class); final QueryMa...

    Views

    536

    Likes

    0

    Replies

    2
  • 10/15/15
    Hi,Here, some of these options are used throughout the examples, but are they listed and documented somewhere?Thanks,Behrang 

    Views

    1.0K

    Likes

    0

    Replies

    6
  • 10/15/15
    In my project I had to add the default OOTB mBOX component to the sidekick in order for authors to allow creating mboxes across the site. Going through adobe documentation, I found that we have to include cq/personalization/components/clientcontext after start of body tag and cq/cloudserviceconfigs/...

    Views

    1.8K

    Likes

    0

    Replies

    6
  • 10/15/15
    Hi,We have a template page (let's call it templateA) where we have built pages with.  Let's say we have pages pageA and pageB.  The constructed page pageA works correctly.  All links (for eg. /content/global/en_us/index/solutions/index.html) are resource mapped correctly (eg /solutions/index.html). ...

    Views

    529

    Likes

    0

    Replies

    3
  • 10/15/15
    Hi,I am trying to implement the Offloading mechanism in multiple AEM 6.0(SP1) author instances(non-clustered). The thing I observed is, I can able to connect all of the instances in a topology, but the offloading is not working! I tried using "DAM Upload Asset Offloading" workflow in one instance. I...

    Views

    1.4K

    Likes

    0

    Replies

    6
  • 10/15/15
    In my local jcr I havecontent/itemIn a bundle I have the following code fragment : On saving or creating nodes I get the following results from the string I created, debugmessage debugMessage = Server Response = line 127:: got root node doesSpecialsExist it.hasNext() = true line142:: content/special...

    Views

    688

    Likes

    0

    Replies

    2