Hi All,

I have an appfuse 1.8 app that I'm trying to get running on a Tomcat server 
against a Postgres 
database, and I'm trying to find a simple way to get rid of the dreaded 
"NoClassDefFoundError: javax/transaction/TransactionManager" exception.

I understand this is caused by the absence of a JTA implementation in my Tomcat 
server.

My problem is that I have no need for JTA here.  This is a legacy app that I'm 
rebuilding in 
AppFuse 2.0.  All I need to do is run this app on this server so I can look at 
it and recreate the 
interface in the new version on my dev machine.

I've googled the problem, but everything I've found talks about proper 
implementations of 
distributed transactions etc.  I just want to fool the app so it starts up and 
runs without this 
exception.

Finally, the ideal solution would be one I could set up in my Tomcat Server 
configuration (eg 
server.xml, default web.xml etc) without modifying my AppFuse app at all - I'm 
trying to keep 
that as original as possible.

TIA,
Rob Hills
Waikiki, Western Australia
Mobile +61 (412) 904-357
Fax: +61 (8) 9529-2137

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to