jinlin ning [
http://community.jboss.org/people/ningjinlin] created the discussion
"Re: jbpm4.4 deployment problem"
To view the discussion, visit:
http://community.jboss.org/message/571232#571232
--------------------------------------------------------------
public String deploy(){
ZipInputStream zis = new
ZipInputStream(this.getClass().getResourceAsStream("/chooseSite.zip"));
String did = repositoryService.createDeployment()
.addResourcesFromZipInputStream(zis).deploy();
return SUCCESS;
}
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/571232#571232]
Start a new discussion in jBPM at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]