Hello there! I'm deploying my first Tapestry 4.0 + Hivemind app and I'm getting this error:
org.apache.hivemind.ApplicationRuntimeException: Unable to construct service hivemind.Startup: Error at jar:file:/C:/java/tomcat-5.5.9/webapps/tcrud/WEB-INF/lib/hivemind-1.1-beta-1.jar!/META-INF/hivemodule.xml, line 597, column 43: Unable to process attribute autowire-services (of element construct): Error at jar:file:/C:/java/tomcat-5.5.9/webapps/tcrud/WEB-INF/lib/hiveutils.jar!/META-INF/hivemodule.xml, line 32, column 79: Translator 'deferred-object' duplicates a previous definition at jar:file:/C:/java/tomcat-5.5.9/webapps/tcrud/WEB-INF/lib/tapestry-4.0-beta-2.jar!/META-INF/hivemodule.xml, line 234, column 79 and has been ignored. location: jar:file:/C:/java/tomcat-5.5.9/webapps/tcrud/WEB-INF/lib/hivemind-1.1-beta-1.jar!/META-INF/hivemodule.xml, line 597, column 43 org.apache.hivemind.ApplicationRuntimeException: Error at jar:file:/C:/java/tomcat-5.5.9/webapps/tcrud/WEB-INF/lib/hivemind-1.1-beta-1.jar!/META-INF/hivemodule.xml, line 597, column 43: Unable to process attribute autowire-services (of element construct): Error at jar:file:/C:/java/tomcat-5.5.9/webapps/tcrud/WEB-INF/lib/hiveutils.jar!/META-INF/hivemodule.xml, line 32, column 79: Translator 'deferred-object' duplicates a previous definition at jar:file:/C:/java/tomcat-5.5.9/webapps/tcrud/WEB-INF/lib/tapestry-4.0-beta-2.jar!/META-INF/hivemodule.xml, line 234, column 79 and has been ignored. location: jar:file:/C:/java/tomcat-5.5.9/webapps/tcrud/WEB-INF/lib/hivemind-1.1-beta-1.jar!/META-INF/hivemodule.xml, line 597, column 43 org.apache.hivemind.ApplicationRuntimeException: Error at jar:file:/C:/java/tomcat-5.5.9/webapps/tcrud/WEB-INF/lib/hiveutils.jar!/META-INF/hivemodule.xml, line 32, column 79: Translator 'deferred-object' duplicates a previous definition at jar:file:/C:/java/tomcat-5.5.9/webapps/tcrud/WEB-INF/lib/tapestry-4.0-beta-2.jar!/META-INF/hivemodule.xml, line 234, column 79 and has been ignored. location: jar:file:/C:/java/tomcat-5.5.9/webapps/tcrud/WEB-INF/lib/hiveutils.jar!/META-INF/hivemodule.xml, line 32, column 79 I've just started with hivemind and hiveutils with Tapestry but I know I have some services duplicated. How can I solve this problem? Regards Vinicius --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
