Can you insert from multiple threads using SQLContainer

Is there any kind of way I can use multiple threads and insert to a table through a single SQLContainer?
Right now I get an error: java.lang.IllegalStateException: A transaction is already active!

All help, hints and links are welcome

Anyone ?