david g.
david g.
You should be able to verify that credentials are attached to the outgoing request. You should be able to do this by using `crx-quickstart/opt/helpers/proxy.jar` . `$ sudo java -jar proxy-2.1.jar...
Fixed in 6.5.0
@mrjayviper What file exactly are you seeing `${configMgr}` go null in?
It looks like the service user mappings are set in the `config` but the repo init scripts that create the users are only in `config.author` .. we should move the...
@rdb987 , @serg-kovalenko, @Victar 1. If you look in Dev Console, are you seeing only a single ACS Commons bundle? Or are there multiple of the same bundle at different...
@adamcin was able to help determine it was this: https://github.com/Adobe-Consulting-Services/acs-aem-commons/commit/302aadee81429a73c82c3f67c9ff02b8c556dc37#diff-9c5fb3d1b7e3b0f54bc5c4182965c4fe1f9023d449017cece3005d3f90e8e4d8R221 The *.xml reprocesses all the services, as they are explicitly enumerated already. 
Specifically WRT to the Service-Component configuration not overwriting the value, it appears it has something to do with: `-plugin.felixscr: org.apache.felix.scrplugin.bnd.SCRDescriptorBndPlugin;destdir="$(basedir)/target/classes";log=error` If you comment this out, then you get the expected...
@adamcin - maybe im not following, but it seems like its `org.apache.felix.scrplugin.bnd.SCRDescriptorBndPlugin` generating the overlaps. I was saying that if we removed all Felix SCR annotations from the code, then...
@adamcin what artifact will be updated w/ the fix -- will it be in a version bump to: ``` org.apache.felix org.apache.felix.scr.bnd 1.9.6 ``` It looks looks like the artifact the...
@adamcin ahhh! gotcha - makes much more sense now. Any insights on what AEM CS/6.5 SP version it will be in?