Maven REST API Java

REST API example mentioned in documentation doesn't work. org.xml.sax.SAXParseException; cvc-elt.1: Cannot find the declaration of element 'organization:Organization'.

Hi,
I am trying to run the REST API example mentioned in the documentation : http://documentation.bonitasoft.com/create-your-first-project-web-rest-a...

But , I get this error on server side (tomcat) :
org.xml.sax.SAXParseException; lineNumber: 2; columnNumber: 106; cvc-elt.1: Cannot find the declaration of element 'organization:Organization'.
(Full stack trace is below)

Besoin d'aide pour le fonctionnement de l'api rest

Bonjour tout le monde !

j'ai récupérer l'API REST sur GIT ici que j'ai ensuite compilé avec la commande Maven :

mvn clean install

et quand ensuite j'exécute la commande java :

Notifications