03-06-2012 12:47 AM
03-06-2012 01:09 AM
03-06-2012 01:50 AM
ok, I have found the answer. The deployment can be done using addInputStream. The key thing is resourceName parameter should exactly match the full file name including path.
public void deploy(DeploymentEntity deployment) {
…..
for (String resourceName : resources.keySet()) {
LOG.info("Processing resource " + resourceName);
if (resourceName.endsWith(BPMN_RESOURCE_SUFFIX)) {
ResourceEntity resource = resources.get(resourceName);
12-03-2012 01:37 AM
12-03-2012 08:04 AM
12-06-2012 08:54 PM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.