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

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

2005-11-28 Thread Ron Grabowski
parameterClass --- Hendry <[EMAIL PROTECTED]> wrote: > Hi, I got this error when running my application : > > Error occurred. Cause: com.ibatis.common.xml.NodeletException: Error > parsing XML. Cause: > com.ibatis.common.exception.NestedRuntimeException: > Error parsing XPath '/sqlMapConfig/sq

[ERROR] Attribute paramaterClass is not declared for element insert

2005-11-28 Thread Hendry
Hi, I got this error when running my application : Error occurred. Cause: com.ibatis.common.xml.NodeletException: Error parsing XML. Cause: com.ibatis.common.exception.NestedRuntimeException: Error parsing XPath '/sqlMapConfig/sqlMap'. Cause: com.ibatis.common.xml.NodeletException: Error parsin

RE: iBATIS + Geronimo [signed]

2005-11-28 Thread Michael Laccetti [c]
I followed that page to the letter.  I know that it picks up the data source, because originally there was a problem with the deployment not seeing it.  The specific issue seems to be trying to get the initial context in iBATIS.  It seems to come back as empty. From: Jeff Butler [mailto:[E

Re: iBATIS + Geronimo [signed]

2005-11-28 Thread Jeff Butler
I am not a user of Geronimo, so my help may be somewhat limited.  However, I found this page:   http://chariotsolutions.com/geronimo/database-mapping.html   Whch seems to lay out the steps pretty clearly:   1. Configure the pool in Geronimo 2. Configure the reference in web.xml 3. Configure the ref

RE: iBATIS + Geronimo [signed]

2005-11-28 Thread Michael Laccetti [c]
Yeah, I have also tried that.  I've done a whole bunch of things, including hacking apart the iBATIS source to see how it's going about getting a context.  Nothing strange, does the regular new InitialContext(), and then performs a lookup.  Any other ideas? From: Jeff Butler [mailto:[EMAIL

Re: iBATIS + Geronimo [signed]

2005-11-28 Thread Jeff Butler
Do you have a data source reference configured?  If so, maybe this will work:   (BTW - "DataSource" is the preferred property now for the JNDI datasource)             Jeff Butler  On 11/27/05, Michael Laccetti [c] <[EMAIL PROTECTED]> wrote: Has anybody used iBATIS with Geronimo?  I've managed to

Re: java.sql.BatchUpdateException: ORA-01000: maximum open cursors exceeded

2005-11-28 Thread Larry Meadors
Hmmm, actually, the way that code is structured, it has to be set at 100. Because the statements are all different (insert1, then insert2, then insert3...insert1000) they are not reused, but prepared seperately...1000 times. DOH! IMO, this is not a task that iBATIS is suited for, and somethin

RE: java.sql.BatchUpdateException: ORA-01000: maximum open cursors exceeded

2005-11-28 Thread Vio Stan
It means that for every SQL added to the batch it will open a new cursor?   Thanks, Vio Stan From: Mike Fagan [mailto:[EMAIL PROTECTED] Sent: Monday, November 28, 2005 12:18 PMTo: user-java@ibatis.apache.orgSubject: Re: java.sql.BatchUpdateException: ORA-01000: maximum open cursors exceed

Re: java.sql.BatchUpdateException: ORA-01000: maximum open cursors exceeded

2005-11-28 Thread Mike Fagan
Vio Stan wrote: Hello   I have to load, process and save arround 100,000 rows. In order to do this I set a batch size to 1000 (can increase or decrease this value) so I process, for example 100 times x 1000 records. So, in one operation I have to save, let say, 1000 records.

Re: DTDs hosted at iBATIS.com until...?

2005-11-28 Thread Clinton Begin
December. Cheeers, ClintonOn 11/28/05, Emiliano Armellin <[EMAIL PROTECTED]> wrote: Hello when will be removed DTDs from ibatis.com? I'm sure I've read 30 november on the mailing list but now I read 30 december on ibatis.apache.org... which is the right date? thanks -- Emiliano A