How to find the embedded Spring Framework version of TIBCO ActiveMatrix Service Grid.
book
Article ID: KB0089286
calendar_today
Updated On:
Products
Versions
TIBCO ActiveMatrix Service Grid
-
Not Applicable
-
Description
Description: TIBCO ActiveMatrix (AMX) Service Grid embeds the Spring Framework for its platform implementation. It can also be referred to by custom developed features. When porting a legacy Spring project to the AMX environment, how to find the embedded Spring version to ensure compatibility.
Resolution
1). Navigate to <TIBCO_HOME>/components/shared/1.0.0/plugins .
2). Locate a folder whose name starts with "com.tibco.tpcl.org.springframework.core" .
3). The version number appended to "com.tibco.tpcl.org.springframework.core" is for the embedded Spring Framework.
Example: In AMX 3.3.0, the complete folder name is com.tibco.tpcl.org.springframework.core_2.5.6.002. That indicates Spring Framework 2.5.6 was embedded.
Issue/Introduction
How to find the embedded Spring Framework version of TIBCO ActiveMatrix Service Grid.