[JBoss JIRA] (DROOLS-3363) Implement a mechanism to have GIVEN/EXPECT only DO
by Daniele Zonca (Jira)
Daniele Zonca created DROOLS-3363:
-------------------------------------
Summary: Implement a mechanism to have GIVEN/EXPECT only DO
Key: DROOLS-3363
URL: https://issues.jboss.org/browse/DROOLS-3363
Project: Drools
Issue Type: Task
Components: Scenario Simulation and Testing
Reporter: Daniele Zonca
Assignee: Gabriele Cardosi
Some DO could be used only in the GIVEN section or in the EXPECT section. Implement a mechanism to store this information and enforce the constraint
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 7 months
[JBoss JIRA] (DROOLS-3360) Refactor Scenario presenter to support multiple data objects retrieve strategies
by Daniele Zonca (Jira)
Daniele Zonca created DROOLS-3360:
-------------------------------------
Summary: Refactor Scenario presenter to support multiple data objects retrieve strategies
Key: DROOLS-3360
URL: https://issues.jboss.org/browse/DROOLS-3360
Project: Drools
Issue Type: Task
Components: Scenario Simulation and Testing
Reporter: Daniele Zonca
Assignee: Gabriele Cardosi
At the moment ScenarioSimulationPresenter is strinctly coupled with DMO as service to retrieve DO structures. To support DMN we need to refactor it and have the possibility to have multiple pluggable strategies to retrieve these info
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 7 months
[JBoss JIRA] (DROOLS-3031) [DMN Designer] UX for Expand / Collapse all
by Guilherme Carreiro (Jira)
[ https://issues.jboss.org/browse/DROOLS-3031?page=com.atlassian.jira.plugi... ]
Guilherme Carreiro commented on DROOLS-3031:
--------------------------------------------
[~uxdlc] Yes.. would be nice to have a mockup :-)
> [DMN Designer] UX for Expand / Collapse all
> -------------------------------------------
>
> Key: DROOLS-3031
> URL: https://issues.jboss.org/browse/DROOLS-3031
> Project: Drools
> Issue Type: Task
> Components: DMN Editor
> Affects Versions: 7.12.0.Final
> Reporter: Liz Clayton
> Assignee: Liz Clayton
> Priority: Major
> Labels: UX, UXTeam, drools-tools
>
> User should have possibility to easily expand / collapse all data types in the *manage custom data type* dialog.
> h2. Manual acceptance test
> - Expand
> -- All collapsed initially
> -- Something collapsed initially, something expanded already
> -- All expanded already
> - Collapse
> -- All expanded initially
> -- Something expanded initially, something collapsed already
> -- All collapsed already
> - No error warning in browser console log
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 7 months
[JBoss JIRA] (WFLY-11414) :read-resource operation of jax-rs subsystem doesn't handle all interfaces
by Lin Gao (Jira)
[ https://issues.jboss.org/browse/WFLY-11414?page=com.atlassian.jira.plugin... ]
Lin Gao reassigned WFLY-11414:
------------------------------
Assignee: Lin Gao (was: Alessio Soldano)
> :read-resource operation of jax-rs subsystem doesn't handle all interfaces
> --------------------------------------------------------------------------
>
> Key: WFLY-11414
> URL: https://issues.jboss.org/browse/WFLY-11414
> Project: WildFly
> Issue Type: Bug
> Components: REST
> Reporter: Marek Kopecký
> Assignee: Lin Gao
> Priority: Major
>
> _:read-resource_ operation of jax-rs subsystem doesn't handle interfaces, where end-point path is defined on interface
> Steps to reproduce:
> # {code:java}
> @Path("pure/proxy")
> public interface PureProxyApiService {
> @Path("test/{a}/{b}")
> @GET
> String test(@PathParam("a") String a, @PathParam("b") String b);
> }
> public class PureProxyEndPoint implements PureProxyApiService {
> @Override
> public String test(@PathParam("a") String a, @PathParam("b") String b) {
> return a + b;
> }
> }
> {code}
> # _/deployment=DEPLOYMENT_NAME/subsystem=jaxrs:read-resource(recursive,include-runtime)_
> # Output:
> {noformat}
> "org.resteasy.simple.deployment.PureProxyEndPoint" => {
> "resource-class" => "org.resteasy.simple.deployment.PureProxyEndPoint",
> "rest-resource-paths" => undefined,
> "sub-resource-locators" => undefined
> }
> {noformat}
> # If class has \@Path annotation, _read-resource_ operation works correctly
> # {code:java}public interface ProxyApiService {
> @Path("test/{a}/{b}")
> @GET
> String test(@PathParam("a") String a, @PathParam("b") String b);
> }
> @Path("proxy")
> public class ProxyEndPoint implements ProxyApiService {
> @Override
> public String test(@PathParam("a") String a, @PathParam("b") String b) {
> return a + b;
> }
> }
> {code}
> # {noformat} "org.resteasy.simple.deployment.ProxyEndPoint" => {
> "resource-class" => "org.resteasy.simple.deployment.ProxyEndPoint",
> "rest-resource-paths" => [{
> "resource-path" => "proxy/test/{a}/{b}",
> "consumes" => undefined,
> "produces" => undefined,
> "java-method" => "java.lang.String org.resteasy.simple.deployment.ProxyEndPoint.test(@PathParam java.lang.String a, @PathParam java.lang.String b)",
> "resource-methods" => ["GET /jaxrs-wf/proxy/test/{a}/{b}"]
> }],
> "sub-resource-locators" => undefined
> }
> {noformat}
> cc [~gaol]
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 7 months
[JBoss JIRA] (DROOLS-3339) refactor the PMML regression model to use an external library for regressions
by Klara Kufova (Jira)
[ https://issues.jboss.org/browse/DROOLS-3339?page=com.atlassian.jira.plugi... ]
Klara Kufova commented on DROOLS-3339:
--------------------------------------
[~elmiko], I also think you should decide based on what works best for you, both solutions sound good to me. If this is already an epic, maybe the easiest option would be to rename it and include the mentioned issues?
> refactor the PMML regression model to use an external library for regressions
> -----------------------------------------------------------------------------
>
> Key: DROOLS-3339
> URL: https://issues.jboss.org/browse/DROOLS-3339
> Project: Drools
> Issue Type: Epic
> Components: PMML
> Affects Versions: 7.14.0.Final
> Reporter: michael mccune
> Assignee: michael mccune
> Priority: Critical
>
> Replace the current DRL generation for regression calculation by a specialized regression library, in order to simplify the code and improve compilation and runtime performance.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 7 months