Error - custom resource bundle- java.util.MissingResourceException: Can't find bundle for base name
I am using Windchill PDMLink Release 13.0 and Datecode with CPS 13.0.2.0
I added a new resource bundle file (.java file extended from WTListResourceBundle ) , during customization.
While trying to use resource bundle entries from the file into custom code , it fails with error .
java.util.MissingResourceException: Can't find bundle for base name ext.ibm.resource.TFRRBusinessRuleResource, locale en
Here are the errors that I faced
- java.util.MissingResourceException: Can't find bundle for base name ext.ibm.resource.TFRRBusinessRuleResource, locale en

