This week's giveaways are in the MongoDB and Jobs Discussion forums.
We're giving away four copies of Mongo DB Applied Patterns and 4 resume reviews from Five Year Itch and have the authors/reps on-line!
See this thread and this one for details.
The moose likes Object Relational Mapping and the fly likes Transactional Concurrency Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Mongo DB Applied Patterns this week in the MongoDB forum
or a resume review from Five Year Itch in the Jobs Discussion forum!
JavaRanch » Java Forums » Databases » Object Relational Mapping
Reply Bookmark "Transactional Concurrency" Watch "Transactional Concurrency" New topic
Author

Transactional Concurrency

srikrishna palaparthi
Greenhorn

Joined: Sep 04, 2007
Posts: 1
Hi,
I am working on Spring -hibernate and unable to resolve concurrency in my web application.
Basically while i try to upload files in 2 sessions i am getting the error
org.springframework.transaction.IllegalTransactionStateException: Pre-bound JDBC Connection found - HibernateTransactionManager does not support running within DataSourceTransactionManager if told to manage the DataSource itself. It is recommended to use a single HibernateTransactionManager for all transactions on a single DataSource, no matter whether


My program basically invokes the database updates through hibernate using hibernate transactions.therefore when i am trying to concurrently upload more than one file there seems to be conflict with the transaction management.

Can any one please help.

Regards
Srikrishna
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Transactional Concurrency
 
Similar Threads
Spring + AOP
Hibernate & Spring performance problem
Double transaction counts when using Hibernate Statistics
transaction management in spring
Having problem in Spring3 using hibernate