Atomikos Forum |
|
I am reading one large XML file from a message queue and writing all of the elements to records in a database. Are there limits to the amount of records I can write to the database under one transaction? I am getting around 320 or so records and then crashing with the following error:
"SQL state [null]; error code [0]; connection is closed; nested exception is com.atomikos.jdbc.AtomikosSQLException: connection is closed" Garth |