Hi huys,

I check-out yesterday the nightly build, and try to run car-rental-system.
No problem in compilation (all log seems to be ok)
but, when i try some use case functionnality, i get this message error ! register car, by exemple)
someone gets a idea ?


*From the navigator:
exception*

javax.servlet.ServletException: Servlet execution threw an exception
        
org.displaytag.filter.ResponseOverrideFilter.doFilter(ResponseOverrideFilter.java:86)
        
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:75)

*root cause*

java.lang.NoClassDefFoundError
        
org.andromda.samples.carrental.inventory.web.registerCar.RegisterCar._searchExistingCars(RegisterCar.java:39)
        
org.andromda.samples.carrental.inventory.web.registerCar.RegisterCar.execute(RegisterCar.java:19)
        
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:421)
        
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:226)
        org.apache.struts.action.ActionServlet.process(ActionServlet.java:1164)
        org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:397)


From the console :
13:01:12,418 ERROR [Engine] StandardWrapperValve[action]: Servlet.service() for 
servlet action threw exception
java.lang.NoClassDefFoundError: 
org/andromda/samples/carrental/inventory/web/registerCar/RegisterCarControllerImpl$ExistingcarsDummy
       at 
org.andromda.samples.carrental.inventory.web.registerCar.RegisterCarControllerImpl.<init>(RegisterCarControllerImpl.java:41)
       at 
org.andromda.samples.carrental.inventory.web.registerCar.RegisterCarControllerFactory.<clinit>(RegisterCarControllerFactory.java:6)
       at 
org.andromda.samples.carrental.inventory.web.registerCar.RegisterCar._searchExistingCars(RegisterCar.java:39)
        ...

Thanks for your comments.

Michael.



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Andromda-user mailing list
Andromda-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/andromda-user

Reply via email to