I found out it gets even weirder if you have *aux* in between dashes (* *-aux-**). Somehow karaf's config admin file management generates a .cfg file with random numbers.
Cheers, Henrique Henrique Viecili On 1 June 2016 at 04:00, Owain McGuire <owain@integration.technology> wrote: >  > > Finally found this: https://access.redhat.com/solutions/1535463 > > > > If you have a dash "-" in the persistent-id then if you override the > properties file in $FUSE_HOME/etc with the name <pid>.cfg then it > won't > pick the property file up. > > > > so stuff-test.cfg will not work so change to persistent-id="stuff.test" and > call the override file stuff.test.cfg will work fine. > > > > Hope it saves you some time. > > > > O. > >