String msg = RepositoryI18n.unableToFindPropertyForSequencing.text(sequencedPropertyName, input.getLocation());
throw new SequencerException(msg);
}
// Get the binary property with the image content, and build the image metadata from the image ...
ValueFactories factories = context.getExecutionContext().getValueFactories();
SequencerOutputMap output = new SequencerOutputMap(factories);
InputStream stream = null;
Throwable firstError = null;
Binary binary = factories.getBinaryFactory().create(sequencedProperty.getFirstValue());
binary.acquire();
try {
// Parallel the JCR lemma for converting objects into streams
stream = binary.getStream();
StreamSequencerContext StreamSequencerContext = createStreamSequencerContext(input,