Details
-
Bug
-
Resolution: Done
-
Major
-
xCM 6.0
-
None
Description
Removing fields from a container definition leads to many exceptions.
In the TCK templates I am iterating over all fields in a definition and displaying the value. Although I have removed some fields from a definition, they are still returned by ContainerBean.getFields(). When I then want to print their values, exceptions are thrown.
Removed / undefined fields should no longer be returned by ContainerBean.getFields().