The jbpm functional tests have been brokebn for some time now (because of a label change...)
Since that, functional tests have also been broken because of select2 usage.
After fixing that, the following error occurs on server when running suite-setup.html (so other tests have not been updated neither)
Caused by: java.lang.UnsupportedOperationException at org.nuxeo.ecm.platform.task.core.service.TaskServiceImpl.getTaskInstances(TaskServiceImpl.java:650) at org.nuxeo.ecm.platform.task.web.TaskActionsBean.getCurrentDocumentTasks(TaskActionsBean.java:95) at org.nuxeo.ecm.platform.task.web.TaskActionsBean.getCurrentDashBoardItemsExceptPublishingTasks(TaskActionsBean.java:122) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.jboss.seam.util.Reflections.invoke(Reflections.java:22) at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:31) at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56)
This is linked to changes for NXP-12059...
- depends on
-
NXP-12059 Manual delegation
- Resolved