Hello,
I was checking our application to see if within a single transaction all calls to torque use the methods with the additional Connection parameter. Doing this I found some problems within Torque: - The method copy(boolean) does not take a connection as parameter. This might lead to a deadlock if you use deepcopy and you have foreign keys to other tables. The methods get...() are called, not the methods get...(Connection). - Same problem with the add. methods when you add a new object which is referenced by a foreign key. We really had some troubles in our application with the "convenience" methods (the one without connection). To do clean programming, we need the methods to take an additional connection parameter. Thanks, Tobias
smime.p7s
Description: S/MIME cryptographic signature
