[JBoss JIRA] (DROOLS-1676) Call decision FEEL function
by Alexandros Koufoudakis (JIRA)
Alexandros Koufoudakis created DROOLS-1676:
----------------------------------------------
Summary: Call decision FEEL function
Key: DROOLS-1676
URL: https://issues.jboss.org/browse/DROOLS-1676
Project: Drools
Issue Type: Enhancement
Components: dmn engine
Reporter: Alexandros Koufoudakis
Assignee: Alexandros Koufoudakis
Fix For: 7.2.0.Final
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 9 months
[JBoss JIRA] (WFLY-9127) Smoke failover test for modcluster subsystem
by Matus Madzin (JIRA)
[ https://issues.jboss.org/browse/WFLY-9127?page=com.atlassian.jira.plugin.... ]
Matus Madzin updated WFLY-9127:
-------------------------------
Description:
Add smoke fail over test for modcluser subsystem and undertow which is not covered at the moment in AS TS. Basic test scenario which shows that modcluster works which should be a part of this testsuite.
One balancer + two workers and check whether request is redirected to the second node when the original node stops responding.
was:Add smoke fail over test for modcluser subsystem and undertow which is not covered at the moment. One balancer + two workers and check whether request is redirected to the second node when the original node stops responding.
> Smoke failover test for modcluster subsystem
> --------------------------------------------
>
> Key: WFLY-9127
> URL: https://issues.jboss.org/browse/WFLY-9127
> Project: WildFly
> Issue Type: Enhancement
> Components: mod_cluster, Test Suite, Web (Undertow)
> Affects Versions: 11.0.0.Alpha1
> Reporter: Matus Madzin
> Assignee: Matus Madzin
> Priority: Critical
>
> Add smoke fail over test for modcluser subsystem and undertow which is not covered at the moment in AS TS. Basic test scenario which shows that modcluster works which should be a part of this testsuite.
> One balancer + two workers and check whether request is redirected to the second node when the original node stops responding.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 9 months
[JBoss JIRA] (WFLY-9127) Smoke failover test for modcluster subsystem
by Matus Madzin (JIRA)
Matus Madzin created WFLY-9127:
----------------------------------
Summary: Smoke failover test for modcluster subsystem
Key: WFLY-9127
URL: https://issues.jboss.org/browse/WFLY-9127
Project: WildFly
Issue Type: Enhancement
Components: mod_cluster, Test Suite, Web (Undertow)
Affects Versions: 11.0.0.Alpha1
Reporter: Matus Madzin
Assignee: Matus Madzin
Priority: Critical
Add smoke fail over test for modcluser subsystem and undertow which is not covered at the moment. One balancer + two workers and check whether request is redirected to the second node when the original node stops responding.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 9 months
[JBoss JIRA] (DROOLS-1675) Wrong FEEL external function definition throws NPE
by Tibor Zimányi (JIRA)
[ https://issues.jboss.org/browse/DROOLS-1675?page=com.atlassian.jira.plugi... ]
Tibor Zimányi updated DROOLS-1675:
----------------------------------
Description:
When compiling this [1] FEEL expression with incorrect external function definition, the compilation ends with NPE with following stacktrace [2].
[1]
{code:java}
maximum : function( v1, v2 ) external { missingDefiniton }, the max : maximum( 10, 20 ) }.the max
{code}
[2] https://gist.github.com/baldimir/3ebfc7c2e60ac61941c9866151ae2bbf
I will add the reproducer in my next PR with new FEEL coverage.
was:
When compiling this [1] FEEL expression with incorrect external function definition, the compilation ends with NPE with following stacktrace [2].
[1] maximum : function( v1, v2 ) external { missingDefiniton }, the max : maximum( 10, 20 ) }.the max
[2] https://gist.github.com/baldimir/3ebfc7c2e60ac61941c9866151ae2bbf
I will add the reproducer in my next PR with new FEEL coverage.
> Wrong FEEL external function definition throws NPE
> --------------------------------------------------
>
> Key: DROOLS-1675
> URL: https://issues.jboss.org/browse/DROOLS-1675
> Project: Drools
> Issue Type: Bug
> Components: dmn engine
> Affects Versions: 7.1.0.Final
> Reporter: Tibor Zimányi
> Assignee: Edson Tirelli
> Priority: Minor
> Fix For: 7.2.0.Final
>
>
> When compiling this [1] FEEL expression with incorrect external function definition, the compilation ends with NPE with following stacktrace [2].
> [1]
> {code:java}
> maximum : function( v1, v2 ) external { missingDefiniton }, the max : maximum( 10, 20 ) }.the max
> {code}
> [2] https://gist.github.com/baldimir/3ebfc7c2e60ac61941c9866151ae2bbf
> I will add the reproducer in my next PR with new FEEL coverage.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 9 months
[JBoss JIRA] (DROOLS-1675) Wrong FEEL external function definition throws NPE
by Tibor Zimányi (JIRA)
[ https://issues.jboss.org/browse/DROOLS-1675?page=com.atlassian.jira.plugi... ]
Tibor Zimányi updated DROOLS-1675:
----------------------------------
Description:
When compiling this [1] FEEL expression with incorrect external function definition, the compilation ends with NPE with following stacktrace [2].
[1]
{code:java}
{ maximum : function( v1, v2 ) external { missingDefiniton }, the max : maximum( 10, 20 ) }.the max
{code}
[2] https://gist.github.com/baldimir/3ebfc7c2e60ac61941c9866151ae2bbf
I will add the reproducer in my next PR with new FEEL coverage.
was:
When compiling this [1] FEEL expression with incorrect external function definition, the compilation ends with NPE with following stacktrace [2].
[1]
{code:java}
maximum : function( v1, v2 ) external { missingDefiniton }, the max : maximum( 10, 20 ) }.the max
{code}
[2] https://gist.github.com/baldimir/3ebfc7c2e60ac61941c9866151ae2bbf
I will add the reproducer in my next PR with new FEEL coverage.
> Wrong FEEL external function definition throws NPE
> --------------------------------------------------
>
> Key: DROOLS-1675
> URL: https://issues.jboss.org/browse/DROOLS-1675
> Project: Drools
> Issue Type: Bug
> Components: dmn engine
> Affects Versions: 7.1.0.Final
> Reporter: Tibor Zimányi
> Assignee: Edson Tirelli
> Priority: Minor
> Fix For: 7.2.0.Final
>
>
> When compiling this [1] FEEL expression with incorrect external function definition, the compilation ends with NPE with following stacktrace [2].
> [1]
> {code:java}
> { maximum : function( v1, v2 ) external { missingDefiniton }, the max : maximum( 10, 20 ) }.the max
> {code}
> [2] https://gist.github.com/baldimir/3ebfc7c2e60ac61941c9866151ae2bbf
> I will add the reproducer in my next PR with new FEEL coverage.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 9 months
[JBoss JIRA] (ELY-1306) Wildfly Elytron Tool, elytron-tool.sh --help printing before help output unnecessary bad message
by Ilia Vassilev (JIRA)
[ https://issues.jboss.org/browse/ELY-1306?page=com.atlassian.jira.plugin.s... ]
Ilia Vassilev reassigned ELY-1306:
----------------------------------
Assignee: Ilia Vassilev (was: Darran Lofthouse)
> Wildfly Elytron Tool, elytron-tool.sh --help printing before help output unnecessary bad message
> ------------------------------------------------------------------------------------------------
>
> Key: ELY-1306
> URL: https://issues.jboss.org/browse/ELY-1306
> Project: WildFly Elytron
> Issue Type: Bug
> Components: Credential Store
> Reporter: Hynek Švábek
> Assignee: Ilia Vassilev
> Priority: Minor
>
> elytron-tool.sh --help printing before help output unnecessary bad message:
> *Missing arguments. Printing general help message:*
> This message is unnecessary because of I want to print general help message.
> {code}
> [hsvabek@dhcp-10-40-5-17 bin]$ ./elytron-tool.sh --help
> Missing arguments. Printing general help message:
> usage: ./elytron-tool.sh credential-store [-a <alias> | -e <alias> | -r <alias> | -v] [-c] [-d] [-f] [-h] [-i <arg>] [-l <loc>] [-n <type>] [-o <providers>] [-p <pwd>] [-q <cs-provider>] [-s <arg>] [-t <type>] [-u <arg>] [-x <secret to store>]
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 9 months