david g.
david g.
@samdhawa that is incorrect. If you look at the deployed code into app: https://github.com/Adobe-Consulting-Services/acs-aem-commons/tree/acs-aem-commons-4.12.0/ui.apps/src/main/content/jcr_root/apps You can see there is no `/apps/core/acs-commons` .. what's inside that?
@rishabh171294 the service users are defined using RepoInit scripts https://github.com/Adobe-Consulting-Services/acs-aem-commons/blob/master/content/src/main/content/jcr_root/apps/acs-commons/config/org.apache.sling.jcr.repoinit.RepositoryInitializer-root-acls.config#L3-L6 You have to install the `content` package, and RepoInit will see these OSGi configurations and create the service user. Can...
Fixed with https://github.com/Adobe-Consulting-Services/acs-aem-commons/pull/2820
Fixed in 5.3.0
Hi @Sambi-Kolagotla - Just tested this w/ v5.2.0 and it seems to be able to find the service user (and the server user appears to be registered) ![2022-04-08 at 5...
@Derthenier looks good - are there possibilities of conflicting w/ people that are already overlaying this space? Could we collide/overwrite with some else's customization?
I wonder if we just package this up and link to it from the docs page?
This feature is only for Classic UI - are you still on Classic UI?
You should just have to annotate your class with: `@Component(service = { ProcessDefinitionFactory.class } )` Try adding atleast 1 `@FormField` and a crtical action (just make it NOOP) like in:...
@gustavo-rey were you able to resolve this?