Re: How to integrate Tapestry 5.0.9 with Spring

2008-01-29 Thread Jacob Bergoo
Hi all, I got the same error. Did you find a solution to this problem? Jacob spamglik wrote: > > Hi > I have updated log4j.jar for 1.2.14 in jetty/extra/ext but that did not > help . > :( > > > > Christian Gorbach wrote: >> >> hi, >> replace your/jetty log4j.jar with a newer one (which

Re: How to integrate Tapestry 5.0.9 with Spring

2008-01-26 Thread spamglik
Hi I have updated log4j.jar for 1.2.14 in jetty/extra/ext but that did not help . :( Christian Gorbach wrote: > > hi, > replace your/jetty log4j.jar with a newer one (which does support TRACE > log level) > http://www.nabble.com/T5%3A-Upgrade-to-5.0.6-SNAPSHOT-td12878469.html > cheers > c)h

Re: How to integrate Tapestry 5.0.9 with Spring

2008-01-26 Thread Christian Gorbach
hi, replace your/jetty log4j.jar with a newer one (which does support TRACE log level) http://www.nabble.com/T5%3A-Upgrade-to-5.0.6-SNAPSHOT-td12878469.html cheers c)hristian spamglik wrote: > > I check in the sources the line that crash. > > logger = _loggerSource.getLogger(def.getLoggerNam

Re: How to integrate Tapestry 5.0.9 with Spring

2008-01-26 Thread spamglik
I check in the sources the line that crash. logger = _loggerSource.getLogger(def.getLoggerName()); I have problem with Spring since Tapestry 5.0.6. This is the same version were the logger was changed from commons logging to slf4j. Anybody has any ideas if this is related? Anybody use spring in