[jboss-user] [JBoss Seam] - Transaction demarcation problem

2008-01-22 Thread dreuzel
i need to update thousands of independent records in sheduled environment. For efficiency reasons I need to do that in a big loop ( set of loops) also because the underlying info is externaly organised like that. I disabled the seam control over transactions I'm trying to disable

[jboss-user] [JBoss Seam] - Transaction Demarcation

2007-04-27 Thread toni
Hi, I have a webapplication, which imports data about customers from a text file. Each row contains a record out of which several entity bean are being created and assembled. The function, which reads in a line an creates those entity beans and sets up the relationships between them is called