-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
None
Reason:
Resteasy-CDI tries to create beans for every JAX-RS resource and provider, involving creation of proxy classes. This is not possible for org.camunda.bpm.engine.rest.mapper.MultipartPayloadProvider because it is final. Since resteasy-cdi is an implicit module dependency for JAX-RS deployments on JBoss/Wildfly, running into the resulting exception because of this may not be a nice experience for unexperienced users.
Solution:
Remove final qualifier from class
Related forum post:
https://groups.google.com/forum/#!topic/camunda-bpm-users/gGqKPfIaXYs