Hello!I have implemented a plugin for translations, everything works but to configure it you have to go through the Legacy Cloud Service page, while a plugin like the Microsoft one can be configured from the next page (Translation Cloud Service). I followed the project that I find on GitHub, so much...
I solved it by fixing filter.xml, the test install of the package manager said that there was a faulty filter, even if it didn't give it to me during compilation
I solved it by fixing filter.xml, the test install of the package manager said that there was a faulty filter, even if it didn't give it to me during compilation
@arunpatidar same error. I've added autoInstallSinglePackage in the all-module's pom.xml and the core stuck in loop. Log is the same as the one generated by uploading from package managerUPDATE: when I refresh the Package Manager page, the packages status switch to ok or to install at each refresh. ...
Hi @arunpatidar I'm installing manually the all.zip via upload on package manager. The autoInstallSinglePackage is not present in my pom, but needs to work via package manager for internal testing
Hi everyone,when I use the Maven profile autoInstallPackage, the AEM Connector that I developed works fine. But when I upload it via package manager the all.zip file, it doesn't work and the core module stills in a loop.I attach two different error.log: autoInstallPackage and upload via package mana...
I solved this problem but it still doesn't work from package manager, going into debug on the core, it seems like it's in a loop. I reiterate that it works with the Maven Profile "autoInstallPackage".That's the profile:<profile> <id>autoInstallPackage</id> <activation> <activeByDefault>...
Hi everyone,I'm developing a translation connector for AEMaaCS and I'm respecting the package structure for immutable and mutable contents, but I've a problem with the upload via package manager. On the error.log file, I receive this error:26.01.2024 16:33:10.165 *ERROR* [OsgiInstallerImpl] org.apac...