[JBoss JIRA] (DROOLS-4991) Minor changes on Collection Editor UI
by Yeser Amer (Jira)
[ https://issues.redhat.com/browse/DROOLS-4991?page=com.atlassian.jira.plug... ]
Yeser Amer updated DROOLS-4991:
-------------------------------
Sprint: 2020 Week 07-09 (from Feb 10)
> Minor changes on Collection Editor UI
> -------------------------------------
>
> Key: DROOLS-4991
> URL: https://issues.redhat.com/browse/DROOLS-4991
> Project: Drools
> Issue Type: Enhancement
> Components: Scenario Simulation and Testing
> Reporter: Yeser Amer
> Assignee: Yeser Amer
> Priority: Major
> Labels: drools-tools
>
> - When it's not in "edit mode" consider moving the "Add new item" directly below the last item in the list.
> - Consider renaming the action to "Add list value" or whatever most closely describes the action.
> - Consider making the font sizes the same within the dialog. The Name field looks too small, while the Edit name looks too large, but the "Add new item" looks about right.
> https://issues.redhat.com/secure/thumbnail/12464511/_thumb_12464511.png
> - Also when the Edit form is open is it scrolled out of view by default. Maybe as a short term patch could the area auto scroll somehow to make sure the form area is in view? Would be best to just redesign this though in the long run imo.
> Thanks!
> Liz
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 5 months
[JBoss JIRA] (DROOLS-3002) Redo PMML scorecards rules to use executable model
by Daniele Zonca (Jira)
[ https://issues.redhat.com/browse/DROOLS-3002?page=com.atlassian.jira.plug... ]
Daniele Zonca reassigned DROOLS-3002:
-------------------------------------
Assignee: Gabriele Cardosi (was: Lance Leverich)
> Redo PMML scorecards rules to use executable model
> --------------------------------------------------
>
> Key: DROOLS-3002
> URL: https://issues.redhat.com/browse/DROOLS-3002
> Project: Drools
> Issue Type: Enhancement
> Components: PMML
> Affects Versions: 7.12.0.Final
> Reporter: Lance Leverich
> Assignee: Gabriele Cardosi
> Priority: Major
> Labels: PMMLRefactor, drools-core
>
> Re-factoring of the classes and mechanisms that generate rules and classes from a PMML resource that contains a Scorecard model.
> # Make further usage of POJOs to replace any types declared within the rule file
> # Change the rules generated so that the rules are Java, based on the executable model
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 5 months
[JBoss JIRA] (WFLY-13076) Opentracing fails to load on EAR deployment
by Emmanuel Hugonnet (Jira)
[ https://issues.redhat.com/browse/WFLY-13076?page=com.atlassian.jira.plugi... ]
Emmanuel Hugonnet commented on WFLY-13076:
------------------------------------------
[~rgolan] Could you please add a link to the ear ?
> Opentracing fails to load on EAR deployment
> -------------------------------------------
>
> Key: WFLY-13076
> URL: https://issues.redhat.com/browse/WFLY-13076
> Project: WildFly
> Issue Type: Bug
> Components: MP OpenTracing
> Affects Versions: 18.0.1.Final
> Reporter: Roy Golan
> Assignee: Emmanuel Hugonnet
> Priority: Major
>
> wildfly 18, an EAR application (ovirt-engine ), I'm trying to enable opentracing, and failing.
> I added this to our xml:
> ```
> <extension module="org.wildfly.extension.microprofile.opentracing-smallrye"/>
> ...
> <subsystem xmlns="urn:wildfly:microprofile-opentracing-smallrye:1.0"/>
> ```
> Exported Jaeger environment vars:
> ```
> export JAEGER_SERVICE_NAME=ovirt-engine
> export JAEGER_REPORTER_LOG_SPANS=true
> export JAEGER_SAMPLER_TYPE=const
> export JAEGER_SAMPLER_PARAM=1
> ```
> And debugged the `TracerProducer` which throws:
> ```
> "Method threw 'org.jboss.weld.exceptions.IllegalStateException' exception. Cannot evaluate org.jboss.weldx.servlet.ServletContext$$Proxy$_$$_WeldClientProxy.toString()"
> ```
> The deployment structure is:
> | engine.ear
> - bll.jar EJB and CDI beans
> - lib/vdsbroker CDI
> | restapi.war JAXRS , also CDI beans
> | Jboss-Modules
> common.jar
> utils.jar
> dal.jar CDI
>
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 5 months