Ok, I finally managed to get it to work! It was based on Macdonalds original advice.For all reading this, ignore the <artifactId>aws-java-sdk-osgi</artifactId> bundle because it has a lot of dependency faults and version issues. You will end up driving yourself mad chasing dependencies. For anyone w...
Thanks Peter!That's the dependency I am using as well in the Core POM.I tried it before but when I install that dependency on OSGI though I get these errors:
Mate the bundles are already there... I don't have to install them again. I can find them through the depfinderProblem is they cannot be resolved... Same happens to the AWS packages. I followed Macdonalds advice and created a bundle that exports them, but for some reason they are not picked up.
Thanks Macdonald. I have done that and now I can see the dependency in the depfinder:The problem is my project still can't find those dependencies:My POM currently looks like this:<build> <plugins> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-scr-plugin</artifactId> </plu...
Thank you so much for the prompt answer. Unfortunately it did not work. My Core Pom is as follows:<?xml version="1.0" encoding="UTF-8"?><!-- | Copyright 2014 Adobe Systems Incorporated | | Licensed under the Apache License, Version 2.0 (the "License"); | you may not use this file except in complianc...
Hi guys,I am using the most recent maven archtype and therefore have the following folder structure:Project Name-Core-it.launcher-it.tests-it.apps-ui.contentI am importing an AWS dependency on my Master POM and Core POMMaster POM<dependencyManagement> <dependencies> <!--AWS Dependencies --> <d...
Hi Jorg,Again, thank you so much for the support. The complete command that I am running is:java -jar crx2oak-*.jar \/aem_environments/aem60/crx-quickstart/repository/ \/aem_environments/aem60/crx-quickstart/repository/datastore \How do I configure a datastore? I just want to move the content to 6....
Thanks so much for responding Jorg. I understand that but unfortunately my problem lies with the "Migrate the repository part".I've followed the instructions here Using the CRX2Oak Migration Tool but the information is very limited. I've set the env variables to export SLING_HOME="/usr/aem602/crx-qu...