RE: Anonymous keys

2006-12-05 Thread Vagula
olumn" OJB version I use is 1.0. Thanks for the Help! Regards, Vagula -Original Message- From: Armin Waibel [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 06, 2006 7:26 AM To:

Anonymous keys

2006-11-30 Thread Vagula
Hi, What are the drawbacks of using the anonymous keys? Will there be performance bottleneck? I have read the material in OJB site, it doesn't talk about drawbacks. Regards, Vagula CAUTION - Disclaimer * This e-mail con

RE: Clear cache issue!

2006-10-16 Thread Vagula
Hi, I tried this: broker.removeFromCache(entityOrId); But this also results in dirty read. Regards, Vagula -Original Message- From: Vasily Ivanov [mailto:[EMAIL PROTECTED] Sent: Monday, October 16, 2006 12:51 PM To: OJB Users List Subject: Re: Clear cache

Clear cache issue!

2006-10-15 Thread Vagula
But when we don't clear cache there is dirty read. We are maintaining the cache for reference tables. Is there a way to clear cache for the specific object instead of whole cache? Regards, Vagula CAUTION - Disclaimer

Result set closed! Help Urgent!

2006-09-19 Thread Vagula
re setting the isolation level as READ_COMMITTED through web.xml & ibm-web-ext.xmi. 3. We are using WAS server 4. The database used is DB2 Please help. Regards, Vagula CAUTION - Disclaimer * This e-mail contains PRIVILEGED AN

RE: Concurrent Users-Please Help!

2006-09-05 Thread Vagula
Col2-A Col3-1 Col4-abc In my case two rows are inserted. What are the settings that I can make for adding a single row and updating the same? Regards, Vagula -Original Message- From: Matthias Roth [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 05, 20

RE: Concurrent Users-Please Help!

2006-09-04 Thread Vagula
I get the broker from the PB pool. I close the transaction in a finally block, Please let me know 1. What are the settings that are to be made for handling concurrent transactionusing PB API? Regards, Vagula -Original Message

RE: Concurrent Users-Please Help!

2006-09-04 Thread Vagula
Hi All, I'm using: 1. OJB version 1.0 2. The block looks like: broker.beginTransaction(); broker.store(Object); broker.commitTransaction(); Regards, Vagula -Original Me

RE: Concurrent Users-Please Help!

2006-09-04 Thread Vagula
issue? Please Help!! Urgently need solution!! Thanks in Advance! Regards, Vagula -Original Message- From: Vagula [mailto:[EMAIL PROTECTED] Sent: Sunday, September 03, 2006 11:55 AM To: OJB Users List Subject: RE: Concurrent Users Hi, Yes I need info about concu

RE: Concurrent Users

2006-09-02 Thread Vagula
Hi, Yes I need info about concurrent connections. What are the settings to be in OJB.properties? Thanks! Regards, Vagula -Original Message- From: Antonio Gallardo [mailto:[EMAIL PROTECTED] Sent: Friday, September 01, 2006 8:25 PM To: OJB Users List Subject: Re

Concurrent Users

2006-08-31 Thread Vagula
Hi All, How can I handle concurrent users using OJB? TIA. Regards, Vagula It may be more worthwhile, to find out what is right than-who is right. CAUTION - Disclaimer * This e-mail contains PRIVILEGED AND CONFIDENTIAL

RE: Order By not working!

2006-03-29 Thread Vagula
. java version : jdk 1.4 OJB version : 1.0 error messages : none. Only data not sorted Please Help! Very urgently needed. Thanks and Regards, Vagula -Original Message- From: Danilo Tommasina [mailto:[EMAIL PROTECTED] Sent

Order By not working!

2006-03-20 Thread Vagula
query = new QueryByCriteria(EntityData.class, criteria); entityAcronym: can either be simple string or any of the wild characters This is an urgent requirement. Please Help! Thanks and Regards, Vagula

remove all references.

2006-03-08 Thread Vagula
Hi All, I have a table A which references tables B & C. The auto-retrieve of B & C has been set to true. While I retrieve a record from table A can I some how stop the auto-retrieval of B & C. Thanks and Rega

RE: Problem in retrieving data

2006-02-03 Thread Vagula
< TRANSACTION 2 END> When the I come across same combination and check if r record exists (with name="A"), A null record is returned.

Problem in retrieving data

2006-02-03 Thread Vagula
TIA, Vagula CAUTION - Disclaimer * This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you are not the intended recipient, please notify the sender by e-mail and delete the original message. Furt

identity column !! Please Help!!

2005-05-12 Thread Vagula
Hi All, I have an identity column in my database. Lets day for example in Activity table we have identity column act_code. What are the steps I should be following? Please Help TIA Regards, Vagula