commandChain.add(getStorageAreaCommand);
commandChain.add(new StopBundleCommand());
commandChain.add(new SnapshotCommand(getStorageAreaCommand));
commandChain.add(new UpdateCommand());
commandChain.add(new StartCustomizerCommand());
CommitResourceCommand commitCommand = new CommitResourceCommand();
commandChain.add(new ProcessResourceCommand(commitCommand));
commandChain.add(new DropResourceCommand(commitCommand));
commandChain.add(new DropBundleCommand());
commandChain.add(commitCommand);
commandChain.add(new StartBundleCommand());