Forum Discussion
uchi_122495
Cirrus
Apr 04, 2014Creating route domain and setting description in one transaction failed
I have a Java application that adds route domain to F5 and then update description to that route domain. My current code is: /** route domain config */
String[] rd_names = {"test_routedomain...
- Sep 07, 2015
It is bug(520604), and has been fixed on v12.0.0
uchi_122495
Cirrus
Apr 15, 2014I also tried removing transaction start/submit like below
//ifs.getSystemSession().start_transaction();
ifs.getSystemSession().set_active_folder("/C8000");
ifs.getNetworkingRouteDomainV2().create(rd_names, rd_ids, rd_vlans);
ifs.getNetworkingRouteDomainV2().set_description(rd_names, descriptions);
//ifs.getSystemSession().submit_transaction();
And it succeeded to create route domain and set description. But I would like to do that in same transaction. Is there no way ?
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects