简体   繁体   中英

Change GVs at runtime on tibco

I need to change the value of a global Variable while the engine its running, does anybody know how to do it? (javacode or whatever) the idea its to integrate the change as part of a process.

What if i want to do it only in test mode? i have my unitary test on the same project that the functional code, so i want to ensure myself that no tests GV s are activated before start, to do that withaout changing any ear i want to integrate that on the unitary test process so, i start on tester, the process change the GV s as need itself, and then it delete the VG so i have not to concern about that.

Thanks in advance!!

Trough standard palette can't alter GV at runtime.

If you want to alter configuration at runtime you can use shared variables and have a poller process to reload them (eg on file change or every 5 min)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM