Hi everyone,
I’ve just started playing around with Bonitasoft by following the getting started tutorial [1].
Everything worked out well until the section “Run process”. After I fill out the request form and click the Submit button nothing happens. I checked the server response and I’m getting the following:
exception: class org.bonitasoft.engine.exception.BonitaRuntimeException
message: USERNAME=walter.bates | org.bonitasoft.engine.persistence.SRetryableException: javax.persistence.PersistenceException: org.hibernate.PropertyValueException: not-null property references a null or transient value : com.company.model.TravelRequest.status
The Studio log (from before clicking on the “Run” button in the Studio) looks like this:
!ENTRY org.bonitasoft.studio.engine 1 0 2017-08-16 12:48:23.730
!MESSAGE Attempt to login as walter.bates
!ENTRY org.bonitasoft.studio.engine 1 0 2017-08-16 12:48:23.762
!MESSAGE Login successful.
!ENTRY org.bonitasoft.studio.engine 1 0 2017-08-16 12:48:23.996
!MESSAGE Building bar for process Travel Request (1.0 )…
!ENTRY org.bonitasoft.studio.engine 1 0 2017-08-16 12:48:24.433
!MESSAGE Build complete for process Travel Request (1.0 ).
!ENTRY org.bonitasoft.studio.engine 1 0 2017-08-16 12:48:24.450
!MESSAGE Attempt to login as walter.bates
!ENTRY org.bonitasoft.studio.engine 1 0 2017-08-16 12:48:24.468
!MESSAGE Login successful.
!ENTRY org.bonitasoft.studio.engine 1 0 2017-08-16 12:48:24.664
!MESSAGE Attempt to login as walter.bates
!ENTRY org.bonitasoft.studio.engine 1 0 2017-08-16 12:48:24.671
!MESSAGE Login successful.
Does somebody have any idea what the problem might be?
Thanks in advance.
[1] https://documentation.bonitasoft.com/?page=getting-started-tutorial#