Hi, You need the JTA API (downloadable by itself from Sun: don't get the whole j2ee.jar). Put it in WEB-INF/lib of your webapp.
Yoav Shapira Millennium Research Informatics >-----Original Message----- >From: David Short [mailto:[EMAIL PROTECTED] >Sent: Wednesday, August 11, 2004 1:57 PM >To: Tomcat Users Group (E-mail) >Subject: Tomcat 5.0.19 class problem > >Can anyone tell me what is wrong with my Tomcat 5.0.19 install? I keep >getting this error when accessing a servlet at runtime. > >2004-08-11 10:52:39 StandardWrapperValve[Jaws]: Servlet.service() for >servlet Jaws threw exception >java.lang.NoClassDefFoundError: javax/transaction/UserTransaction > >The servlet loads at Tomcat startup ok... > >Is there a class path entry that needs to be made or something like that? > >Thanks, > >Dave > > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
