Hi Daniel,It helps a lot to resolve the previous issue and now, I can use AemContext Object. However, I am facing the next issue: Running wcm.salvaITest.PageTest Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.398 sec <<< FAILURE! - in wcm.salvaITest.PageTest t...
Hi all,I am trying to write Junit test by using WCM IO testing tools. I have been reading lots of articles but I can't make it work. The steps I follow are:Add maven dependency for AEM 6.2 <dependency> <groupId>io.wcm</groupId> <artifactId>io.wcm.testing.aem-mock</artifactId> <version...
Hi all,I would like to tag components trough the cq:tags property in order to search for them quickly. However, the TagManager -> tagManager.find(tag.getTagID(); can't find them.I believe it is related with the cq:Taggable mixin. Could it be applied to a cq:Component node type? Regards,Salvador,
Hi Feike,The core bundle from 'Las Vegas' project isn't active into the OSGi Container due to: javax.inject,version=[0.0,1) -- Cannot be resolved. This is a knwon issue and all you need to do is to include this dependency: <dependency> <groupId>org.apache.geronimo.specs</gr...
smacdonald2008 wrote... Yup - i can reproduce this issue - please file a ticket as per Kautuk's suggestion. This is not working the way it should. Hi smacdonald,All we needed is to specify the classifier on the dependency section of the child modules.Regards,Salvador.
Hi Feike,Thanks for this suggestion. I found the issue by looking at 'Las Vegas' project. The issue was I did not specify the classifier on the child modules.Thanks for your support,Salva.
Hi all,I have created a new project by using Eclipse+AEM Plugin for AEM 6.2 based on a multi-module project whose archetype is: aem project archetype 10.Then, I have removed this dependency: <dependency> <groupId>com.adobe.aem</groupId> <artifactId>aem-api</a...
Hi smacdonald,This answer does not really solve my problem as I can not use the capabilities of the 'TemplatedContainer' object but, It works Cheers,Salva.