Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 10/15/15
    I developed a basic project as an OSGI bundle. I tested it by installing it using http://localhost:4502/system/console/bundles. The bundle shows as active.Then I switch to http://localhost:4502/system/console/services and the services of the bundle show.Later after doing some development, my bundle ...

    Views

    622

    Likes

    0

    Replies

    4
  • 10/15/15
    If I have a bundle imported into AEM using http://localhost:4502/system/console/bundles and I do not have any Interfaces exposed as Services but my bundle is active and has the package with my class in the export packages. The examples I have come across in the documentation use something like the b...

    Views

    1.3K

    Likes

    0

    Replies

    4
  • 10/15/15
    Hi,Is there a way to make code similar to what follows transactional:UserManager userManager = ...; //  org.apache.jackrabbit.api.security.user.UserManager userManager.createUser(...); userManager.createGroup(...); updateGroupService.updateGroup(...) // org.apache.sling.jackrabbit.usermanager.Update...

    Views

    766

    Likes

    0

    Replies

    3
  • 10/15/15
    I have created a MAVEN project in Eclipse. It compiles and installs. Importing it I getjavax.json,version=[1.0,2) -- Cannot be resolvedjavax.json.stream,version=[1.0,2) -- Cannot be resolvedorg.apache.http -- Cannot be resolvedorg.apache.http.client -- Cannot be resolvedorg.apache.http.client.method...

    Views

    2.5K

    Likes

    0

    Replies

    5
  • 10/15/15
    I am trying to use the following line of code from http://helpx.adobe.com/experience-manager/using/using-sling-apis.htmlResourceResolver resourceResolver =resolverFactory.getAdministrativeResourceResolver(null); //line 82 but I get java.lang.NullPointerException    at shoprite.holdings.impl.FetchSto...

    Views

    6.1K

    Like

    1

    Replies

    14
  • 10/15/15
    I generate a maven project as follows, but it uses [INFO] Using property: cqVersion = 5.6.1. How do I change  mvn archetype:generate -DarchetypeGroupId=com.day.jcr.vault -DarchetypeArtifactId=multimodule-content-package-archetype -DarchetypeVersion=1.0.2 -DarchetypeRepository=adobe-public-releases s...

    Views

    1.0K

    Likes

    0

    Replies

    3
  • 10/15/15
    Hi,i've a problem with a dialog editor, whith a dialogfieldset nested in a checkable fieldset.All is rendered fine, but when i put some values and click save, no values seems to be saved (after re-opening dialog only checkable field is stored).Can anyone help me? Thanks <?xml version="1.0" encoding=...

    Views

    1.2K

    Likes

    0

    Replies

    6
  • 10/15/15
    HiI have issue in tabs as i can see the parsys area gets shrink when i open the other tab. After some findings i an using the attached code to hide the parsys for the tabs not open. Below is my jsp code where i am not getting where to call show / hide functions as given in attached file. Below is my...

    Views

    436

    Likes

    0

    Replies

    1
  • 10/15/15
    Hi,Our servers are located in Australia and we have multiple components with datetime xtype. When we store the dialog the time is stored from gmt timezone and is not country specific. Can we change a system property somewhere that the component start storing time in local timezone?Thanks

    Views

    801

    Likes

    0

    Replies

    1
  • 10/15/15
    Hello,We have found a bug in AEM6.0 with SP1 installed. Steps to reproduce:1. http://localhost:4502/damadmin#/content/dam/geometrixx/offices/basel%20roof.jpg2. Switch tab to "Digital Assets".3. Try to close "basel roof.jpg" tab.Result:    Tab is not closed.Browser console:TypeError: this.activeTab.e...

    Views

    355

    Likes

    0

    Replies

    1