-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Duplicate
-
Affects Version/s: 2.3.2
-
Fix Version/s: None
-
Component/s: None
-
Backlog priority:300
Modify the studio project to declare a custom case and caseItem.
Update the studio plugin from Admin Center and try to create a Case ( the default one).
The following exception is thrown :
Caused by: org.nuxeo.cm.exception.CaseManagementRuntimeException: org.nuxeo.ecm.core.api.ClientException: null is not a registered core type
at org.nuxeo.cm.core.service.CaseDistributionServiceImpl.createDraftCaseLink(CaseDistributionServiceImpl.java:386)
at org.nuxeo.cm.web.caseitem.CaseItemDocumentActionsBean.createEmptyCase(CaseItemDocumentActionsBean.java:173)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.jboss.seam.util.Reflections.invoke(Reflections.java:22)
at org.jbo
Caused by: org.nuxeo.ecm.core.api.ClientException: null is not a registered core type
at org.nuxeo.ecm.core.api.AbstractSession.createDocumentModelFromTypeName(AbstractSession.java:774)
at org.nuxeo.ecm.core.api.AbstractSession.createDocumentModel(AbstractSession.java:805)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)