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
    I am getting the following exception when uploading a package to 6.1 AEM instance: com.day.jcr.vault.packaging.PackageException: org.apache.jackrabbit.vault.packaging.PackageException: javax.jcr.nodetype.ConstraintViolationException: OakConstraint0001: /apps/test-config/config[[nt:folder]]: No match...

    Views

    2.6K

    Likes

    0

    Replies

    4
  • 10/15/15
    Hi Everyone,I am trying to connect to MS SQL database in AEM 5.6 . Below is my service class which will provide the connection.@Component@Servicepublic class JDBCConnectionServiceImpl implements JDBCConnectionService{        private static final Logger LOGGER =            LoggerFactory.getLogger(JDB...

    Views

    2.1K

    Like

    1

    Replies

    8
  • 10/15/15
    I  have two publish servers.While installing a package in one publish server ,I got an error  "ERROR* [10.1.0.213 [1440501813043] POST /crx/packmgr/service/script.html/etc/packages/demo/test-1.0-SNAPSHOT.zip HTTP/1. 1] com.day.jcr.vault.fs.io.Importer There were errors during package install. Please...

    Views

    1.4K

    Likes

    0

    Replies

    6
  • 10/15/15
    hi,i need to have 2 elements on the same line and i have set the layout parameter of the container panel to "column".The inner elements stay on the same line now but the labels are disappear.Set the labelWidth parameter don't resolve my problem.Thanks

    Views

    268

    Likes

    0

    Replies

    1
  • 10/15/15
    I am trying to configure AEM with Adobe DTM for tag management. I gave the API token and could successfully connect to DTM and fetch the company name and web properties. We are hosting the DTM libraries in AEM itself. Hence I selected "self-hosting" option. I have given the DTM bundle URL as well as...

    Views

    896

    Like

    1

    Replies

    1
  • 10/15/15
    Hi All,Is there a feature, similar to "live copy" for DAM assets?  I'm looking for a way to create a parent/child relationship between assets, where the "children" assets inherit from the "parent".  We are currently running AEM 5.6.1, but would be interested in new features that may exist on 6.0 or ...

    Views

    2.8K

    Likes

    0

    Replies

    13
  • 10/15/15
    Can anybody tell me the pdf generation for classic ui is working fine but not not in case of touch ui  as same template and component has been used for touch ui.

    Views

    491

    Likes

    0

    Replies

    3
  • 10/15/15
    I'm looking at putting some event handling on a dialog and going through the instructions here: https://helpx.adobe.com/experience-manager/using/creating-touchui-events.html1) The instructions result in an event that fires on ALL dialogs. Is there an example for setting up an event on a specific dia...

    Views

    1.4K

    Like

    1

    Replies

    3
  • 10/15/15
    Hi All,(Similar issue to mine: http://coderissues.com/questions/31437688/how-to-traverse-a-map-having-keys-of-object-type-using-sightly )I am having tough time iterating a custom map in sightly, previously I have iterated through normal map<String, String> many type in sightly and it worked perfectl...

    Views

    4.3K

    Likes

    0

    Replies

    11
  • 10/15/15
    Hi,I need to add a panel into a compositefield.This is the code:this.mypanel = new CQ.Ext.Panel({layout:"hbox",width:200, height:100}); this.mypanel.add(this.textLink); this.mypanel.add(this.url); this.add(this.mypanel); this.mypanel.enable(); this.mypanel.setVisible(true); this.mypanel.doLayout(); ...

    Views

    300

    Likes

    0

    Replies

    1