[JBoss JIRA] (DROOLS-1037) Parsing of a complex constraint with an || causes a RuntimeException
by Mario Fusco (JIRA)
Mario Fusco created DROOLS-1037:
-----------------------------------
Summary: Parsing of a complex constraint with an || causes a RuntimeException
Key: DROOLS-1037
URL: https://issues.jboss.org/browse/DROOLS-1037
Project: Drools
Issue Type: Bug
Reporter: Mario Fusco
Assignee: Mario Fusco
Trying to compile a rule like the following
{code}
rule R when
$p : Person( name == null || (name in (\"Alice\", \"Charlie\", \"David\"))==false )
then
list.add($p.getName());
end
{code}
causes the following RuntimeException:
{code}
java.lang.RuntimeException
at org.drools.compiler.rule.builder.PatternBuilder.rewriteCompositeExpressions(PatternBuilder.java:924)
at org.drools.compiler.rule.builder.PatternBuilder.rewriteCompositeExpressions(PatternBuilder.java:919)
at org.drools.compiler.rule.builder.PatternBuilder.rewriteOrExpressions(PatternBuilder.java:893)
at org.drools.compiler.rule.builder.PatternBuilder.buildExpression(PatternBuilder.java:889)
at org.drools.compiler.rule.builder.PatternBuilder.buildCcdDescr(PatternBuilder.java:860)
at org.drools.compiler.rule.builder.PatternBuilder.build(PatternBuilder.java:715)
at org.drools.compiler.rule.builder.PatternBuilder.processConstraintsAndBinds(PatternBuilder.java:580)
{code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 3 months
[JBoss JIRA] (WFLY-6040) Missing configuration option to turn off clustered single-sign-on for clustered applications
by Richard Janík (JIRA)
Richard Janík created WFLY-6040:
-----------------------------------
Summary: Missing configuration option to turn off clustered single-sign-on for clustered applications
Key: WFLY-6040
URL: https://issues.jboss.org/browse/WFLY-6040
Project: WildFly
Issue Type: Bug
Components: Clustering
Affects Versions: 10.0.0.CR5
Reporter: Richard Janík
Assignee: Paul Ferraro
Priority: Blocker
A clone of JBEAP-2938. To my knowledge, there is no way to configure non-clustered single-sign-on for clustered applications. Although the usefulness is debatable, this is a missing feature against JBoss AS7
If it is possible to configure it, please let me know how and close the JIRA. The configuration will have to be documented properly.
This is a blocker for EAP7 since it has to be feature complete, but if you think the priority should be different for Wildfly, feel free to adjust it.
(JBoss AS7 allowed specifying caches in <sso> element, Wildfly 10 does not allow this)
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 3 months