Hi Jacob, as I tried with dbcp and not Tyrex the only thing with your config that looks fishy to me, is your empty context path. Are you sure it is not "/slide"?
Regards, Ingo > 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]]=20 > 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=3D"" docBase=3D"slide" debug=3D"99" = > privileged=3D"true"> > <Environment name=3D"tyrexDomainConfig" > type=3D"java.lang.String" value=3D"mytyrexconfig.xml"/> > <Environment name=3D"tyrexDomainName" type=3D"java.lang.String" > value=3D"mytyrex_domain"/>=09 > <Resource name=3D"my_db" auth=3D"Container" > type=3D"tyrex.resource.Resource"/> > <ResourceParams name=3D"my_db"> > <parameter> > <name>name</name> > <value>mtx_db_tx</value> > </parameter> > </ResourceParams> =09 > </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]
