[jboss-user] [jBPM] - Re: jbpm4.4 deployment problem

jinlin ning do-not-reply at jboss.com
Mon Nov 15 09:21:08 EST 2010


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&containerType=14&container=2034]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20101115/ca93a6f6/attachment-0001.html 


More information about the jboss-user mailing list