Creating a global Script Include with the same name as a namespaced Scriptable Java API causes the API to become unusable.DescriptionIf a global script include is defined that has the same name as a scoped scriptable API, the scriptable API will become unusable. In this case, the following error will be logged:"Could not define Scriptable class <class_name> for extension point: java.lang.reflect.InvocationTargetException:..."Steps to Reproduce 1. Create a global Script Include named "GlideBusinessCalendarUtil".2. Go to scripts background and run the following script "new sn_bc.GlideBusinessCalendarUtil()" and observe the following error:Could not define Scriptable class GlideBusinessCalendarUtil for extension point: java.lang.reflect.InvocationTargetException:WorkaroundRename the conflicting script include so that it no longer matches the scriptable API.Related Problem: PRB1640161