You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by "Tobias Hilka (JIRA)" <ji...@apache.org> on 2007/07/25 13:12:31 UTC

[jira] Created: (TORQUE-99) Missing connection parameter in method copy(...) and add(...)

Missing connection parameter in method copy(...) and add<ForeignKey>(...)
-------------------------------------------------------------------------

                 Key: TORQUE-99
                 URL: https://issues.apache.org/jira/browse/TORQUE-99
             Project: Torque
          Issue Type: Improvement
          Components: Generator
    Affects Versions: 3.3-RC2
            Reporter: Tobias Hilka
            Priority: Minor


Missing connection parameter in methods copy(...) and add<ForeignKey>(...). Using this methods within a transaction could lead to deadlocks. Patches attached.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org


[jira] Updated: (TORQUE-99) Missing connection parameter in method copy(...) and add(...)

Posted by "Tobias Hilka (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TORQUE-99?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tobias Hilka updated TORQUE-99:
-------------------------------

    Attachment: Object.vm

> Missing connection parameter in method copy(...) and add<ForeignKey>(...)
> -------------------------------------------------------------------------
>
>                 Key: TORQUE-99
>                 URL: https://issues.apache.org/jira/browse/TORQUE-99
>             Project: Torque
>          Issue Type: Improvement
>          Components: Generator
>    Affects Versions: 3.3-RC2
>            Reporter: Tobias Hilka
>            Priority: Minor
>         Attachments: Object.vm, ObjectWithManager.vm
>
>
> Missing connection parameter in methods copy(...) and add<ForeignKey>(...). Using this methods within a transaction could lead to deadlocks. Patches attached.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org


[jira] Updated: (TORQUE-99) Missing connection parameter in method copy(...) and add(...)

Posted by "Tobias Hilka (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TORQUE-99?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tobias Hilka updated TORQUE-99:
-------------------------------

    Attachment: ObjectWithManager.vm

> Missing connection parameter in method copy(...) and add<ForeignKey>(...)
> -------------------------------------------------------------------------
>
>                 Key: TORQUE-99
>                 URL: https://issues.apache.org/jira/browse/TORQUE-99
>             Project: Torque
>          Issue Type: Improvement
>          Components: Generator
>    Affects Versions: 3.3-RC2
>            Reporter: Tobias Hilka
>            Priority: Minor
>         Attachments: Object.vm, ObjectWithManager.vm
>
>
> Missing connection parameter in methods copy(...) and add<ForeignKey>(...). Using this methods within a transaction could lead to deadlocks. Patches attached.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org


[jira] Closed: (TORQUE-99) Missing connection parameter in method copy(...) and add(...)

Posted by "Thomas Fischer (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TORQUE-99?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Fischer closed TORQUE-99.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 3.3-RC3
         Assignee: Thomas Fischer

Applied patch, with the following changes
- The additional methods only make sense with complexObjectModel set to true. Changed the patch accordingly.
- reverted the changes in setting boolean values. The proposed changes are not java 1.3 compatible.
- changed some javadoc

> Missing connection parameter in method copy(...) and add<ForeignKey>(...)
> -------------------------------------------------------------------------
>
>                 Key: TORQUE-99
>                 URL: https://issues.apache.org/jira/browse/TORQUE-99
>             Project: Torque
>          Issue Type: Improvement
>          Components: Generator
>    Affects Versions: 3.3-RC2
>            Reporter: Tobias Hilka
>            Assignee: Thomas Fischer
>            Priority: Minor
>             Fix For: 3.3-RC3
>
>         Attachments: Object.vm, ObjectWithManager.vm
>
>
> Missing connection parameter in methods copy(...) and add<ForeignKey>(...). Using this methods within a transaction could lead to deadlocks. Patches attached.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org