DomainUpdateProcessor

This commit is contained in:
Peter Hormanns 2012-07-18 17:00:49 +00:00
parent 7d895c049e
commit 30941da4d8

View File

@ -73,7 +73,7 @@ public class DomainProcessorFactory implements EntityProcessorFactory {
}
public <T extends AbstractEntity> Processor createUpdateProcessor(EntityManager em, T entity) throws ProcessorException {
throw new ProcessorException("domain.update not implemented");
return new ShellProcessor("echo \"hello\"");
}
public <T extends AbstractEntity> Processor createDeleteProcessor(EntityManager em, T entity) {