This is a Sisu error. For some reason your component is found as a Plexus component (in which injected Logger does not make any sense since that's a XWiki component thing). Need to understand why now. The way org.xwiki.extension.repository.aether.internal.components.PlexusContainerProvideris configured (1) it's supposed to search for plexus index files. 1: https://github.com/xwiki/xwiki-commons/blob/master/xwiki-commons-core/xwiki-... On Sat, Sep 3, 2016 at 1:45 PM, Edward Knyshov <[email protected]> wrote:
I'm trying to inject xwiki logger using @Inject Logger logger; But when I start xwiki I get totally broken app and following errors in my logs: https://gist.github.com/edvorg/f6d5205b51ae32b71faf527d9a80302c Has anybody met this before? Thanks, Edward. _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne