[JBoss JIRA] (DROOLS-4042) [DMN Designer] Add support for importing and consuming PMML models 7.5
by Michael Anstis (Jira)
[ https://issues.jboss.org/browse/DROOLS-4042?page=com.atlassian.jira.plugi... ]
Michael Anstis commented on DROOLS-4042:
----------------------------------------
[~tirelli] Ah, OK.. enhancement tracked https://issues.jboss.org/browse/DROOLS-4195
> [DMN Designer] Add support for importing and consuming PMML models 7.5
> ----------------------------------------------------------------------
>
> Key: DROOLS-4042
> URL: https://issues.jboss.org/browse/DROOLS-4042
> Project: Drools
> Issue Type: Epic
> Components: DMN Editor
> Affects Versions: 7.24.0.Final
> Reporter: Michael Anstis
> Assignee: Michael Anstis
> Priority: Critical
> Labels: drools-tools
> Fix For: 7.24.0.Final
>
>
> We need the ability to import PMML _documents_. This should be via the "Imported models" tab. Once a _document_ has been imported (and an alias assigned) selection of the _document_ and a _model_ held therein should be possible via the PMML Function boxed expression editor.
> h2. Requirement
> - As user, via included models tab, remove included pmml model, even if used somewhere
> - As user, via included models tab, rename included pmml model, even if used somewhere
> - As user, via included models tab, include multiple pmml models
> - As user, via included models tab, include multiple pmml models at the same time eternal dmn
> - As user, via included models tab, include multiple pmml models at the same time external dmn, kinds are visually distinguished
> - As user, via dmn designer, if Document or Model of included pmml was changed, the lisboxes in dmn offers new values
> - As user, via included models tab, no restriction for included pmml model name
> - As user, via new test scenarios, test dmn model that uses pmml inside
> - As user, via kie-server, query kie container that has dmn model with pmml
> - As user, via included models tab, I want to have just unique aliases of imported models
> h2. UX design
> - Selectbox in place of Document and Model selection
> h2. Documentation
> - Mention what pmml model can be imported into dmn
> - Mention where it can be used
> - Mention if something more needed to dpeloy such project on kie server
> h2. Acceptance test
> - Include two pmml models
> - In dmn, select one in function grid
> - Change the selected one to second
> - Finish the dmn model
> - build deploy on kie-server
> - Interact with kie container via rest
> - Create new test scenario for created dmn model
> - In included models tab, try to include one pmml and one dmn with same alias, it shouldn't be possible
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months
[JBoss JIRA] (DROOLS-4196) [DMN Designer] PMML: Show default when document has no explicit model
by Michael Anstis (Jira)
Michael Anstis created DROOLS-4196:
--------------------------------------
Summary: [DMN Designer] PMML: Show default when document has no explicit model
Key: DROOLS-4196
URL: https://issues.jboss.org/browse/DROOLS-4196
Project: Drools
Issue Type: Enhancement
Components: DMN Editor
Affects Versions: 7.24.0.Final
Reporter: Edson Tirelli
Assignee: Michael Anstis
If the PMML file contains no "named" model (only an anonymous one), the UI should indicate that this model is being used (how to indicate that I leave to UX, but we can call it "default model" or whatever).
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months
[JBoss JIRA] (DROOLS-4195) [DMN Designer] PMML: Update Document value when Import alias changes
by Michael Anstis (Jira)
Michael Anstis created DROOLS-4195:
--------------------------------------
Summary: [DMN Designer] PMML: Update Document value when Import alias changes
Key: DROOLS-4195
URL: https://issues.jboss.org/browse/DROOLS-4195
Project: Drools
Issue Type: Enhancement
Components: DMN Editor
Affects Versions: 7.24.0.Final
Reporter: Michael Anstis
Assignee: Michael Anstis
When a PMML document is imported it is given an alias.
When the PMML document is used in a {{Function}} the alias is used as the document name.
When the import alias is changed {{Function}}s referencing the old alias should be updated.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months
[JBoss JIRA] (WFLY-12194) Add a testcase that checks remote client transaction afinity in case of failed server
by Ondrej Chaloupka (Jira)
[ https://issues.jboss.org/browse/WFLY-12194?page=com.atlassian.jira.plugin... ]
Ondrej Chaloupka updated WFLY-12194:
------------------------------------
Git Pull Request: https://github.com/wildfly/wildfly/pull/12370
> Add a testcase that checks remote client transaction afinity in case of failed server
> -------------------------------------------------------------------------------------
>
> Key: WFLY-12194
> URL: https://issues.jboss.org/browse/WFLY-12194
> Project: WildFly
> Issue Type: Enhancement
> Components: Test Suite
> Affects Versions: 17.0.0.Final
> Reporter: Ondrej Chaloupka
> Assignee: Ondrej Chaloupka
> Priority: Major
>
> The remote client transaction affinity is not well covered in testsuite.
> Particularly, it would be good to test what happens when a transaction starts on a standalone client. The call goes to a stateless bean. There are two servers started in server that the client can choose. The client starts transaction, calls the bean and then the server fails. Will be the next call to bean fails correctly? (as it could be expected as the affinity points to the non-existent server, despite the fact there is another server deploying the same stateless bean)
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months
[JBoss JIRA] (WFLY-12194) Add a testcase that checks remote client transaction afinity in case of failed server
by Ondrej Chaloupka (Jira)
[ https://issues.jboss.org/browse/WFLY-12194?page=com.atlassian.jira.plugin... ]
Ondrej Chaloupka commented on WFLY-12194:
-----------------------------------------
Based on the investigation of behaviour described in the documentation (see https://issues.jboss.org/browse/JBEAP-16879) adding new testcases working with EJB remoting protocols and transaction affinity.
> Add a testcase that checks remote client transaction afinity in case of failed server
> -------------------------------------------------------------------------------------
>
> Key: WFLY-12194
> URL: https://issues.jboss.org/browse/WFLY-12194
> Project: WildFly
> Issue Type: Enhancement
> Components: Test Suite
> Affects Versions: 17.0.0.Final
> Reporter: Ondrej Chaloupka
> Assignee: Ondrej Chaloupka
> Priority: Major
>
> The remote client transaction affinity is not well covered in testsuite.
> Particularly, it would be good to test what happens when a transaction starts on a standalone client. The call goes to a stateless bean. There are two servers started in server that the client can choose. The client starts transaction, calls the bean and then the server fails. Will be the next call to bean fails correctly? (as it could be expected as the affinity points to the non-existent server, despite the fact there is another server deploying the same stateless bean)
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months