Questions on Customized Ibator Implementations

2009-03-05 Thread aravind . s
Hello, I need to customize some of the ibator implementations. Am using Ibator 1.2.1. Kindly guide me with the following scenarios which I found cannot be handled by 'plugins': 1.) We don't have a primary key constraint in the data base. Is there a way to explicitly handle

Re: Questions on Customized Ibator Implementations

2009-03-05 Thread Jeff Butler
1. I'm not sure what you mean by handle this. If you disable all the example methods and have no primary key, then Ibator will only generate an insert statement. IMHO, this makes Ibator almost useless! I'm guessing you mean that the tables have primary keys enforced by programming, just not

Transaction Rollback not working with iBatis + Spring

2009-03-05 Thread Jasmin Mehta
Hi, I have 2 tables CUSTOMER and DEPENDENT. In CUSTOMER table the primary key is cust_id which is foreign key to DEPENDENT table. I would like to make insert to both tables together as a batch and also if one fails than other must roll back. If I remove the constraints of having cust_id as

Oracle Segmentation error with JDBC 9.2.0.7

2009-03-05 Thread Naveen Mansur (nmansur)
During Heavy load processing with Ibatis 2.0 based implementation we are facing Core dump and which indicates Oracle Segment Error. In normal transaction application is stable but only during the load its throwing out! Oracle: 9.2.0.7 OS : AIX iBatis: 2.2 (DAO+ SQLMApper) Oracle Types and Oracle