Using the new expression doesn't create a capsule array node in the
system graph and it throws a null pointer exception when trying
to connect the graph.
Anonymous capsule arrays(or anonymous
capsules either) aren't taken into account when in the system
graph builder implementation and all the capsule nodes are being recognized by the name
of their instances in the system graph.
See the AddressBook example in the source tree for a instance of a system that causes this problem.
Hot/Temp fixed with commit 887d1ec. Needs a permanent resolution.