Problem with jetty deployment
Dear Forum,
thanks for the great work done on Roo.
However, I have some problem to deploy the petclinic on jetty 7. When installing the war-file in the webapp directory it doesn't start up claiming a missing javax/el/ELContext
Quote:
org.springframework.beans.factory.BeanCreationExce ption: Error creating bean with name 'tilesConfigurer' defined in ServletContext resource [/WEB-INF/config/webmvc-config.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: javax/el/ELContext
at org.springframework.beans.factory.support.Abstract AutowireCapableBeanFactory.initializeBean(Abstract AutowireCapableBeanFactory.java:1395)
and
work perfectly.
1. How do I get maven to weave in these missing classes?
2. Alternatively, is there a way to use the jetty configuration of Spring roo/maven in a standalone (i.e. not embedded) environment?
Thanks for your help!