Expand my Community achievements bar.

brolinuk
brolinuk
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • I have created project (say project A) just pushing AWS libraries to AEM in the apps/system/install folder, so that my other project (say project B) running on the same author instance can use those libraries within OSGI framework. After project A has pushed the libraries, I can see them in apps/sys...

    Type

    Questions

    Views

    2.5K

    Likes

    2

    Replies

    5
  • Hi, I am writing a new clientlib to validate my customised field on page properties, which is defined below.  <field   jcr:primaryType="nt:unstructured"   sling:resourceType="granite/ui/components/foundation/form/select"   fieldLabel="Offer Type"   cq:showOnCreate="{Boolean}true"   name="./offerType...

    Type

    Questions

    Views

    5.8K

    Like

    1

    Replies

    6
  • I have created a slingServlet like below with post request. It worked before and somehow stopped working. @SlingServlet(methods = {HttpConstants.METHOD_POST, HttpConstants.METHOD_OPTIONS},   paths = {"/bin/v1/cms/content/sitemap"})public class SitemapServlet extends SlingAllMethodsServlet {}Not sure...

    Type

    Questions

    Views

    2.7K

    Likes

    0

    Replies

    2
  • I am trying to call AWS S3 bucket from our AEM. I have created an S3Manager class/service to to wrap it. which will be injected/referenced from wherever needed. This is working fine, but requires to create AmazonS3Client instance each time when I need to upload or download a file. I am trying to ini...

    Type

    Questions

    Views

    1.4K

    Likes

    0

    Replies

    3
  • This might be a dumb question. Why OSGI doesn't support using third party directly? If my bundle requires a non-osgi dependency, I got options to use maven Felix maven-bundle-plugin (as import resource) or just add as separate bundle via the install folder(any other option?). What I don't understand...

    Type

    Questions

    Views

    3.1K

    Like

    1

    Replies

    5
  • I am creating the sitemap file within the AEM and upload to the S3 bucket. I have tried to use normal AWS sdk and osgi version, but both end up with same issue, when I try to run the upload. java.lang.NoClassDefFoundError: Could not initialize class com.amazonaws.services.s3.AmazonS3ClientI have def...

    Type

    Discussions

    Views

    3.8K

    Like

    1

    Replies

    4
  • I am creating a sitemap from part of my JCR. I am happy to iterate the JCR when first time creating it, but really don't want to re-iterate every time a request come in to pickup the latest content. I would assume there is some thing like a listener to catch the change that have been made in the JCR...

    Type

    Questions

    Views

    1.0K

    Likes

    0

    Replies

    2
Top badges earned by brolinuk
Customize the badges you want to showcase on your profile