Hello, I have an issue saving 6K inside a transaction on Jboss. I have about 6K Nodes in the tree with about 15 String properties each. After I save session.save() -save itself is fast-, the transaction takes about 15 minutes to end.
Peeking at the java process, the code executing is inside the persistence manager (I use now mysqlPM but I had the same issue before with derby). Is there something that can be done to reduce this time (I was expecting seconds). Thanks, Antonio
