Donald Walters [http://community.jboss.org/people/dondragon2] created the discussion
"Re: JBPM5 and Guvnor" To view the discussion, visit: http://community.jboss.org/message/623187#623187 -------------------------------------------------------------- Hi Guys, thanks for the response but after some amount of searching I came across this framework called http://code.google.com/p/sardine/ Sardine. It was very easy to use and did exactly what i wanted. Sardine sardine = SardineFactory.begin("admin","admin"); byte[] data = FileUtils.readFileToByteArray(new File("/home/test/test-v4tov5/CustomBPMN2-ServiceProcess.bpmn2")); sardine.put(" http://localhost:8080/guvnor/org.drools.guvnor.Guvnor/webdav/packages/defaultPackage/CustomBPMN2-ServiceProcess.bpmn2 http://localhost:8080/guvnor/org.drools.guvnor.Guvnor/webdav/packages/defaultPackage/CustomBPMN2-ServiceProcess.bpmn2", data); it also works for any type of files (images, doc, xml, etc). A part from the REST API why isn't there a builtin API int he JBPM framework? -------------------------------------------------------------- Reply to this message by going to Community [http://community.jboss.org/message/623187#623187] Start a new discussion in jBPM at Community [http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
