RE: T5: upgrade to T5.0.13 from T5.0.11 ClassNotFoundException for slf4j.Logger

2008-07-02 Thread Russell Brown
That is it. Thanks Ben Russell. -Original Message- From: Ben Gidley [mailto:[EMAIL PROTECTED] Sent: 02 July 2008 12:09 To: Tapestry users Subject: Re: T5: upgrade to T5.0.13 from T5.0.11 ClassNotFoundException for slf4j.Logger Russell, I think this is a Jetty issue. Try running the

Re: T5: upgrade to T5.0.13 from T5.0.11 ClassNotFoundException for slf4j.Logger

2008-07-02 Thread Ben Gidley
Russell, I think this is a Jetty issue. Try running the application via mvn jetty:run - if this works then the problem is Jetty is hiding SLF4J from the beanEditForm class loader. What is happening is Jetty hides 'server' classes from the web application unless they are also in WEB-INF/lib. When

Re: T5: upgrade to T5.0.13 from T5.0.11 ClassNotFoundException for slf4j.Logger

2008-07-02 Thread Ulrich Stärk
Might this work? http://markmail.org/message/eomhqzs7ktvu7g65 Uli Russell Brown schrieb: Hi, I have just upgraded my projects dependencies under maven from T5.0.11 to T5.0.13. Everything compiled OK (after I changed all the *.tapestry.* imports to *.tapestry5.* imports and used the new refact

T5: upgrade to T5.0.13 from T5.0.11 ClassNotFoundException for slf4j.Logger

2008-07-02 Thread Russell Brown
Hi, I have just upgraded my projects dependencies under maven from T5.0.11 to T5.0.13. Everything compiled OK (after I changed all the *.tapestry.* imports to *.tapestry5.* imports and used the new refactored constants classes). However when I request a page that includes a BeanEditForm I get a la