Re: iBatis configuration problem

2008-05-28 Thread cuong PN
: > > You have sqlMapConfig->sqlMapConfig->sqlMap. This is not correct. > > Delete sqlMapCollection.xml. Reference tts_user.xml directly in > sqlMapConfig.xml. > > Jeff Butler > > On Wed, May 28, 2008 at 10:57 AM, cuong PN <[EMAIL PROTECTED]> wrote: >

iBatis configuration problem

2008-05-28 Thread cuong PN
Hi guys I've been looking at this, searching the Internet, trying this and that but nothing works yet. I'd greatly appreciate any help to resolve this. Thanks so so much! When I run, I got this error: com.ibatis.sqlmap.client.SqlMapException: There is no statement named TTS_USER.countUsers in t

Re: ORA-00942: table or view does not exist

2007-11-20 Thread cuong PN
userid/role. Then try. > > Balaji > > - Original Message ----- > From: "cuong PN" <[EMAIL PROTECTED]> > To: > Sent: Monday, November 19, 2007 11:22 PM > Subject: Re: ORA-00942: table or view does not exist > > >> >> Hi Larry >>

Re: ORA-00942: table or view does not exist

2007-11-19 Thread cuong PN
; Look at your mapped statement, make sure that you can run it if you > connect to the database as the user that ibatis connects as. > > My guess is that a table was not created, or a view was not created, > or that the permissions are wrong. > > Larry > > > On Nov 19,

ORA-00942: table or view does not exist

2007-11-19 Thread cuong PN
Hi all We've been trying to solve this problem without any success yet. Hope you guys can help!:-) We're hitting this error: DaoConfig: getDaoManager: [EMAIL PROTECTED] com.ibatis.dao.client.DaoException: Failed to queryForList - id [SomeID], parameterObject [EMAIL PROTECTED] Cause: com.ibatis

Re: InlineParameterMap exception

2007-08-26 Thread cuong PN
Hi Brandon Thanks for replying. We've found the solution. Our column type is VARCHAR and the param object is of type String. For that aspect, it's alright. But problem comes when we don't set value for paidI (which is an inline parameter) and hence it's null. Our old jdbc driver doesn't know what

InlineParameterMap exception

2007-08-22 Thread cuong PN
Hi all Here's an exception that I got while using SQLMaps: com.ibatis.dao.client.DaoException: Failed to queryForList - id [DBSmPaymentPmGetObjByShiftDtFromTo], parameterObject [EMAIL PROTECTED] Cause: com.ibatis.common.jdbc.exception.NestedSQLException: --- The error occurred while applying a