Bonita API and ACME.xml

Hello,

I’m working with bonita 6.3, I created my process using the bonita studio, and then I tried to connect to Bonita API from my Java application (ADF but it doesn’t matter)

I found an example in github but when I use to run it, it seem that it can’t locate the file acme.xml

I found that file in example that I have downloaded, but I even when I change the propriety ‘ORGANIZATION_FILE’ to refer to that file, it always return null

this is the example in github : https://github.com/bonitasoft/bonita-examples/blob/master/rest-api-example/src/main/java/org/bonitasoft/example/App.java

Any ideas ?

In this case you need to have the file the ACME.xml file in the classpath of your application.

But you don’t really need it to use the REST APIs.
ACME.xml is just an exemple organisation that you can import.