Bug 1293238
| Summary: | Not possible to add metadata entry | ||
|---|---|---|---|
| Product: | [Retired] JBoss BPMS Platform 6 | Reporter: | Anton Giertli <agiertli> |
| Component: | Eclipse Tooling | Assignee: | Kris Verlaenen <kverlaen> |
| Status: | CLOSED EOL | QA Contact: | Jozef Marko <jomarko> |
| Severity: | high | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6.3.0 | CC: | jomarko |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-03-27 19:42:58 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: | |
| Embargoed: | |||
The latest jbds tooling is: jbds-9.1.0.Beta2_jbdsis-9.0.0.Beta1 BPMN2 Modeler - 1.2.3.CR2-v20160209-2002 Bug is fixed in: BPMN2 Modeler - 1.2.3.Final-v20160218-1949-B212 When jbds tooling will contain newer BPMN2 Modeler, I will mark this as verified. Reproducible also on: jbds-8.1.0.GA_jbdsis-8.0.6.CR3 On jbds-8.1.0.GA_jbdsis-8.0.6.CR3 is user unable to add metadata entry for any element. There is completely missing ui field for this feature. *** Bug 1317957 has been marked as a duplicate of this bug. *** On jbds-8.1.0.GA_jbdsis-8.0.6.CR3 is user able to add metadata after expert mode is activated: Preferences->BPMN2->Editor->Behavior After "expert" mode is enabled (Preferences-BPMN2-Editor-Behavior), feature works well on: jbds-9.1.0.Beta2_jbdsis-9.0.0.Beta1 jbds-8.1.0.GA_jbdsis-8.0.6.CR3 |
Description of problem: If you add new metadata entry in the eclipse designer via Properties - > General then the process build will fail with following exception: Exception in thread "main" java.lang.RuntimeException: Error while creating KieBase[Message [id=1, level=ERROR, path=com/sample/sample.bpmn, line=-1, column=0 text=unable to parse xml : Exception class org.xml.sax.SAXParseException : <metaData> requires a 'name' attribute]] Version-Release number of selected component (if applicable): jbds 8 with 1.1.3 plugin version jbds 9 with 1.2.1 plugin version How reproducible: always Steps to Reproduce: 1. Create jBPM6 example project in JBDS 2. Add new metadata entry to this process (Properties -> General) 3. Try to run jBPM6 example Actual results: It will fail with the exception described Expected results: It will not fail Additional info: Following XML is generated for the new metadata entry <tns:metaData tns:name="TRANSACTIONAL_SUPPORTED"> <tns:metaValue><![CDATA[true]]></tns:metaValue> </tns:metaData> if you change the tns:name to name manually, then it is possible to build the process