[JBoss JIRA] (DROOLS-4573) Cell selection doesn't span the entire cell
by Yeser Amer (Jira)
Yeser Amer created DROOLS-4573:
----------------------------------
Summary: Cell selection doesn't span the entire cell
Key: DROOLS-4573
URL: https://issues.jboss.org/browse/DROOLS-4573
Project: Drools
Issue Type: Bug
Components: Scenario Simulation and Testing, Test Scenarios Editor
Affects Versions: 7.27.0.Final
Reporter: Yeser Amer
Assignee: Yeser Amer
Fix For: 7.28.0.Final
Attachments: Screen Shot 2019-09-25 at 9.44.24 AM.png
If you select a spanned cell, only the subcell which belongs to the selected column is marked as selected
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years
[JBoss JIRA] (WFLY-12188) Option READ_TIMEOUT is ignored
by Flavia Rainone (Jira)
[ https://issues.jboss.org/browse/WFLY-12188?page=com.atlassian.jira.plugin... ]
Flavia Rainone updated WFLY-12188:
----------------------------------
Labels: (was: blocker-WF18)
> Option READ_TIMEOUT is ignored
> ------------------------------
>
> Key: WFLY-12188
> URL: https://issues.jboss.org/browse/WFLY-12188
> Project: WildFly
> Issue Type: Bug
> Components: EJB, Remoting
> Affects Versions: 17.0.0.Final
> Reporter: Joerg Baesner
> Assignee: Flavia Rainone
> Priority: Major
>
> What's the difference of the {{READ_TIMEOUT}} in _ejb3_ subsystem vs. _remoting_ subsystem? See:
> {code}
> <remote connector-ref="http-remoting-connector" thread-pool-name="default">
> <channel-creation-options>
> <option name="READ_TIMEOUT" value="${prop.remoting-connector.read.timeout:20}" type="xnio"/>
> <option name="MAX_OUTBOUND_MESSAGES" value="1234" type="remoting"/>
> </channel-creation-options>
> </remote>
> {code}
> {code}
> <subsystem xmlns="urn:jboss:domain:remoting:4.0">
> <endpoint/>
> <http-connector name="http-remoting-connector" connector-ref="default" security-realm="ApplicationRealm">
> <!-- server-side configuration -->
> <properties>
> <property name="org.jboss.remoting3.RemotingOptions.HEARTBEAT_INTERVAL" value="5000"/>
> <property name="KEEP_ALIVE" value="true"/>
> <property name="READ_TIMEOUT" value="10000"/>
> <property name="WRITE_TIMEOUT" value="10000"/>
> </properties>
> </http-connector>
> {code}
> None of those options work.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years
[JBoss JIRA] (WFLY-12188) Option READ_TIMEOUT is ignored
by Flavia Rainone (Jira)
[ https://issues.jboss.org/browse/WFLY-12188?page=com.atlassian.jira.plugin... ]
Flavia Rainone updated WFLY-12188:
----------------------------------
Priority: Major (was: Blocker)
> Option READ_TIMEOUT is ignored
> ------------------------------
>
> Key: WFLY-12188
> URL: https://issues.jboss.org/browse/WFLY-12188
> Project: WildFly
> Issue Type: Bug
> Components: EJB, Remoting
> Affects Versions: 17.0.0.Final
> Reporter: Joerg Baesner
> Assignee: Flavia Rainone
> Priority: Major
> Labels: blocker-WF18
>
> What's the difference of the {{READ_TIMEOUT}} in _ejb3_ subsystem vs. _remoting_ subsystem? See:
> {code}
> <remote connector-ref="http-remoting-connector" thread-pool-name="default">
> <channel-creation-options>
> <option name="READ_TIMEOUT" value="${prop.remoting-connector.read.timeout:20}" type="xnio"/>
> <option name="MAX_OUTBOUND_MESSAGES" value="1234" type="remoting"/>
> </channel-creation-options>
> </remote>
> {code}
> {code}
> <subsystem xmlns="urn:jboss:domain:remoting:4.0">
> <endpoint/>
> <http-connector name="http-remoting-connector" connector-ref="default" security-realm="ApplicationRealm">
> <!-- server-side configuration -->
> <properties>
> <property name="org.jboss.remoting3.RemotingOptions.HEARTBEAT_INTERVAL" value="5000"/>
> <property name="KEEP_ALIVE" value="true"/>
> <property name="READ_TIMEOUT" value="10000"/>
> <property name="WRITE_TIMEOUT" value="10000"/>
> </properties>
> </http-connector>
> {code}
> None of those options work.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years
[JBoss JIRA] (WFLY-12592) Usage of Elytron's SSL-Context in establishing SSL communication with DataBase
by Darran Lofthouse (Jira)
[ https://issues.jboss.org/browse/WFLY-12592?page=com.atlassian.jira.plugin... ]
Darran Lofthouse commented on WFLY-12592:
-----------------------------------------
Setting the 'default-ssl-context' attribute on the Elytron subsystem provides a way to register a JVM wide SSLContext managed by the Elytron subsystem without the need for the 'javax.net.ssl' system properties.
> Usage of Elytron's SSL-Context in establishing SSL communication with DataBase
> ------------------------------------------------------------------------------
>
> Key: WFLY-12592
> URL: https://issues.jboss.org/browse/WFLY-12592
> Project: WildFly
> Issue Type: Feature Request
> Components: Security
> Affects Versions: 14.0.0.Final
> Reporter: Saurabh Shriramwar
> Priority: Major
>
> To secure the connection between Wildfly and datasource using TCP/IP over SSL datasource should be able to utilize the ssl-context for trust-managers (pointing to java keystore or truststore containing the datasource CA certificates) configured in Elytron so that Wildfly can trust the datasource connection instead of setting java truststore in the system properties or providing as JAVA_OPTS (-Djavax.net.ssl.trustStore=/path/to/truststore.jks)
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years
[JBoss JIRA] (WFLY-12592) Usage of Elytron's SSL-Context in establishing SSL communication with DataBase
by Darran Lofthouse (Jira)
[ https://issues.jboss.org/browse/WFLY-12592?page=com.atlassian.jira.plugin... ]
Darran Lofthouse reassigned WFLY-12592:
---------------------------------------
Assignee: (was: Brian Stansberry)
> Usage of Elytron's SSL-Context in establishing SSL communication with DataBase
> ------------------------------------------------------------------------------
>
> Key: WFLY-12592
> URL: https://issues.jboss.org/browse/WFLY-12592
> Project: WildFly
> Issue Type: Feature Request
> Components: Security
> Affects Versions: 14.0.0.Final
> Reporter: Saurabh Shriramwar
> Priority: Major
>
> To secure the connection between Wildfly and datasource using TCP/IP over SSL datasource should be able to utilize the ssl-context for trust-managers (pointing to java keystore or truststore containing the datasource CA certificates) configured in Elytron so that Wildfly can trust the datasource connection instead of setting java truststore in the system properties or providing as JAVA_OPTS (-Djavax.net.ssl.trustStore=/path/to/truststore.jks)
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years