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-commons-extension/xwiki-commons-extension-repositories/xwiki-commons-extension-repository-maven/src/main/java/org/xwiki/extension/repository/aether/internal/components/PlexusContainerProvider.java#L62

On Sat, Sep 3, 2016 at 1:45 PM, Edward Knyshov <edv...@gmail.com> 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
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users



-- 
Thomas Mortagne
_______________________________________________
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to