In a multifile project, if there is a resource with name containing the string "rcs" anywhere, it is not displayed in Designer and it throws java.lang.reflect.InvocationTargetException whereas the resource exists in the actualfile system.

In a multifile project, if there is a resource with name containing the string "rcs" anywhere, it is not displayed in Designer and it throws java.lang.reflect.InvocationTargetException whereas the resource exists in the actualfile system.

book

Article ID: KB0086221

calendar_today

Updated On:

Products Versions
TIBCO Designer -
Not Applicable -

Description

Resolution:
This is a defect in filter mechanism and will be fixed in the next release.

Problem: The  resource/objects are getting filtered out when it has a string "rcs" in their name.

Workaround: Go to TRA_HOME/5.1/lib directory and open filteredfiles.txt and change the "rcs:rcs:*,v" entry to "rcs:^rcs$:*,v"

Issue/Introduction

In a multifile project, if there is a resource with name containing the string "rcs" anywhere, it is not displayed in Designer and it throws java.lang.reflect.InvocationTargetException whereas the resource exists in the actualfile system.