]
Jozef Marko updated DROOLS-3073:
--------------------------------
Attachment: Screenshot from 2018-10-05 15-32-12.png
Wrong full package if you use classes from another folder
----------------------------------------------------------
Key: DROOLS-3073
URL:
https://issues.jboss.org/browse/DROOLS-3073
Project: Drools
Issue Type: Bug
Components: Scenario Simulation and Testing
Reporter: Daniele Zonca
Assignee: Gabriele Cardosi
Priority: Major
Attachments: Screenshot from 2018-10-05 15-32-12.png
Step to reproduce:
- Create a Data Object "Object1" in a specific package (i.e.
com.myspace.myproject)
- Create a Test Scenario (Preview) "Test1" in a different package (i.e.
com.myspace)
- Use Data Objects tab to import "Object1" to "Test1"
- Reload the asset and map a field of "Object1" to a column
- Fill "Test1" with valid values
- Run the scenario
Result: Impossible to load class com.myspace.Object1
Minor bug: if "Test1" has been create in default package the error that you get
is "Impossible to load class *.*Object1" so it should be impossible to create
the asset into default package or it should consider it to avoid "." symbol at
the beginning