Re: About Slf4j Error

2008-02-01 Thread Alex.Hon
Hello, I know the error,because of jetty6 use slf4j,and the WebAppContext`s _parentLoaderPriority default value is false [code]_parentLoaderPriority = Boolean.getBoolean("org.mortbay.jetty.webapp.parentLoaderPriority");[/code] so set parentLoaderPriority to true; jetty.xml:

Re: About Slf4j Error

2007-12-06 Thread Lococode
No. But I found the error may be because when jetty start load SLF4J. and where run mvn jetty:run is ok! so I :( ... Francois Armand wrote: > > Lococode wrote: >> Hi, > Hello Lococode, > >> [...] >> >> error: >> >> * java.lang.RuntimeException >> java.lang.ClassNotFoundException:

Re: About Slf4j Error

2007-12-06 Thread Francois Armand
Lococode wrote: Hi, Hello Lococode, [...] error: * java.lang.RuntimeException java.lang.ClassNotFoundException: caught an exception while obtaining a class file for org.example.myapp.pages.Start * java.lang.ClassNotFoundException caught an exception while obtaining a clas

Re: About Slf4j Error

2007-11-05 Thread Lococode
Yes , Log4j is 1.2.14. cmd mvn jetty:run , no errors. Howard Lewis Ship wrote: > > Make sure you are using Log4J 1.2.14. > > On Nov 5, 2007 9:09 AM, Lococode <[EMAIL PROTECTED]> wrote: >> >> Hi, new to Tapesty 5 here, using 5.0.6 >> >> I get the quickstart,and modify the Start.java >> packag

Re: About Slf4j Error

2007-11-05 Thread Howard Lewis Ship
Make sure you are using Log4J 1.2.14. On Nov 5, 2007 9:09 AM, Lococode <[EMAIL PROTECTED]> wrote: > > Hi, new to Tapesty 5 here, using 5.0.6 > > I get the quickstart,and modify the Start.java > package org.example.myapp.pages; > > import java.util.Date; > > import org.apache.tapestry.ioc.annotatio