0 Replies Latest reply on Feb 13, 2008 5:16 AM by dleerob

    Replacing/Renaming a file in the database for a Process Defi

    dleerob

      Hi,

      I'm using Jbpm 3.2.2.

      When deploying as Process Definition from the Eclipse GPD plugin, it includes the class files (handlers etc), and any xml files or jsp files that you require. These files are stored in the database itself.

      My question is, how could you update/replace a file in the database for that process definition, without re-deploying and creating a new version? So if you want to only update/replace one of the jsp pages, how could you do this? Obviously it would be a bad idea to directly manipulate the database, so I would like to do this using the API's if possible.

      Has anyone tried or done this before?