Re: T5 Cryptic Error

2007-10-11 Thread Peter Stavrinides
Oh I see! thanks !! My BreadCrumbs class needs to be an ASO which is needed by the navigation component, it also requires ComponentResources. I was injecting them (using @Inject and @ApplicationState) So instead I should use InjectService("ComponentResources") in the BreadCrumbsImpl constru

Re: T5 Cryptic Error

2007-10-10 Thread Howard Lewis Ship
Please check out: http://tapestry.apache.org/tapestry5/tapestry-core/guide/reload.html Basically, you shouldn't mix component classes with services classes. When you do so, you need to define an interface for your components to implement. On 10/10/07, Peter Stavrinides <[EMAIL PROTECTED]> wrote:

T5 Cryptic Error

2007-10-10 Thread Peter Stavrinides
Hi All I use Tapestry 5, Java 6 with the maven plugin in eclipse 3.3. I am building a user specific navigation component, and I am getting this strange error: java.lang.LinkageError loader constraint violation: when resolving method "com.web.services.BreadCrumbs.getRootLink()Lcom/web/compone