How to suppress the prompt "The ear file could archive up to: 16 MB in size" when using buildear to build alarge size of TIBCO BusinessEvents project?
book
Article ID: KB0094595
calendar_today
Updated On:
Products
Versions
TIBCO BusinessEvents Enterprise Edition
-
Not Applicable
-
Description
Resolution: Description: ============ For larger size of TIBCO BusinessEvents projects, a dialogue pops up saying "EAR size is 16 MB. Should I continue?".
How to suppress this dialogue pop-up in Designer or CLI?
Environment: ============ TIBCO BusinessEvents - 3.x OS - all
Resolution: ============ This is because the ear to be built is larger than 16MB. To suppress this message, add "-Ddesigner.ear.water.mark.size=<VALUE>" or property "designer.ear.water.mark.size=<VALUE>" in designer.tra file or buildear.tra.
There is a typo in TIBCO BusinessWorks doc: BW Administrator >>>>>>> designer.ear.watermark.size=16 <<<<<<<
It should be designer.ear.water.mark.size. The default value is 16 (MB). The value should be larger than the final size of the ear file.
Issue/Introduction
How to suppress the prompt "The ear file could archive up to: 16 MB in size" when using buildear to build alarge size of TIBCO BusinessEvents project?