Hello,I have a vanilla OOTB setup of Social Communities.When trying to save an edited site, I get a 500 error with the following in the error logs14.02.2018 11:39:08.572 *WARN* [155.201.35.70 [1518626346841] GET /services/tagfilter HTTP/1.1] com.day.cq.wcm.core.impl.components.ComponentCacheImpl No ...
I am having trouble wrapping my head around an issue concerning experience fragments and linking. Let my simplify our setup.- A blueprint page called 'team' @ '/content/platform-blueprints/company/en/team' - Page contains a simple link component that refers to '/content/platform-blueprints/compa...
I have created a static template for some product pages. Simplified for debugging it looks like this at page creation time:However when the Product Description field is replaced by a richtext, the input collapses to this:What could cause this?
Is there any way in AEM 6.1 to access the key/value of JSON Object returned from Java class in Sightly (HTL)? I believe one indirect way would be to convert the JSON to Collection (Map) in java and use the map in Sightly to access the key/value. But is there any way available to do this without conv...
Hello All,I am exploring the community group creation. I see that after I create a community group, when I go back to the group and click on 'Edit Group", under Membership tab, the type of community is locked/grayed out.Is it possible to make the group type changeable? Is it advisable to try that?AE...
I am missing something here. I am creating a new class and waht to have the resource resolver factory loaded using the @Reference annotation.But it is not working and I am always getting an NPE when I use it.Would someone help me to understand why? What am I missing?Thanks.@Component(metatype = fals...
Hello All,I am currently on AEM 6.2 FP2 and looking to install FP3 (Deploying Communities ). I am able to install the FP3 package in my instance and can see that the communities version is "v1.10.167"I tried putting the dependency for same as below in my pom.xml:<dependency><groupId>com.adobe.cq.so...
I've written my own custom annotation to find a property on the current resource and to return it. This annotation works fine when the property is available on the resource, things go wrong when it is not found:Annotation:@Target({ElementType.FIELD})@Retention(RetentionPolicy.RUNTIME)@InjectAnnotati...