-
Bug
-
Resolution: Done
-
Major
-
7.0.0.GA
It is allowed to use MVEL resolver for object definition which can specify constructor parameters like this:
new org.jbpm.test.CustomStrategy(runtimeManager)
If parameters are used, validation fails (probably because the variables are not declared in ParserContext):
[Error: unable to resolve method using strict-mode: java.lang.Object.ksession()]
[Near : {... rg.jbpm.process.workitem.bpmn2.ServiceTaskHandler(ksession, classLoader) ....}]
^
[Line: 1, Column: 56]
- is caused by
-
JBPM-6182 Add validation for Work Item handlers declarations in Deployment Descriptor Editor
- Resolved
- is cloned by
-
JBPM-6416 Deployment descriptor validation fails if config item uses MVEL resolver and constructor with parameters
- Resolved
- relates to
-
RHPAM-94 Deployment descriptor validation cannot resolve some classes
- Closed