Expand my Community achievements bar.

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

  • 1/25/18
    Can you prevent a rollout of a page based on the the existence of a property?If not, how could I prevent the rollout when the page has a specific property?

    Views

    1.6K

    Likes

    0

    Replies

    1
  • 1/25/18
    Low-memory action set to forkUsing 64bit VM settings, min.heap=1024MB, min permgen=256MB, default fork arguments=[-Xmx1024m, -XX:MaxPermSize=256m]**** WARNING: insufficent heap memory ******************************************The JVM reports 910 MB but we recommend at least 1024 MB +/- 20Use your JV...

    Views

    5.2K

    Like

    1

    Replies

    5
  • 1/25/18
    Hi   I am trying to run the beta jar provided . But the jar is not executing and so not able to initialize the server to start with the testing. tried raising a feedback request in the beta platform but with no response. Could some one point me to the right POC to check with these TIAVeena

    Views

    2.2K

    Likes

    0

    Replies

    7
  • 1/25/18
    Hi everyone,                     As part of regular deliver of the content to different audiences, assets get published to publishers and unpublished from publishers. I have 3 replication queues for 3 categories of the assets so that no blocking or waiting for each other. I am using replication API ...

    Views

    2.4K

    Likes

    0

    Replies

    2
  • 1/25/18
    Hi All,We are trying to send an email from a service. The mail contains an HTML body and an attachment. Below is the code we are using to send email.DataSource source = new ByteArrayDataSource(bytes, "application/pdf");MimeMultipart multipart = new MimeMultipart(); // Create the attachment partMimeB...

    Views

    5.7K

    Likes

    0

    Replies

    3
  • 1/25/18
    Hi All,How can I disable DAM Update Asset workflow for a specific path?My requirement is, whenever I upload or modify any files under my asset path (/content/dam/myproject/) the default DAM Update Asset workflow should not be launched automatically.RegardsDenny

    Views

    8.6K

    Likes

    2

    Replies

    5
  • 1/24/18
    To achieve my question above, I used querybuilder that retrieves custom pages and then I map these maps to a model file.My problem is that in some instances, there are pages without this custom property (as an example, let's call it aNew which can be either true or false and of boolean property).My ...

    Views

    3.8K

    Likes

    0

    Replies

    3
  • 1/24/18
    Hello,     We are migrating our codebase from AEM 6.1 to 6.3 and we are facing issues in user account creation.     In older versions of AEM, we created user accounts with AccountManager (created using AccountManagerFactory).     With the new implementation, We have to use AccountManagementService i...

    Views

    1.8K

    Likes

    0

    Replies

    2
  • 1/24/18
    I am so confused so have few questions regarding responsive layout. Really appreciate if someone will help me to understand this:1. would like to know if AEM is using bootstrap to implement responsive grid? If yes then which version of bootstrap?2. Our project is already using bootstrap and media qu...

    Views

    2.1K

    Like

    1

    Replies

    2
  • 1/24/18
    HelloI have a really complex query using HashMap and the QueryBuilder, part of it has something like this:        map.put("path", "/content");        map.put("path.exact", "true"); // defaults to true        map.put("path.flat", "true");        map.put("path.self", "true");I took that code from this...

    Views

    1.2K

    Likes

    0

    Replies

    1