Hello,
I’m doing the developpement of an Application in java, i m looking to how to clean up the database so i can recreate the same process with the same name, because i’m having this problem.
“2016-07-07 15:04:43.070 -0400 org.bonitasoft.web.toolkit.server.servlet.ToolkitHttpServlet org.bonitasoft.web.toolkit.server.servlet.ToolkitHttpServlet catchAllExceptions
SEVERE: org.bonitasoft.engine.exception.AlreadyExistsException: USERNAME=walter.bates | The process My first process in version 1.01 already exists.”
Thank you
Hi,
So if you’re working with the Studio, you can clean your install by enabling the option “On exit, clean database” as described in this documentation: http://documentation.bonitasoft.com/bonita-bpm-studio-preferences-0
Regarding the example, you’re looking for I would recommend this REST api extension example: https://github.com/Bonitasoft-Community/rest-api-sql-data-source
Cheers
hi,
could you give us a bit more explanation about the application that you are trying to do?
Hi Claz,
Im trying to figure it out how to make this exemple works ( https://github.com/bonitasoft/bonita-examples/tree/master/rest-api-example/src/main/java/org/bonitasoft/example ) because it’s the only example of developpement that i found.
I m having some problems with that.