i have
public abstract class manoInterceptoriusFactory implements ServiceInterceptorFactory { @InjectObject("handleris") public abstract IHandler getHandler(); .... public void createInterceptor(InterceptorStack stack, Module invokingModule, List parameters) { ..... getHandler(); ... } } and it doesnt work: org.apache.hivemind.ApplicationRuntimeException: Unable to construct service tapestry.page.PagePool: Unable to construct service test1.manoInterceptorius: Unable to instantiate instance of class test1.manoInterceptoriusFactory: java.lang.InstantiationException [file:/C:/workspace/tomcatProjects/test1/exploded/WEB-INF/classes/META-INF/hivemodule.xml, line 17, column 61] i think its because of abstract class. so do you have any ideas on getting the object w/o using abstract class? -------------------- m2f -------------------- Sent from www.TapestryForums.com Read this topic online here: <<topic_link>> http://www.tapestryforums.com/viewtopic.php?p=14148#14148 -------------------- m2f --------------------
