Archive for the ‘Maven’ Category
Monday, April 19th, 2010
I used Spring Roo for a small, public web application recently, and all went well until I attempted to deploy it on a hosted VPS.
The application didn't deploy, and I got the dreaded error message:
java.lang.NoClassDefFoundError: javax/el/ValueExpression
A little poking around led me to this Roo bug report that details the problem. ...
Posted in Chariot, Java, Maven, Spring, Uncategorized, tomcat | No Comments »
Wednesday, June 3rd, 2009
First, an observation - today, I decided to stop lugging my laptop around, and left it at the hotel - I'm fully dependent on the SunRay terminals today - the wireless connectivity left a lot to be desired yesterday, anyway
I'm sure that the virtualization network is under maximum load right ...
Posted in Chariot, Java, JavaScript, Maven | No Comments »
Thursday, January 15th, 2009
I recently converted a Java/Spring webapp from Ant to Maven. The webapp uses many of the Spring modules, including Spring Security, MVC, Web Flow, AOP, and Hibernate.
Since it took me hours to sort out all of the Maven dependencies, I figured that I'd post the working pom.xml here, so that ...
Posted in Chariot, Java, Maven | 4 Comments »