Netcentric / accesscontroltool

Rights and roles management for AEM made easy
Eclipse Public License 1.0
150 stars 91 forks source link

Configure Listener and configuration path via osgiConfig #133

Closed kleinlain closed 7 years ago

kleinlain commented 7 years ago

Not sure if closed issues are read anymore, so...

either I am too stupid or I forgot something essential.

We provide two additional files in our package

/jcr_root/apps.../config

biz.netcentric.cq.tools.actool.configuploadlistener.impl.UploadListenerServiceImpl.xml

<?xml version="1.0" encoding="UTF-8"?>

and biz.netcentric.cq.tools.actool.aceservice.impl.AceServiceImpl.xml <?xml version="1.0" encoding="UTF-8"?>

What am I missing here?

gruberroland-netcentric commented 7 years ago

Looks good. Maybe you have saved manually in system console? Then the XML is not applied. In this case delete the configuration in system console. Try also a restart of AEM in case something got stuck.

kleinlain commented 7 years ago

ah, yes, seems like it was a problem with manual config, I reinstalled the actools bundle with a restart of the instance, now it works configuration seems to work. thanks.