Java Methods not getting exposed in TIBCO Designer

Java Methods not getting exposed in TIBCO Designer

book

Article ID: KB0087586

calendar_today

Updated On:

Products Versions
TIBCO ActiveMatrix BusinessWorks -
Not Applicable -

Description

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.

Issue/Introduction

Java Methods not getting exposed in TIBCO Designer