When you have jar file included in AliasLibrary with Classpath and Deployment checked,how exactly the classpath is added while building ear file?
book
Article ID: KB0093228
calendar_today
Updated On:
Products
Versions
TIBCO ActiveMatrix BusinessWorks
-
Not Applicable
-
Description
Resolution: When you include jar file thorugh AliasLibrary with both classpath and deployment checked, the ear file will bundle lib.zip file with the jar files.
When you deploy the application it will extract this lib.zip and keep it under the TRA_HOME/domain/<yourdomain>/application/<yourapplication/lib directory and the deployed .tra file will include the tibco.class.path.extended with the TRA_HOME/domain/<yourdomain>/application/<yourapplication/lib automatically.
Keywords:ALIASLIBRARY,CLASSPATH,DEPLOYMENT
Issue/Introduction
When you have jar file included in AliasLibrary with Classpath and Deployment checked,how exactly the classpath is added while building ear file?