SMF campaign parser does not handle correctly the parsing of some combinations of "parent" and "type" in "activationUnitTemplate" part of the upgrade campaign xml.
The combinations which handled faulty:
- in this case the single "type" is the first element in "activationUnitTemplate"
1.a) single "type" followed by a single "parent":
"type" <- here the "type" is not saved
"parent"
1.b) single "type" followed by a parent-type pair:
"type" <- here the "type" is not saved
"parent"
"type"
- single "type" between 2 parent-type pairs:
"parent"
"type"
"type" <- after parent-type pair the single "type" is not saved
"parent"
"type"
changeset: 6249:99cd7562ce31
tag: tip
parent: 6246:0d1784a9d002
user: Robert Apanowicz robert.apanowicz@ericsson.com
date: Mon Jan 12 11:49:19 2015 +0100
summary: smf: parsing of parent and type combinations possible in activationUnitTemplate [#1199]
changeset: 6248:d08158cf0f69
branch: opensaf-4.5.x
parent: 6243:2317f0017807
user: Robert Apanowicz robert.apanowicz@ericsson.com
date: Mon Jan 12 11:49:19 2015 +0100
summary: smf: parsing of parent and type combinations possible in activationUnitTemplate [#1199]
changeset: 6247:670f8b708ac0
branch: opensaf-4.4.x
parent: 6242:6b0bc3387001
user: Robert Apanowicz robert.apanowicz@ericsson.com
date: Mon Jan 12 11:49:19 2015 +0100
summary: smf: parsing of parent and type combinations possible in activationUnitTemplate [#1199]
Related
Tickets:
#1199