Expand my Community achievements bar.

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

  • 6/2/20
    Hi All,  We are trying to upgrade form spring dm to eclipse gemini. Gemini has released a new version which support spring 5.x onwards.  While installing the gemini extender bundle we are facing issue that some of the classes (which should ideally be in compendium bundle) are not found ?  We need in...

    Views

    1.7K

    Likes

    0

    Replies

    1
  • 6/2/20
    I am doing the tutorial link . So after cloning and checking all other stuffs I run mvn clean install -PautoInstallPackagePublishbut I get  [ERROR] Failed to execute goal com.day.jcr.vault:content-package-maven-plugin:1.0.2:install (default-cli) on project aem-guides-wknd.ui.apps: Connection refused...

    Views

    5.4K

    Likes

    0

    Replies

    7
  • 6/2/20
    Hi all, I have some button in html like " <a href="#" class="btn btn-default stackbannersubmit">ENROL NOW</a>" When i pass the Value of 'ENROL NOW' that time only the button should need to visible. if i don't pass any value or 'ENROL NOW' it should't show any button. For that what i have to do, can ...

    Views

    1.9K

    Likes

    0

    Replies

    2
  • 6/2/20
    Hi,Can someone explain to me what changes need to be made in a maven project so that we can import and export bundles.Let's say I have a bundle - com.abcI want to use some classes of the abc bundle in a different bundle - com.pqrSo I will need to export the com.abc bundle (maybe by modifying the pom...

    Views

    7.4K

    Likes

    0

    Replies

    4
  • 6/2/20
    Hi, I had created a custom scheduler for sending emails based on inbox tasks in aem. It was working properly until a day ago when suddenly, even if the scheduler is disabled, and the bundle is stopped, it is still somehow running and I get emails for newly created tasks. But in the project logs it s...

    Views

    8.4K

    Likes

    0

    Replies

    11
  • 6/2/20
    Hi All, Recently we have upgraded our system to 6.3 to 6.5. When we execute query using Querybuilder API it is giving double when compare with query execution with Query debugger/query performance tool. It is giving blank values when we use Querybuilder API.It is picking proper custom index also ,in...

    Views

    6.7K

    Likes

    0

    Replies

    13
  • 6/2/20
    I have a simple servlet that upload a PDF to adobe esign and I manage to get a URL back.  I now want to redirect the client to this URL. The actual URL is valid if I copy-paste it into a browser, but the AEM override the below URL from https://secure.na1.echosign.com/.....to https://my.aem.server.ur...

    Views

    2.1K

    Likes

    0

    Replies

    1
  • 6/2/20
    Hi, Is it possible to give a regex pattern for a daterange.property in aem query builder and search for all properties falling under the regex pattern. Usecase :  we are trying to query around 30 date properties set for an asset whether if any particular date among them falls under the given date ra...

    Views

    7.7K

    Likes

    0

    Replies

    13
  • 6/2/20
    I was following this git repo for extending the Embed core component. Extension of the Embed component is possible by providing any of the following: Custom URL ProcessorCustom oEmbed ConfigurationCustom embeddable fragmentThe custom oEmbed configuration, I tried adding a new config in Core Componen...

    Views

    2.3K

    Likes

    0

    Replies

    3
  • 6/1/20
    I am trying to use opencsv in my AEM project. For that I have added the maven dependency as below in my core bundle pom.xml. <dependency><groupId>com.opencsv</groupId><artifactId>opencsv</artifactId><version>4.1</version></dependency> But after adding this dependency, my project bundle is showing in...

    Views

    17.0K

    Like

    1

    Replies

    10