EAR creation fails when BusinessEvents .projlib library contains custom functions which are inside an external .jar file.

EAR creation fails when BusinessEvents .projlib library contains custom functions which are inside an external .jar file.

book

Article ID: KB0088052

calendar_today

Updated On:

Products Versions
TIBCO BusinessEvents Enterprise Edition -
Not Applicable -

Description

Resolution:
Description:
===========
EAR creation fails when BusinessEvents .projlib library contains custom functions which are inside an external .jar file.

Environment:
===========
TIBCO BusinessEvents 4.x,5.1.x
All Operating Systems

Cause :
===========
If the external Java jar files which contains custom functions are used inside a .projlib library, the TIBCO BusinessEvents studio or the studio-tools would not allow you to create the ear file unless the custom Java jar files are available at ear compilation time .

Resolution:
===========
It is not possible to combine custom functions (.jar file) and BusinessEvenst .projlib into one artifact so that it can be distributed as one single entity to other BusinessEvents projects. In order to succesfully build the ear file ensure that the custom functions jar files are also added in the custom function jar addition section of a TIBCO BusinessEvents project along with the .projlib library .

Issue/Introduction

EAR creation fails when BusinessEvents .projlib library contains custom functions which are inside an external .jar file.