Modifying a Cache only concept loaded using getByExtId()?

Modifying a Cache only concept loaded using getByExtId()?

book

Article ID: KB0091059

calendar_today

Updated On:

Products Versions
TIBCO BusinessEvents Enterprise Edition -
Not Applicable -

Description

Resolution:
Description:
===========
Modifying a Cache only concept loaded using getByExtId().

Environment:
===========
TIBCO BusinessEvents 3.x
All Operating Systems

Resolution:
========
It is not recommended to modify a Cache only Concept using getByExtId() function. The getByExtId() function does not load the object. We have changed the advice given in the documentation. We no longer recommend using Instance.getByExtId() in the way we mentioned in the 3.0.1 documentation. Never use Instance.getByExtId() unless you have first Cache loaded the concept using Cache load functions. (Example: C_CacheLoadConceptByExtId() function). Only use getByExtId() function to retrieve cache-only objects that have already been Cache loaded by a preprocessor.

Issue/Introduction

Modifying a Cache only concept loaded using getByExtId()?