Hi all, I am a student and I just started to use AndroMDA for my thesis...but I get exception when I am going to compile my project (rentalrooms) with jboss; the build with maven result successful, the generated code is successful too.
the exception is: ............ 15:59:10,087 INFO [A] Bound to JNDI name: queue/A 15:59:10,087 INFO [B] Bound to JNDI name: queue/B 15:59:10,087 INFO [C] Bound to JNDI name: queue/C 15:59:10,097 INFO [D] Bound to JNDI name: queue/D 15:59:10,097 INFO [ex] Bound to JNDI name: queue/ex 15:59:10,127 INFO [testTopic] Bound to JNDI name: topic/testTopic 15:59:10,127 INFO [securedTopic] Bound to JNDI name: topic/securedTopic 15:59:10,137 INFO [testDurableTopic] Bound to JNDI name: topic/testDurableTopic 15:59:10,137 INFO [testQueue] Bound to JNDI name: queue/testQueue 15:59:10,197 INFO [UILServerILService] JBossMQ UIL service available at : /0.0.0.0:8093 15:59:10,237 INFO [DLQ] Bound to JNDI name: queue/DLQ 15:59:10,458 INFO [ConnectionFactoryBindingService] Bound connection factory for resource adapter for ConnectionManager "jboss.jca:name=JmsXA,service=ConnectionFactoryBinding to JNDI name "java:JmsXA" 15:59:10,528 INFO [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=file:/C:/apps/jboss-4.0.2/server/default/deploy/jmx-console.war/ 15:59:13,883 INFO [EARDeployer] Init J2EE application: file:/C:/apps/jboss- 4.0.2/server/default/deploy/rentalonline-app-1.0.ear 15:59:16,516 INFO [EJBDeployer] Deployed: file:/C:/apps/jboss-4.0.2 /server/default/tmp/deploy/tmp169rentalonline-app-1.0.ear-contents /rentalonline-core-1.0.jar 15:59:16,536 INFO [TomcatDeployer] deploy, ctxPath=/rentalonline, warUrl=file:/C:/apps/jboss-4.0.2 /server/default/tmp/deploy/tmp169rentalonline-app-1.0.ear-contents /rentalonline-web-1.0-exp.war/ 15:59:16,707 INFO [ResponseOverrideFilter] Filter initialized. Response buffering is enabled 15:59:16,757 INFO [[/rentalonline]] Marking servlet action as unavailable 15:59:16,757 ERROR [[/rentalonline]] Servlet /rentalonline threw load() exception java.lang.NoClassDefFoundError: org/apache/commons/beanutils/Converter at java.lang.Class.getDeclaredConstructors0(Native Method) at java.lang.Class.privateGetDeclaredConstructors(Class.java:1618) at java.lang.Class.getConstructor0(Class.java:1930) at java.lang.Class.newInstance0(Class.java:278) at java.lang.Class.newInstance(Class.java:261) at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java :1048) at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:925) at org.apache.catalina.core.StandardContext.loadOnStartup( StandardContext.java:3857) at org.apache.catalina.core.StandardContext.start(StandardContext.java:4118) at org.apache.catalina.core.ContainerBase.addChildInternal( ContainerBase.java:759) at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739) at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java :39) at sun.reflect.DelegatingMethodAccessorImpl.invoke( DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.apache.commons.modeler.BaseModelMBean.invoke(BaseModelMBean.java:503) at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:150) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644) at org.apache.catalina.core.StandardContext.init(StandardContext.java:5005) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java :39) at sun.reflect.DelegatingMethodAccessorImpl.invoke( DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.apache.commons.modeler.BaseModelMBean.invoke(BaseModelMBean.java:503) ..................... I fallowed the getting started; my configuration is: jboss 4.02, maven 1.02, andromda-profile-3.0-SNAPSHOT, my project use struts cartridge Help me please, Thanks in advance all _________________________________________________________ Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=492#492 Posting to http://forum.andromda.org/ is preferred over posting to the mailing list! ------------------------------------------------------- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 _______________________________________________ Andromda-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/andromda-user
