activation.jar / Tomcat 5.5 / JDK 5

2005-05-06 Thread Dale, Matt
Hi, I've seen this mentioned before but no solution. I'm trying to use javamail with the above set up but I keep getting java.lang.NoClassDefFoundError: javax/activation/DataSource. I have the activation.jar and have tried it in common/lib, shared/lib and WEB-INF/lib with no success and it is

RE: activation.jar / Tomcat 5.5 / JDK 5

2005-05-06 Thread Allistair Crossley
Hi, Make sure you only have activation.jar and mail.jar in common/lib and not in your web application lib folder. Allistair -Original Message- From: Dale, Matt [mailto:[EMAIL PROTECTED] Sent: 06 May 2005 11:10 To: Tomcat Users List (E-mail) Subject: activation.jar / Tomcat 5.5

RE: activation.jar / Tomcat 5.5 / JDK 5

2005-05-06 Thread Dale, Matt
Have done that. Only ever had one copy of the jar. Ta -Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent: 06 May 2005 11:15 To: Tomcat Users List Subject: RE: activation.jar / Tomcat 5.5 / JDK 5 Hi, Make sure you only have activation.jar and mail.jar in common

RE: activation.jar / Tomcat 5.5 / JDK 5

2005-05-06 Thread Allistair Crossley
To: Tomcat Users List Subject: RE: activation.jar / Tomcat 5.5 / JDK 5 Have done that. Only ever had one copy of the jar. Ta -Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent: 06 May 2005 11:15 To: Tomcat Users List Subject: RE: activation.jar

RE: activation.jar / Tomcat 5.5 / JDK 5

2005-05-06 Thread Dale, Matt
] Sent: 06 May 2005 11:36 To: Tomcat Users List Subject: RE: activation.jar / Tomcat 5.5 / JDK 5 Have you unpacked the activation.jar you have and verified this class exists ;) You've not left anything in shared/lib or the JRE hasn't anything that would find activation on your classpath