[JBoss JIRA] (DROOLS-2340) Enhance UI in Test Scenarios Editor
by Jim Tyrrell (JIRA)
Jim Tyrrell created DROOLS-2340:
-----------------------------------
Summary: Enhance UI in Test Scenarios Editor
Key: DROOLS-2340
URL: https://issues.jboss.org/browse/DROOLS-2340
Project: Drools
Issue Type: Enhancement
Components: Test Scenarios Editor
Reporter: Jim Tyrrell
Assignee: Jozef Marko
Fix For: 7.5.0.Final, 7.6.0.Final
Attachments: Screenshot from 2017-12-01 16-38-52.png, Screenshot from 2018-01-26 01-47-48.png
Test Scenarios editor needs to be polished:
* -Delete Buttons are too small - it would be good to enlarge them.- done with [PR|https://github.com/kiegroup/drools-wb/pull/723]
* Some other elements doesn't have enough space around them.
* Please do any other small visual changes which makes sense.
** -Introduced two new tabs.- resolved by [PR|https://github.com/kiegroup/drools-wb/pull/754]
*** One shows information about fired rules during scenario run
*** Second enables to configure, kie base/session, allowed rules, date and time used in scenario
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 2 months
[JBoss JIRA] (JBMETA-405) [JDK9+] org.jboss.metadata.merge package is exported by multiple jars
by Tomaz Cerar (JIRA)
[ https://issues.jboss.org/browse/JBMETA-405?page=com.atlassian.jira.plugin... ]
Tomaz Cerar reassigned JBMETA-405:
----------------------------------
Assignee: Tomaz Cerar
> [JDK9+] org.jboss.metadata.merge package is exported by multiple jars
> ---------------------------------------------------------------------
>
> Key: JBMETA-405
> URL: https://issues.jboss.org/browse/JBMETA-405
> Project: JBoss Metadata
> Issue Type: Bug
> Components: common, ear
> Reporter: Tomaz Cerar
> Assignee: Tomaz Cerar
>
> if you have
> jboss-metadata-ear-11.0.0.Final.jar and jboss-metadata-common-11.0.0.Final.jar
> on your module path, jvm complains as both jars export package {{org.jboss.metadata.merge}}
> which violates the modules contract where only one module (jar) can provide single package.
> example error that jvm prints
> {noformat}
> Error: Modules jboss.metadata.ear and jboss.metadata.common export package org.jboss.metadata.merge to module wildfly.clustering.common
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 2 months
[JBoss JIRA] (JBMETA-405) [JDK9+] org.jboss.metadata.merge package is exported by multiple jars
by Tomaz Cerar (JIRA)
[ https://issues.jboss.org/browse/JBMETA-405?page=com.atlassian.jira.plugin... ]
Tomaz Cerar resolved JBMETA-405.
--------------------------------
Resolution: Done
Fixes in 12 alpha1
> [JDK9+] org.jboss.metadata.merge package is exported by multiple jars
> ---------------------------------------------------------------------
>
> Key: JBMETA-405
> URL: https://issues.jboss.org/browse/JBMETA-405
> Project: JBoss Metadata
> Issue Type: Bug
> Components: common, ear
> Reporter: Tomaz Cerar
>
> if you have
> jboss-metadata-ear-11.0.0.Final.jar and jboss-metadata-common-11.0.0.Final.jar
> on your module path, jvm complains as both jars export package {{org.jboss.metadata.merge}}
> which violates the modules contract where only one module (jar) can provide single package.
> example error that jvm prints
> {noformat}
> Error: Modules jboss.metadata.ear and jboss.metadata.common export package org.jboss.metadata.merge to module wildfly.clustering.common
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 2 months
[JBoss JIRA] (WFLY-9866) (EE8 mode of) module javax.faces.api needs a dependency on javax.websocket.api
by Scott Marlow (JIRA)
[ https://issues.jboss.org/browse/WFLY-9866?page=com.atlassian.jira.plugin.... ]
Scott Marlow updated WFLY-9866:
-------------------------------
Component/s: JSF
> (EE8 mode of) module javax.faces.api needs a dependency on javax.websocket.api
> ------------------------------------------------------------------------------
>
> Key: WFLY-9866
> URL: https://issues.jboss.org/browse/WFLY-9866
> Project: WildFly
> Issue Type: Task
> Components: JSF
> Reporter: Scott Marlow
> Assignee: Scott Marlow
> Fix For: 12.0.0.CR1
>
>
> Noticed during EE 8 testing, that javax.faces.event.WebsocketEvent needs a dependency on javax.websocket.CloseReason, so we probably need something like:
> {code}
> <module name="javax.faces.api" xmlns="urn:jboss:module:1.7">
> <dependencies>
> <module name="com.sun.jsf-impl"/>
> <module name="javax.enterprise.api" export="true"/>
> <module name="javax.servlet.api" export="true"/>
> <module name="javax.servlet.jsp.api" export="true"/>
> <module name="javax.servlet.jstl.api" export="true"/>
> <module name="javax.validation.api" export="true"/>
> <module name="org.glassfish.javax.el" export="true"/>
> <module name="javax.api"/>
> <module name="javax.websocket.api"/>
> </dependencies>
> <resources>
> <resource-root path="jboss-jsf-api_2.2_spec-2.2.14.jar">
> <conditions>
> <property-not-equal name="ee8.preview.mode" value="true"/>
> </conditions>
> </resource-root>
> <resource-root path="jboss-jsf-api_2.3_spec-2.3.3.SP1.jar">
> <conditions>
> <property-equal name="ee8.preview.mode" value="true"/>
> </conditions>
> </resource-root>
> </resources>
> </module>
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 2 months