IntelliJ Java IDE
The moose likes EJB and Other Java EE Technologies and the fly likes What is wrong with my JTA? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » EJB and Other Java EE Technologies
Reply Bookmark "What is wrong with my JTA?" Watch "What is wrong with my JTA?" New topic
Author

What is wrong with my JTA?

Michal Glowacki
Ranch Hand

Joined: Mar 14, 2006
Posts: 110
hi guys,

I've read half of the internet already and I am still not able to solve my problem.

I have a web application which contains a servelt. To this servlet, another company is sending xml data I need to parse and persist in database. In order to be able to persist any data in subclasses of the servlet, I need to begin usertransaction (injected, it is seam 2 application). When XML is big, I often run into long share locks errors (or even deadlocks) in my other application using same database tables.

So I need to change this one big transaction into several smaller in the subclasses (invoked from servlet or "deeper"), however nothing works.

Could anyone give just a hint? The only thing I could imagine is to use non-jta entity manager, but somehow I'm afraid of this solution.

Regards,
Michal
 
 
subject: What is wrong with my JTA?
 
Threads others viewed
Value not getting inserted in EJB 3 with BEA
using hibernate to import data into oracle from xml files
Best to store data in...so as to avoid admin from accessing it...??
Entity not persisting
Transactions - JTA or JDBC?
WebSphere development made easy
without the weight of IBM tools
http://www.myeclipseide.com