Nie jestem już w stanie uruchomić moich rejestratorów za pomocą zadania gradle `jettyRuǹ. Pierwszy problem z wieloma powiązaniami nie stanowił problemu. Ale teraz (po uaktualnieniu do wersji 1.4, jak sądzę) moje rejestratory się nie uruchamiają. Doktor slf4j mówi, żeby programowo zresetować kontekst, ale wolałbym to zrobić poprzez konfigurację, ponieważ jettyRun służy tylko do programowania.slf4j logback substituteLogger
$ gradle jettyRun
:compileJava UP-TO-DATE
:processResources UP-TO-DATE
:classes UP-TO-DATE
:jettyRun
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/opt/gradle-1.4/lib/logback-classic-1.0.9.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/home/bertrand/.gradle/caches/artifacts-23/filestore/ch.qos.logback/logback-classic/1.0.9/jar/258c3d8f956e7c8723f13fdea6b81e3d74201f68/logback-classic-1.0.9.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [ch.qos.logback.classic.util.ContextSelectorStaticBinder]
SLF4J: The following loggers will not work because they were created
SLF4J: during the default configuration phase of the underlying logging system.
SLF4J: See also http://www.slf4j.org/codes.html#substituteLogger
SLF4J: org.yajug.users.api.MembershipController
SLF4J: org.yajug.users.json.Serializer
SLF4J: org.yajug.users.api.MemberController
SLF4J: org.yajug.users.service.MemberServiceImpl
SLF4J: org.yajug.users.persistence.MongoConnector
Ja również testowane w Tomcat 7 ankiety w moim IDE i mam ten sam problem, wydaje się, że nie jest związana z Gradle jettyRun lub wiele powiązań – krampstudio