  | Mailing List | | Home | | Forum Home | | JBoss - Java Application Server | | Struts - A MVC web framework | | Tomcat - JSP/Servlet container | | iText - An open source PDF Java Library | | JDOM - JDOM XML Parser | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | | JSP - A mailing list about Java Server Pages specification and reference | |
Struts & Hibernate
|
|
|
  | | | Problem in Using Database. | Problem in Using Database. 2004-01-11 - By Anil Kumar
Back Hi,
I am trying to do the following. I am using XA Datasource for DB2/390 from my application. In my application I am having a session beans and Domain objects and Data Access objects. we are using websphere Application Server 5.0
We are using XA Datasource because we need to insert and update tables in multiple databases.
I had a problem when I try to update some records and try to access the same records in the same transaction. I am getting Invocation Exception.
Here are some questions
1) I want to create a class extending thread and start thread from EJB state less session Brean so that I can do the update and selection of rows from the database external to the Global Transaction
Any suggestions.
Thanks Anil
-- ---- ---- ---- ---- ---- ----- Do you Yahoo!? Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes
==================================================================== Companion Site: http://www.corej2eepatterns.com J2EE BluePrints: http://java.sun.com/blueprints/corej2eepatterns List Archive: http://archives.java.sun.com/archives/j2eepatterns-interest.html Unsubscribing: email "signoff J2EEPATTERNS-INTEREST" to listserv@(protected) <DIV>Hi,</DIV> <DIV> </DIV> <DIV> I am trying to do the following. </DIV> <DIV>I am using XA Datasource for DB2/390 from my application. In my application I am having a session beans and Domain objects and Data Access objects. we are using websphere Application Server 5.0</DIV> <DIV> </DIV> <DIV>We are using XA Datasource because we need to insert and update tables in multiple databases.</DIV> <DIV> </DIV> <DIV>I had a problem when I try to update some records and try to access the same records in the same transaction. I am getting Invocation Exception. < /DIV> <DIV> </DIV> <DIV>Here are some questions </DIV> <DIV> </DIV> <DIV>1) I want to create a class extending thread and start thread from EJB state less session Brean so that I can do the update and selection of rows from the database external to the Global Transaction </DIV> <DIV> </DIV> <DIV>Any suggestions.</DIV> <DIV> </DIV> <DIV>Thanks</DIV> <DIV>Anil</DIV><p><hr SIZE=1> Do you Yahoo!?<br> Yahoo! Hotjobs: <a href="http://pa.yahoo.com/*http://us.rd.yahoo.com/hotjobs /mail_footer_email/evt=21482/*http://hotjobs.sweepstakes.yahoo.com/signingbonus" >Enter the "Signing Bonus" Sweepstakes</a> ==================================================================== Companion Site: http://www.corej2eepatterns.com J2EE BluePrints: http://java.sun.com/blueprints/corej2eepatterns List Archive: http://archives.java.sun.com/archives/j2eepatterns-interest.html Unsubscribing: email "signoff J2EEPATTERNS-INTEREST" to listserv@(protected)
|
|
 |