Without seeing the entire sqlMapConfig.xml it's going to be hard for anyone to figure out exactly what the problem is. You can get more direct help by posting at [EMAIL PROTECTED]
I think you also need a DataSource property in your transactionManager. This is what I use. I don't set DBInitialContext or DBLookup.
<transactionManager type="JDBC" >
<dataSource type="JNDI">
<property name="DataSource" value="jdbc/myDatasourceName"/>
</dataSource>
</transactionManager>
Are you using the iBATIS DaoManager? Regards,
Richard <snip> At 07:01 AM 2/21/2005, you wrote:
</snip>Here's an extract from my sql config file:
################### <insert id="insertModule" parameterClass="com.test.dto.Module"> INSERT INTO tbl_Module ( module_id, module_credits, module_semester, module_level, module_description ) VALUES ( #id#, #credits#, #semester#, #year#, #description# ) </insert> ###################
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]