Important: Most patches assume your fixing one iteration. For example the 2.0.2 patch will only fix issues after 2.0.1. If you're on 2.0.0 you'd need to first apply the 2.0.1 patch.
Alternatively, Contour's installation is straight forward, especially upgrading to point releases (2.0 - 2.1 etc) so it may be quicker to download the latest version and replace the contour directory. If you've customized the templates file, you'll want to keep a copy of that separately to copy back as well.
Be sure to also review the http://www.jamabackstage.com/docs/DOC-1226 to see what's planned for the next release
Issue: LDAP can't be enabled.
Resolution/Workaround:
Option 1: Upgrade to 2.4.4
Option 2: Add/Update LDAP property in database
If property "jama.system.ldap.enable.ldap" is already in propertyEntry table, change propertyValue to ‘true’.
Otherwise add an entry to the proeprtyEntry table by running the following query:
insert into propertyEntry (propertyName, propertyType, propertyValue, scope, refId) values('jama.system.ldap.enable.ldap', 1, 'true', 1, 0);
Option 3:
Issue: Key editable property and release dropdown list don't change when switching projects and editing
items of the same type.
Resolution: Install Contour_Patch_2_4_2.zip (attached below, instructions included in zip file).
Issue: Attachments appear to be missing. Error log states no attachments found in directory.
Resolution: Restart Tomcat.
Issue: Notifications between the 1st and 8th of each month are sent using the incorrect dates
Resolution: upgrade to the 2.3.x or apply the attached patch below
Issue: Upload Attachment Item
The upload button on Item attachment dialog is broken.
Resolution: Install # (attached below, instructions included in zip file).
Issue: Copy project
If you select to include Release or Tags there are issues around these two options.
* Tags: duplicates will be created in the new project
Release: dupicates are created in the original project
Resolution (logged to be fixed in next release 2.2)
Issue: Tomcat doesn't start and/or notifications are not being sent
Resolution (Fixed in 2.0.4 and 2.1) :
Remove these jar files from the contour\WEB-INF\lib
geronimo-activation_1.1_spec-1.0-M1.jar
geronimo-javamail_1.4_spec-1.0-M1.jarbq
geronimo-servlet_2.5_spec-1.1-M1.jar
Restart Tomcat
2.0.0
Issue: Unable to click on an item within the relationship section
Resolution:
Workaround: Click on the cell to the right of the link
Install 2.0.2 patch (attached below, instructions included in zip file)
There are no comments on this document