Attempting to use Bonita 7.10,4 upgraded from 7.3.2. It seems to have transferred the workflows and organization OK. When my Java app attempts to log in using TenantAPIAccessor.getLoginAPI().login(user,pass) I can proxy the traffic and see that the server is sending back XML with a session ID and profiles (User,Administrator) . I get an error though as follows:
com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter$UnknownFieldException: No such field org.bonitasoft.engine.session.impl.APISessionImpl.profiles
---- Debugging information ----
field : profiles
class : org.bonitasoft.engine.session.impl.APISessionImpl
required-type : org.bonitasoft.engine.session.impl.APISessionImpl
converter-type : com.thoughtworks.xstream.converters.reflection.ReflectionConverter
path : /org.bonitasoft.engine.session.impl.APISessionImpl/profiles
line number : 11
version : 1.4.8
-------------------------------
at org.bonitasoft.engine.api.HTTPServerAPI.invokeMethod(HTTPServerAPI.java:143)
at org.bonitasoft.engine.api.impl.ClientInterceptor.invoke(ClientInterceptor.java:86)