Re: Tapestry 5.4-beta-6 No service implements the interface org.slf4j.Logger.

2016-06-15 Thread Ilya Obshadko
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.

Re: Tapestry 5.4-beta-6 No service implements the interface org.slf4j.Logger.

2014-07-03 Thread Manuel Sugawara
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

Re: Tapestry 5.4-beta-6 No service implements the interface org.slf4j.Logger.

2014-07-03 Thread Lance Java
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

Re: Tapestry 5.4-beta-6 No service implements the interface org.slf4j.Logger.

2014-07-02 Thread Barry Books
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!

Re: Tapestry 5.4-beta-6 No service implements the interface org.slf4j.Logger.

2014-07-02 Thread Thiago H de Paula Figueiredo
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

Tapestry 5.4-beta-6 No service implements the interface org.slf4j.Logger.

2014-07-02 Thread Manuel Sugawara
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.