How to provide Long values to function parameters In BusinessEvents 3.0.1?

How to provide Long values to function parameters In BusinessEvents 3.0.1?

book

Article ID: KB0090151

calendar_today

Updated On:

Products Versions
TIBCO BusinessEvents Enterprise Edition -
Not Applicable -

Description

Resolution:
Description:
============
How to provide Long values to function parameters In BusinessEvents 3.0.1?


Environment:
==========

TIBCO BusinessEvents 3.0.1 .
 TIBCO Designer.


Symptoms:
=========
Designer is not accepting long values.        


Resolution:
==========

Add L to long literals. For example,
      

    Invalid: 3123456789

        Valid: 3123456789L

Issue/Introduction

How to provide Long values to function parameters In BusinessEvents 3.0.1?