throw new JbpmException("couldn't read from "+streamInput, e);
}
// Since this method is probably called outside an environment block, we
// need to generate the dbid of the Lob later (during the actual deployment).
Lob lob = new Lob(bytes, false);
resources.put(name, lob);
return this;
}