cmvc rtc connector: import defect results in java.lang.NoSuchMethodError
When I import a defect from cmvc to rtc using the cmvc rtc connector version 2.2, most of the defect information is imported. However the mapping for cmvc remarks to rtc commentswithdate fails with the following:
java.lang.NoSuchMethodError: com/ibm/team/interop/service/managers/workitem/SimpleNoteEntry.equals(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Boolean;
The equals() method of com.ibm.team.interop.service.managers.workitem.SimpleNoteEntry has three parameters passed to it. The error indicates that equals() is being called with two parameters and therefore is undefined.
Any ideas why this is happening?
java.lang.NoSuchMethodError: com/ibm/team/interop/service/managers/workitem/SimpleNoteEntry.equals(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Boolean;
The equals() method of com.ibm.team.interop.service.managers.workitem.SimpleNoteEntry has three parameters passed to it. The error indicates that equals() is being called with two parameters and therefore is undefined.
Any ideas why this is happening?
Comments
Kevin Ramer
Aug 27 '13, 2:45 p.m.This item is not supported @ jazz.net. Search for CMVC on http://csnext.ibm.com projects.
Kevin Ramer
Aug 27 '13, 2:48 p.m.Seems as though you found it....