[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: More than 2000 statements into a a transaction ! How to

2005-12-29 Thread warx
Hi all, Everything works fine setting a transaction timeout bigger than default one. I set the transaction timeout to 3600 seconds. Cheers. Stefano View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914697#3914697 Reply to the post : http://www.jboss.com/index.

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: More than 2000 statements into a a transaction ! How to

2005-12-28 Thread warx
Hi all, i just tryed to increase the timeout size in the file transaction-service.xml but it doesn't work. The original value was 300 and i put 2. Still, i got no errors ( it seems that everything is fine) but i don't find any data saved in my database. I hope someone will help me. Cheers.

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - More than 2000 statements into a a transaction ! How to mana

2005-12-28 Thread warx
Hi all, I have to read the content of a text file ( about 5000 lines ) for each of its line i have to run some SELECT queries and in a certain case an INSERT or UPDATE statement. Well, i open one connection , i open a WHILE cycle to read the file content and at the end of the WHILE i close the