Hi guys, I get this:
loader constraint violation: when resolving interface method "com.foo.services.AdminDataSource.getConfiguration(Lcom/foo/base/Component;)Lcom/foo/services/ComponentConfiguration;" the class loader (instance of org/apache/tapestry/internal/services/ComponentInstantiatorSourceImpl$PackageAwareLoader) of the current class, com/foo/base/AbstractComponent, and the class loader (instance of org/apache/catalina/loader/WebappClassLoader) for resolved class, com/foo/services/AdminDataSource, have different Class objects for the type com/foo/base/Component used in the signature What I can see from this, is two different class loaders load some classes. What I have is a component class trying to use a service of mine. What am I doing wrong? :) Thx in advance! Cheers janos