Adding missing and new jars
Hi people
love Roo first of all. Trying my first project right now with and i have a problem that when i try to deploy from STS to Tomcat that i get a hsql.jar is missing error.
Quote:
PropertyAccessException 1: org.springframework.beans.MethodInvocationExceptio n: Property 'driverClassName' threw exception; nested exception is java.lang.IllegalStateException: Could not load JDBC driver class [org.hsqldb.jdbcDriver]
at org.springframework.beans.AbstractPropertyAccessor .setPropertyValues(AbstractPropertyAccessor.java:1 02)
at org.springframework.beans.AbstractPropertyAccessor .setPropertyValues(AbstractPropertyAccessor.java:5 8)
at org.springframework.beans.factory.support.Abstract AutowireCapableBeanFactory.applyPropertyValues(Abs tractAutowireCapableBeanFactory.java:1275)
... 30 more
Can anyone tell me how i can add that jar?
Also i wanna add the spring web services jars. Is there a way to add those in STS?
Thank you