Hi Edward,
> On 04 Sep 2016, at 19:26, Vincent Massol wrote:
>
> Hi Edward,
>
>> On 03 Sep 2016, at 13:45, Edward Knyshov 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:
>>
Hi Edward,
> On 03 Sep 2016, at 13:45, Edward Knyshov 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
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
confi
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.
__