Re: java.sql.SQLException: ORA-06550: line 1, column 7:,PLS-00201: identifier 'CONT_ORDER_INS' must be declared

2007-03-20 Thread Hendry
Nope, the user owns it, and it is in the same schema. I've also tried calling it using plain jdbc connection, and it works. Regards, Hendry Larry Meadors wrote: I am 99.99% sure that this is a privilege issue. Does the user executing the procedure own it, or is it in another schema? Larry

Re: Error calling procedure simultaneously

2006-05-24 Thread Hendry
If you're using resultMap, here it is resultMap id=ordermap class=Order result property=id column=id nullValue=0 / /resultMap Regards, Hendry Miquel Angel Bada Zuazo wrote: Where do you assign a default null value? how can a capture if I return null from an stored procedure in orther

Re: [REPOST] Need Help with sqlmap + refcursor oracle

2006-05-22 Thread Hendry
Well, it's already specified like that, so there isn't much I could do. Btw, I just found the problem, the error comes from null value returned from database. So I need to set the default null value. Thanx. Regards, Hendry rs wrote: I am curious why you need a cursor here if the result

Re: Error calling procedure simultaneously

2006-05-22 Thread Hendry
Yes, it is. My procedure returned a null value, and I haven't assigned a default null value. Regards, Hendry Mike Fagan wrote: Is it possible that your procedure fails if called simultaneously? My guess is an error occured in the proc and failed to return a value. I would verify in sqlplus

[REPOST] Need Help with sqlmap + refcursor oracle

2006-05-21 Thread Hendry
Hi.. isn't there anyone could help me with this error? I'd already googling about this problem, and reconfigure my sql map, still couldn't fix any problem. Thanx. Regards, Hendry Original Message Subject: Need Help with sqlmap + refcursor oracle Date: Fri, 19 May 2006 10:59

Error calling procedure simultaneously

2006-05-18 Thread Hendry
by: java.lang.RuntimeException: Error setting properties of '[EMAIL PROTECTED]'. Cause: java.lang.IllegalArgumentException at Any help or comment would be very appreciated. Thanx. Regards, Hendry

Need Help with sqlmap + refcursor oracle

2006-05-18 Thread Hendry
at dao.sqlmap.SqlMapOrderDao.getMaxOrderId(SqlMapOrderDao.java:95) ... what's wrong with my result map? -- Regards, Hendry

Re: Problem with maps

2006-05-05 Thread Hendry
Is it because you haven't specified the class property in resultMap? SOL Regards, Hendry Javier Leyba wrote: resultMap class= id=fondos-result result property=fondoCodigo column=E01FON / result property=fondoNombre column=E01NBR / /resultMap

about dao implementation

2006-05-01 Thread Hendry
/ /transactionManager dao interface=com.abc.dao.ContentOrderDao implementation=com.abc.dao.sqlmap.SqlMapDao/ /context /daoConfig -- Regards, Hendry

Re: about dao implementation

2006-05-01 Thread Hendry
Yes, it's work, thanx. SOL Regards, Hendry Niels Beekman wrote: You are probably using getDao(abc.dao.sqlmap.SqlMapDao.class) while you should use getDao(com.abc.dao.ContentOrderDao)... Niels

RE: [ERROR] Attribute paramaterClass is not declared for element insert

2005-11-28 Thread Hendry
Wow.. I didn't notice that. Sorry.. And thanx ^^ Regards, Hendry -Original Message- From: Ron Grabowski parameterClass