ManageableSecurity Attributes are not shown in the og-example UI

The code I have used as follows…

ManageableSecurity security = new ManageableSecurity();
security.setSecurityType(SecurityType.EQUITY.toString());
security.setName(name);
security.setAttributes(attributesMap);
security.setExternalIdBundle(idBundle);
securityMaster.add(new SecurityDocument(security));

Attributes are not shown in the og-example UI.
shows error message sometimes.

but the attributes are visible via security master search

Which version of the platform are you using?

1…2.x dev platform and 1.2.2 maven build

The display was implemented after the last stable release:

http://jira.opengamma.com/browse/GUI-85

It should be available via the develop branch, or one of our alpha release tags in git if you don’t want to wait for a stable build at the end of Q2.

Thanks a lot.