I would like Transaction support being a build time property when running Torque om task, since Torque is aimed at being used in different environment, such as stand-alone application, servlet etc. So when you generate OM classes, you would like to specify if you want transaction support.
Howard Lin > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, September 24, 2002 8:13 AM > To: Turbine Torque Users List > Subject: RE: Disabling transactions > > > > You shouldn't have to go to the length of getting a > Connection and calling > doSelect(Criteria, Connection). In fact, Torque > shouldn't even be volunteering the transactions. How can > torque make a > determination as to when a user needs a transaction and when > he doesn't. > It shouldn't be different from any otehr sql. It may provide means to > initiate a transaction. > > I tried unsuccessfully to get the torque developers attention on this. > > Thanks > Paddy > > > > > > Russell Smyth <[EMAIL PROTECTED]> on 09/23/2002 04:24:26 PM > > Please respond to "Turbine Torque Users List" > <[EMAIL PROTECTED]> > > To: 'Turbine Torque Users List' > <[EMAIL PROTECTED]> > cc: (bcc: Padmanabha Duddikunta/US/CSG) > > Subject: RE: Disabling transactions > > > you would need to use the doSelect(Criteria, Connection) methods. > > > -----Original Message----- > > From: Howard Lin [mailto:[EMAIL PROTECTED]] > > Sent: Monday, September 23, 2002 1:17 PM > > To: Turbine Torque Users List > > Subject: RE: Disabling transactions > > > > > > I'm facing a similar problem. I'm wondering if you found any > > solutions. > > > > Thanks, > > > > Howard Lin > > > > > -----Original Message----- > > > From: [EMAIL PROTECTED] > > > [mailto:[EMAIL PROTECTED]] > > > Sent: Friday, September 06, 2002 11:51 AM > > > To: Turbine Torque Users List; > [EMAIL PROTECTED] > > > Subject: Disabling transactions > > > > > > > > > > > > Hi all, > > > > > > > > > > > > I am using Torque-3.0b4 with ejb session beans in Websphere > > > app server. I > > > would like to disable transactions so I can use > ejb container > > > managed transactions and demarcation. > > > > > > > > > > > > I would appreciate any pointers on how I can disable > > transactions, so > > > Torque won't issue commit and rollback calls. > > > > > > > > > > > > Thanks > > > > > > Paddy > > > > > > > > > > > > > > > > > > This message is for the designated recipient only and > > > may contain > > > privileged, proprietary, or otherwise private > > > information. If you > > > have received it in error, please notify the sender > > > immediately and > > > delete the original. Any dissemination, distribution, > > > copying or > > > any other use of this message is strictly prohibited. > > > > > > > > > -- > > > To unsubscribe, e-mail: > > <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: > > <mailto:[EMAIL PROTECTED]> > > > > > > -- > > To unsubscribe, e-mail: > > <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: > > <mailto:[EMAIL PROTECTED]> > > > > -- > To unsubscribe, e-mail: < > mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: < > mailto:[EMAIL PROTECTED]> > > > > > > > > > This message is for the designated recipient only and may contain > privileged, proprietary, or otherwise private information. > If you have > received it in error, please notify the sender immediately > and delete the > original. Any dissemination, distribution, copying or any > other use of > this message is strictly prohibited. > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
