Just bumped into the same problem in TynamoJpaModule:
@Startup
public static void addJpaEventListener(@Autobuild
ElasticSearchIndexMaintainer indexMaintainer) {
indexMaintainer.start();
}
Fails in exactly the same way, with "No service implements the interface
org.slf4j.Logger" error message.
On Wed, Jul 2, 2014 at 8:36 PM, Thiago H de Paula Figueiredo <
thiag...@gmail.com> wrote:
> On Wed, 02 Jul 2014 21:29:03 -0300, Manuel Sugawara <
> manuel.sugaw...@gmail.com> wrote:
>
> Hi,
>>
>
> Hello, Manuel!
>
>
> I'm trying to play a little bit with 5.4-beta-6 but our application that
>> ru
I'm guessing you're trying to @Inject a logger into a service.
>From memory, I *think* that loggers can only be @Inject'ed into pages and
components.
Components have additional behaviour availble to @Inject that services do
not. See InjectWorker/InjectProvider
On 3 July 2014 01:29, Manuel Sugawar
do you have this in your pom file
org.slf4j
slf4j-log4j12
1.7.2
On Wed, Jul 2, 2014 at 8:36 PM, Thiago H de Paula Figueiredo <
thiag...@gmail.com> wrote:
> On Wed, 02 Jul 2014 21:29:03 -0300, Manuel Sugawara <
> manuel.sugaw...@gmail.com> wrote:
>
> Hi,
>>
>
> Hello, Manuel!
On Wed, 02 Jul 2014 21:29:03 -0300, Manuel Sugawara
wrote:
Hi,
Hello, Manuel!
I'm trying to play a little bit with 5.4-beta-6 but our application that
runs on tapestry 5.3.7 isn't starting, the error is:
org.apache.tapestry5.ioc.internal.OperationException: No service
implements the in
Hi,
I'm trying to play a little bit with 5.4-beta-6 but our application that
runs on tapestry 5.3.7 isn't starting, the error is:
org.apache.tapestry5.ioc.internal.OperationException: No service implements
the interface org.slf4j.Logger.
Any clues on what I am missing?
Regards,
Manuel.