| Summary: | Generating default form when completing task fails with freemarker exception | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Retired] JBoss BPMS Platform 6 | Reporter: | Petr Široký <psiroky> | ||||||||
| Component: | Form Modeler | Assignee: | Mauricio Salatino <msalatin> | ||||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Petr Široký <psiroky> | ||||||||
| Severity: | high | Docs Contact: | |||||||||
| Priority: | unspecified | ||||||||||
| Version: | 6.0.0 | CC: | kverlaen, paradhya, rrajasek | ||||||||
| Target Milestone: | ER4 | ||||||||||
| Target Release: | 6.0.0 | ||||||||||
| Hardware: | Unspecified | ||||||||||
| OS: | Unspecified | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2014-08-06 20:11:22 UTC | Type: | Bug | ||||||||
| Regression: | --- | Mount Type: | --- | ||||||||
| Documentation: | --- | CRM: | |||||||||
| Verified Versions: | Category: | --- | |||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||
| Attachments: |
|
||||||||||
|
Description
Petr Široký
2013-09-11 08:19:09 UTC
Created attachment 796288 [details]
Screenshot with non rendered form
Created attachment 796289 [details]
Server log with the freemarker exception
Created attachment 796290 [details]
BPMN2 process that can be used to reproduce the issue
The automatically generated form only supports String parameters and is only intended for demo purposes. So it's unclear how much time we should spend on fixing this, as it's definitely recommended to create proper forms for your tasks / processes. It is expected that forms are generated. If this is not the case, then it is an issue that needs to be fixed in Beta.. Fixed on master: http://github.com/droolsjbpm/jbpm/commit/4d0af3fb9 And backported to 6.0.x Verified fixed in ER4. The attached process (three tasks with default forms rendered) can be successfully completed without any exceptions in the log. |