Hi everybody.
I just finished developing the bonita rest extension for my company and i want to switch to the production environment.
Thus, i installed the jboss bundle using Sql Server databases (for both the bonita database and the business data database).
After a few attempts, I managed to install it and everything seems to work fine, except i cannot install the processes from the web portal.
To do so, I use to “build the diagrams” into .bar files, and then install those from the “processes” page with an administrator account.
A popup shows up, telling me:
“org.bonitasoft.engine.bpm.bar.InvalidBusinessArchiveFormatException: Deserialization of the ProcessDesignFailed”
and logs look like this:
16:40:31,472 GRAVE [org.bonitasoft.web.toolkit.server.servlet.ToolkitHttpServlet] (http–127.0.0.1-8080-3) org.bonitasoft.engine.bpm.bar.InvalidBusinessArchiveFormatException: Deserialization of the ProcessDesignFailed: org.bonitasoft.web.toolkit.client.common.exception.api.APIException: org.bonitasoft.engine.bpm.bar.InvalidBusinessArchiveFormatException: Deserialization of the ProcessDesignFailed
…
Caused by: javax.xml.bind.UnmarshalException: unexpected element (uri:“http://www.bonitasoft.org/ns/process/client/6.3”, local:“processDefinition”). Expected elements are <{http://www.bonitasoft.org/ns/process/client/7.2}processDefinition>,<{http://www.bonitasoft.org/ns/process/client/7.2}processDefinitionImpl>
this used to work importing a process in a tomcat based installation.
How can i get it to work?
Thank you so much.