Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.
Level 1
Level 2
Melden Sie sich an, um alle Badges zu sehen
Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.
Which OSGi/Sling/AEM API could be used to retrieve file system path to CRX Quickstart folder?
E.g. Get the path to CRX Quickstart folder.
Regards,
Peter
Gelöst! Gehe zu Lösung.
Zugriffe
Antworten
Likes gesamt
I would look at using standard Java file/folder functionality.
https://docs.oracle.com/javase/tutorial/essential/io/find.html
That should get the result you need to programmatically locate the AEM QuickStart.
Zugriffe
Antworten
Likes gesamt
I am not aware of any API in the AEM SDK that would return this value. Whats the need to get this value?
Zugriffe
Antworten
Likes gesamt
Hi Scott,
Thank you for your reply,
Third party system is uploading their exported data into crx quick start directory.
The need from AEM, is to read archive from crx quickstart directory and insert data into CRX.(OOTB Importer functionality did not satisfy them...).
Would like to avoid hard coding crx quick start location for each environment, instead getting those Programmatically would be beneficial.
Regards,
Peter
Zugriffe
Antworten
Likes gesamt
I would look at using standard Java file/folder functionality.
https://docs.oracle.com/javase/tutorial/essential/io/find.html
That should get the result you need to programmatically locate the AEM QuickStart.
Zugriffe
Antworten
Likes gesamt
Why don't you make it configurable via OSGI, since its very rare that it will going to changed.
Once AEM is setup in any environment you can configure the location, it would be one time job.
Zugriffe
Antworten
Likes gesamt
Zugriffe
Likes
Antworten
Zugriffe
Likes
Antworten