Re: transaction help please-exception

2006-07-18 Thread Bing Lu
that's exactly what i'm doing,but it's giving me the exception i posted earlier, I get the sqlmapclient starttransaction commit and end my transactionamanager config is --- Jeff Butler <[EMAIL PROTECTED]> wro

Re: transaction help please-exception

2006-07-18 Thread Jeff Butler
I think it might help to see some of your code...are you using DAO or not?  I wasn't sure from your previous posts.  SqlMapClient calls should look like this:   try {   sqlMap.startTransaction();   sqlMap.insert(...);   sqlMap.update(...);   sqlMap.commitTransaction(); } finally {   sqlMap.endTrans

RE: transaction help please-exception

2006-07-18 Thread Bing Lu
btw, the application server is websphere 5.1 and I've specified the jndi datasource and have a transactionmanger="jdbc", can anyone tell me what i'm doing wrong? thanks --- Bing Lu <[EMAIL PROTECTED]> wrote: > I'm trying the sqlmapclient.starttransaction, > committrasaction for now. but it's givi