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