Hi all,I'm trying to integrate AEM 6.3 with Target Premium. I'm following steps listed in Integrating with Adobe Target. I'm not using opt-in wizard but using Manual integration step. But I'm getting stuck while syncing the AEM Activities with Target. I'm getting these errors.I have tried almost eve...
Hi guys i am getting this error while starting 5.6 jar Unable to compile class for JSP: An error occurred at line: 98 in the jsp file: /libs/granite/core/components/login/login.jsp The type java.lang.CharSequence cannot be resolved. It is indirectly referenced from required .class files 95: ? reques...
Whenever we need to change a value in the configs, the change is not picked up immediately . The server always needs a restart. Is this an issue with server ?
Hi, I am trying to install AEM 6.2 quickstart jar but getting following exceptionERROR: Error parsing system bundle export statement: org.osgi.dto; version=1.0.0, org.osgi.framework; version=1.8.0, org.osgi.framework.dto; version=1.8.0, org.osgi.framework.hooks.bundle; version=1.1.0, org.osgi.framew...
Hi All, I have a sling model and I am using @SlingObject SlingHttpServletReponse reponse to get a reference to the response objectsame works fine in author but in publisher the response object is nullAny thoughts on why this might be?
Hi All,We are using CXF API 3.2.0 for accessing SOAP webservice in AEM.We are have included below given dependency for cxf-rt-frontend-jaxws with default scope.<dependency><groupId>org.apache.cxf</groupId><artifactId>cxf-rt-frontend-jaxws</artifactId><version>3.2.0</version></dependency> While inv...
Hi everyone,I have encountered some interesting thing in Sling. I have this model, for example ExampleModel.java · GitHub.I set defaultInjectionStrategy = DefaultInjectionStrategy.OPTIONAL for this model, and create field marked as @ChildResource. And this field leave required in spite of this. My q...
Hi All,I downloaded UGC cleanup tool from https://github.com/andrewmkhoury/communities-srp-tools and build it and deploy.But I don't how to use. where I need to fire "curl -X POST http://localhost:4502/services/social/srp/cleanup?path=/content/usergenerated/asi/jcr -uadmin:admin" command. Can any on...
Hi,I created a custom workflow for the request activation of a page. It's equals at the default workflow, but before activate the page, I added a custom step.My question is what's the correct way to call my workflow instead of that default.The solution I thinked and I'm implementing is to override "...