This document provides details and links to issues and resolutions for the 2.0 release series.
There are two options when applying a patch
Be sure to also review the http://www.jamabackstage.com/docs/DOC-1226 to see what's planned for the next release
Issue: Permissions got corrupted when saving new permssions.
Resolution:
Issue: Value in Item in Set field is not properly cleared.
Resolution/Workaround:
Issue: Relationship option/filter window is broken for read-only users .
Resolution/Workaround:
Issue: Excel Import: Can't preview/import unicode characters for rich text fields .
Resolution/Workaround:
Issue: Delete project broken for SQL Server and Oracle.
Resolution:
Issue: Various synchronization issues using JIRA Connector
Resolution:
Issue: Debugging information for org.springframework.security package is logged in Contour log file.
Resolution: Add the following line to the end of file %tomcat_home%/webapps/contour/WEB-INF/log4j.properties and restart Tocmat:
log4j.logger.org.springframework.security=INFO
Issue: After right clicking an item in the grid, double clicking on another item will show the first item instead of the current one.
Resolution: Install Contour_Patch_2_6_0.zip (attached below, instructions included in zip file).
Issue: Security issue with blank password when Active Directory anonymous binding is enabled .
Resolution/Workaround:
Issue: When "Remember Me" is selected, links from Contour are not followed properly in IE. An "Object Expected" popup is seen, and the app becomes unusable.
Resolution/Workaround:
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