Hi @aemninja,Cloud service Configurations dropdown is to pull the configs from old location - /etc/cloudservicesNow per the restructuring guidance, we need to locate the Cloud configuration path field to project specific configuration root. That is /conf/project in Cloud Configuration path field.You...
Hi @espinari,If call to the component is not happening, you can cross check on the below.Check the path as part of the Comments as evident in the view source of page which has dynamic component. (Screenshot 1)Make sure it is full content path or if it is shortened path, see to that the actual compon...
Hi @sanjanas3080058,Thanks for the inputs.Is it possible for you to provide details onConditions that we are trying to check in Lambda function.And this flow from S3 to AEM is a one time activity? AEM version. Do you foresee use of AEMasCS in future?
Hi @sanjanas3080058,Is it possible for you to provide details onConditions that we are trying to check in Lambda function.And this flow from S3 to AEM is a one time activity? AEM version. Do you foresee use of AEMasCS in future?
Hi @tushaar_srivastava,Please find below sample snippet making use of Query Builder API to bring in the AEM assets under specific path.Result sets are adapted to Asset object (com.day.cq.dam.api.Asset)Assuming altText is a custom Metadata property, we can gain access to the same via Asset object.org...
Hi @SebasRios34,If you are closing the connections upon usage correctly in other process components/wherever it is used and in need to additional connections through the connection pool,You can increase the number of connections (Pool size - highlighted in red) in your respective OSGI factory config...
@shelly-goel,Per the issue statement, GraphQLServlet(from GraphQL core bundle) has issue in Activate method which results in Service Registration issue.Also, just realized the below issue on missing jcr_root*ERROR* [OsgiInstallerImpl] org.apache.jackrabbit.vault.packaging.registry.impl.JcrPackageReg...
Hi @sanjanas3080058,From the code snippet shared and name of Java class file(ImportAssetsToDam), could assume that are trying to Import Assets to DAM from Standalone Java code.If it is for the reason of one time activity, you can make use of Groovy Scripts where accessing objects/APIs are ease or yo...
Hi @shelly-goel,Use the below JSON. JSON parse error is because of not handling Escaping in the regex string. {
"supportscredentials":true,
"exposedheaders":[
""
],
"supportedmethods":[
"GET",
"HEAD",
"POST",
"PUT",
"DELETE",
"OPTIONS"
],
"...
@shelly-goel,Can you confirm if the instance is only with CIF add on and Venia package when it was last working or were there any changes done on top. If yes, please share high level details