Hi, I downloaded the AndroMDA 3.0M3 snapshot this weekend (should be the build made in the night from saturday to sunday) and tried to deploy the online store sample to tomcat 5.0.28. I got the following exception stack trace in the tomcat log:
2004-09-05 16:49:31 StandardContext[/manager]HTMLManager: install: Installing web application from 'jar:file:/C:/java/jakarta-tomcat-5.0.28/webapps/online-store-web.war!/' 2004-09-05 16:49:32 StandardContext[/online-store-web]Marking servlet action as unavailable 2004-09-05 16:49:32 StandardContext[/online-store-web]Servlet /online-store-web threw load() exception javax.servlet.ServletException: Error instantiating servlet class org.apache.struts.action.ActionServlet ... ----- Root Cause ----- java.lang.NoClassDefFoundError: org/apache/commons/beanutils/Converter ... I then manually added commons-beanutils-1.7.0.jar to WEB-INF/lib and it works. So this lib is obviously missing when the war file is build. Unfortunatly I don't know maven well enought to give any hints on where the problem could be... Regards Stefan ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click _______________________________________________ Andromda-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/andromda-user
