[OS-webwork] Is my webwork configured correctly?

2003-12-18 Thread Robert Nicholson
Actually I'm trying to use the new Hibernate admin web app but the when I put this into Tomcat 5 I get the following when I create an exception. java.lang.NoClassDefFoundError: javax/mail/internet/AddressException com.opensymphony.util.TextUtils.verifyEmail(TextUtils.java:1492)

Re: [OS-webwork] Is my webwork configured correctly?

2003-12-18 Thread Hani Suleiman
You need mail.jar and activation.jar if you're using any email stuff. Robert Nicholson wrote: Actually I'm trying to use the new Hibernate admin web app but the when I put this into Tomcat 5 I get the following when I create an exception. java.lang.NoClassDefFoundError:

Re: [OS-webwork] Is my webwork configured correctly?

2003-12-18 Thread Fernando Martins
you need javamail jar in your WEB-INF/lib. Get it from java.sun.com On Thursday 18 December 2003 20:20, Robert Nicholson wrote: Actually I'm trying to use the new Hibernate admin web app but the when I put this into Tomcat 5 I get the following when I create an exception.