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:
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:
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
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
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