Application as it stands fails to work on Payara and GlassFish this is because TopCDsEndpoint is not considered a CDI bean therefore Logger injection fails asTopsCDsEndpoint does not have a bean defining annotation.
I've opted to make beans.xml discovery to be all. Although I could add a bean defining annotation for TopCDsEndpoint.
Application as it stands fails to work on Payara and GlassFish this is because TopCDsEndpoint is not considered a CDI bean therefore Logger injection fails asTopsCDsEndpoint does not have a bean defining annotation.
I've opted to make beans.xml discovery to be all. Although I could add a bean defining annotation for TopCDsEndpoint.