Bug 124293 - com.arsdigita.packaging.Upgrade does not commit transaction
Summary: com.arsdigita.packaging.Upgrade does not commit transaction
Keywords:
Status: CLOSED EOL
Alias: None
Product: Red Hat Web Application Framework
Classification: Retired
Component: installation
Version: nightly
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: ccm-bugs-list
QA Contact: Jon Orris
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-05-25 14:02 UTC by Brett Prucha
Modified: 2020-03-27 16:49 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2020-03-27 16:49:35 UTC
Embargoed:


Attachments (Terms of Use)

Description Brett Prucha 2004-05-25 14:02:44 UTC
Description of problem:

The upgrade class closes the database connection after running the 
upgrade script without first commiting the transaction.  Any changes 
made by the upgrade script are lost.  Line 196 should call
conn.commit() first.


Note You need to log in before you can comment on or make changes to this bug.