Products | Versions |
---|---|
TIBCO ActiveMatrix BusinessWorks | - |
Not Applicable | - |
Resolution:
Description:
============
JAR file is in the Designer classpath. When clicking on the class, none of the methods are seen in Designer.
Environment:
===========
All
Resolution:
=========
Check if any of the following applies:
1). Missing dependency JAR file. Example: If classA refers to classB, but classB does not exist in the Designer classpath, Designer is not able to load classA completely. No method is displayed in Designer.
2). Designer only displays public methods. If a Java method is not defined as public, it will not show in Designer.
3). If the class implements an Interface, the methods in the Interface should be declared as public.