[JBoss JIRA] (DROOLS-2811) Enrich FEEL Test parameter for translation mode
by Matteo Mortari (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2811?page=com.atlassian.jira.plugi... ]
Matteo Mortari updated DROOLS-2811:
-----------------------------------
Description:
Currently @parametrized test make it difficult to execute both in AST-interpreted Vs Java-Translated mode, because Parameters are used both for Data and Configuration.
It would be advisable to use Parameters only for configuration, and split data in different Test-Methods instead, also to make it easier to execute a specific, single test without having to rely to much on IDE toolings.
The scope of this however is to start introduce an additional Configuration parameter automatically, so to execute the test in two mode, AST first and then execute all test again in Java mode
> Enrich FEEL Test parameter for translation mode
> -----------------------------------------------
>
> Key: DROOLS-2811
> URL: https://issues.jboss.org/browse/DROOLS-2811
> Project: Drools
> Issue Type: Enhancement
> Components: dmn engine
> Reporter: Matteo Mortari
> Assignee: Matteo Mortari
>
> Currently @parametrized test make it difficult to execute both in AST-interpreted Vs Java-Translated mode, because Parameters are used both for Data and Configuration.
> It would be advisable to use Parameters only for configuration, and split data in different Test-Methods instead, also to make it easier to execute a specific, single test without having to rely to much on IDE toolings.
> The scope of this however is to start introduce an additional Configuration parameter automatically, so to execute the test in two mode, AST first and then execute all test again in Java mode
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 4 months
[JBoss JIRA] (WFWIP-75) it's not possible to enable Hibernate Bytecode Transformer using j-d-s.xml
by Scott Marlow (JIRA)
[ https://issues.jboss.org/browse/WFWIP-75?page=com.atlassian.jira.plugin.s... ]
Scott Marlow commented on WFWIP-75:
-----------------------------------
I pushed test changes to the WFLY-10520_pr_hack branch. I removed the setting of the system property from arquillian.xml and added a j-d-s.xml file that includes the transformer settings.
> it's not possible to enable Hibernate Bytecode Transformer using j-d-s.xml
> --------------------------------------------------------------------------
>
> Key: WFWIP-75
> URL: https://issues.jboss.org/browse/WFWIP-75
> Project: WildFly WIP
> Issue Type: Bug
> Components: JPA
> Reporter: Martin Simka
> Assignee: Scott Marlow
> Priority: Blocker
>
> based on testing with https://github.com/scottmarlow/wildfly/tree/WFLY-10520_pr_hack
> it's not possible to enable transformer for application in {{jboss-deployment-structure.xml}}.
> there are probably more issues
> # application has to have dependency on module {{org.hibernate.bytecodetransfomer}} (which is ok, users must edit j-d-s.xml anyway) / or {{org.hibernate.bytecodetransfomer}} must be global module
> # transformer has private constructor so {{ClassFileTransformerProcessor}} cannot instantiate it
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 4 months
[JBoss JIRA] (DROOLS-2787) "Data Type" tree-grid table interactions.
by Liz Clayton (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2787?page=com.atlassian.jira.plugi... ]
Liz Clayton commented on DROOLS-2787:
-------------------------------------
[~tirelli] Thanks good to know! Question: For the purposes of Editing and Remove a Data Type, are you envisioning the user would select the data type from the Canvas view dropdown and then select the action? Or would the dialog also offer a list of available data types to edit and such?
> "Data Type" tree-grid table interactions.
> -----------------------------------------
>
> Key: DROOLS-2787
> URL: https://issues.jboss.org/browse/DROOLS-2787
> Project: Drools
> Issue Type: Story
> Components: DMN Editor
> Reporter: Liz Clayton
> Assignee: Liz Clayton
> Labels: UX, UXTeam, drools-tools
> Attachments: DROOLS-2738.bmpr, Screen Shot 2018-07-24 at 3.51.03 PM.png, Screen Shot 2018-07-27 at 11.48.34 AM.png, Screen Shot 2018-07-27 at 12.24.49 PM.png, Screen Shot 2018-07-27 at 12.27.13 PM.png, add_basic.png, treegrid.png, type_definitions.pdf
>
>
> *Background*
> Persona: Business analyst or Rules practitioner
> Use Cases:
> As a user I want to:
> * *Edit* the list of Data Types, using the appropriate type considering the DMN model (eg: in the age line, we need to select "Numeric" in the combobox.)
> * *Add* a new data type, which might be a nested or otherwise complex object as defined by the (ItemDefinition.)
> * *Remove* Data Types from the list of available selections.
> * be prevented from making selections that are not valid or would cause an error.
> * know that when I edit a data type the changes will be updated in the DMN model.
> Functional considerations/ pre conditions:
> * Outside of simple view/select, Data Types list (and options) will be presented as a tree-grid within a modal dialog. Discussed in detail within Epic subtask for the same.
> * Design needs to be consistent with Stunner and PF components, such as: https://www.patternfly.org/pattern-library/widgets/#treegrid-table
> Verification conditions:
> * Scrum team and PO review.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 4 months