Sorry - forgot to mention that I am using the latest from the cvs and tomcat 4.1.18!
I did reactivate the transactions in the J2EEStore and applied the changes to the StandardRDBMSAdapter as described by Ingo Brunberg Thanks Jacob -----Original Message----- From: Jacob Lund [mailto:[EMAIL PROTECTED]] Sent: 31. januar 2003 12:42 To: [EMAIL PROTECTED] Subject: J2EEStore Hi all! I am trying to test the J2EEStore with the RDBMS implementation! However I keep getting a NameNotFoundException on my datasource! I assume that this is a problem with my datasourcename definition in my server.xml. <Context path="" docBase="slide" debug="99" privileged="true"> <Environment name="tyrexDomainConfig" type="java.lang.String" value="mytyrexconfig.xml"/> <Environment name="tyrexDomainName" type="java.lang.String" value="mytyrex_domain"/> <Resource name="my_db" auth="Container" type="tyrex.resource.Resource"/> <ResourceParams name="my_db"> <parameter> <name>name</name> <value>mtx_db_tx</value> </parameter> </ResourceParams> </Context> I have placed this definition under the host tag in the server.xml - is that correct? I have followed the instruction given by Ashok Kumar from July 22 2003! Thanks Jacob --------------------------------------------------------------------- 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]