Bug 1285433 - [QE](6.2.z) WAS: creating a persistable data object causes an error
Summary: [QE](6.2.z) WAS: creating a persistable data object causes an error
Keywords:
Status: CLOSED EOL
Alias: None
Product: JBoss BRMS Platform 6
Classification: Retired
Component: Data Modeler
Version: 6.2.0
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: CR1
: 6.2.1
Assignee: Walter Medvedeo
QA Contact: Lukáš Petrovický
URL:
Whiteboard:
Depends On:
Blocks: 1288023 1295548
TreeView+ depends on / blocked
 
Reported: 2015-11-25 15:08 UTC by Zuzana Krejčová
Modified: 2020-03-27 19:45 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
: 1295548 (view as bug list)
Environment:
Last Closed: 2020-03-27 19:45:34 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
stacktrace in server log (5.97 KB, text/plain)
2015-11-25 15:13 UTC, Zuzana Krejčová
no flags Details

Description Zuzana Krejčová 2015-11-25 15:08:30 UTC
Description of problem:
When user creates a new data object and chooses to create it persistable, an error occurs (see steps). The New Item modal doesn|t disappear, the data object is created though.


Version-Release number of selected component (if applicable):
6.2 CR1


Steps to Reproduce:
1. Select a project (project1) and a package (org.example).
2. Click New Item, select data object, fill in some name (MyFact).
3. Check the "Persistable" option.
4. Click Ok.


Actual results:
An Error modal appears with the following message:
"Unable to complete your request. The following exception occurred: It was not possible to create Java file, for path: default://master@bpms-assets/project1/src/main/java/org/example, fileName: MyFact.java."
The new item modal doesn't disappear (if you close the error modal, the new item is still there). The data object is created anyway.


Expected results:
The data object is created without any errors.


Additional info:
Making a previously not persistable object persistable after its creation is okay.

Comment 1 Zuzana Krejčová 2015-11-25 15:13:49 UTC
Created attachment 1098870 [details]
stacktrace in server log

This is just for different project/package/class names, but the exception is always the same.

Comment 2 Walter Medvedeo 2015-12-02 08:19:04 UTC
Fixed in master:

https://github.com/droolsjbpm/kie-wb-common/commit/9d794675a6f40496e7550c5c1df72017ed07f4b0

not yet cherry-picked into 6.3.x

Comment 3 Walter Medvedeo 2015-12-09 18:02:12 UTC
Now also cherry-picked into 6.3.x

https://github.com/droolsjbpm/kie-wb-common/commit/6dec268ef8d253b6f0f91b6519f5ec26a5319427


Note You need to log in before you can comment on or make changes to this bug.