Re: T5 Component Class Resolver Impl Assertion Error

2007-06-25 Thread Daniel Jue
Oh SNAP! I just figured it out. I had so many components that I decided to move my border-related components from /components to /components/layout But I also had a component that was named layout. So the error stemmed from Tapestry trying to resolve /components/layout/layout.cla

Re: T5 Component Class Resolver Impl Assertion Error

2007-06-25 Thread Daniel Jue
I've also tried these things: Commented out all acegi and spring references in web.xml Deleted local maven repository to force fresh downloads Compared older revisions of key files Tried changing component and page references to use . instead of / when they are in a subdirectory. Removed comp

T5 Component Class Resolver Impl Assertion Error

2007-06-25 Thread Daniel Jue
Something broke this morning after I did a mvn update. Tapestry-* are the only snapshot libraries I use. POM dependencies is at the bottom of the email. I am using Tomcat 5.5.23. Eclipse WTP publishes the app to Tomcat's webapp dir. I have a feeling that the error is not the Acegi part of the