Currently Being Moderated

Contour 2.0 Patches

VERSION 30

Created on: Dec 5, 2007 3:48 PM by Derwyn Harris - Last Modified:  Oct 31, 2008 1:58 PM by Sean Tong

This document provides details and links to issues and resolutions for the 2.0 release series.

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

 

2.4.4 - Current Version

 

 


2.4.3

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:

  1. Unzip the DwrPropertyServiceImpl.zip file (attached below).
  2. Replace class:  DwrPropertyServiceImpl.class in "{tomcat}/webapps/contour/WEB-INF/classes/com/jamasoftware/contour/dwr/impl" with the new class file in the zip.
  3. Restart  Tomcat
  4. Now the LDAP can be enabled in System Properties.

 

 


2.4.2

 

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).

 

 


2.3.3

 

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

 

2.2.2

Issue: Upload Attachment Item

 

The upload button on Item attachment dialog is broken.

 

Resolution: Install # (attached below, instructions included in zip file).

 

2.1

 

 

 

 

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)

 

2.0.3

Issue: Tomcat doesn't start  and/or notifications are not being sent

 

Resolution (Fixed in 2.0.4 and 2.1)  :

 

  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

  2. Restart Tomcat

 

2.0.0

 

Issue: Unable to click on an item within the relationship section

 

Resolution:

 

 

 

  1. Workaround: Click on the cell to the right of the link

  2. Install 2.0.2 patch (attached below, instructions included in zip file)

Average User Rating
(0 ratings)
My Rating:




There are no comments on this document

More Like This

  • Retrieving data ...