Re: Distribution List of Services fails due to NPE

2017-07-24 Thread Timothee Maret
Hi Andreas, Thanks for reporting this. Could you open a JIRA issue with the details to reproduce it ? Regards, Timothee 2017-07-24 18:33 GMT+02:00 Andreas Schaefer Sr. : > The distribution fails to list its services under > /libs/sling/distribution/services.1.json > with an

Distribution List of Services fails due to NPE

2017-07-24 Thread Andreas Schaefer Sr.
The distribution fails to list its services under /libs/sling/distribution/services.1.json with an NPE. The reason is that the DefaultDistributionComponentProvider.getComponentMap() returns null for the TRIGGER kind. The getComponents() should check for a null to avoid the NPE. Cheers - Andy