This conversation has been locked due to inactivity. Please create a new post.
This conversation has been locked due to inactivity. Please create a new 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
Solved! Go to Solution.
Views
Replies
Total Likes
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.
Views
Replies
Total Likes
I am not aware of any API in the AEM SDK that would return this value. Whats the need to get this value?
Views
Replies
Total Likes
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
Views
Replies
Total Likes
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.
Views
Replies
Total Likes
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.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies