[JBoss JIRA] (DROOLS-4186) Guided Rules does not output parenthesis in DRL
by Jozef Marko (Jira)
[ https://issues.jboss.org/browse/DROOLS-4186?page=com.atlassian.jira.plugi... ]
Jozef Marko updated DROOLS-4186:
--------------------------------
Description:
The Guided Rule is omitting one parenthesis from the generated DRL source. This behavior only happens on LHS.
No errors are raised on the server logs.
Expected source code:
{code:java}
Silverware( type in ("Spoon", "Spoon (fancy)") )
{code}
Generated source code:
{code:java}
Silverware( type in ("Spoon", "Spoon (fancy") )
{code}
h3. Acceptance test
Set up column with *is contained in* operator and type value
- a, b ,c (/)
- (a, b, c) (/)
- a(), b(), c() (/)
- (a(), b(), c()) (/)
was:
The Guided Rule is omitting one parenthesis from the generated DRL source. This behavior only happens on LHS.
No errors are raised on the server logs.
Expected source code:
{code:java}
Silverware( type in ("Spoon", "Spoon (fancy)") )
{code}
Generated source code:
{code:java}
Silverware( type in ("Spoon", "Spoon (fancy") )
{code}
h3. Acceptance test
Set up column with *is contained in* operator and type value
- 1,2,3
- (1, 2, 3)
- a, b ,c
- (a, b, c)
- a(), b(), c()
- (a(), b(), c())
> Guided Rules does not output parenthesis in DRL
> -----------------------------------------------
>
> Key: DROOLS-4186
> URL: https://issues.jboss.org/browse/DROOLS-4186
> Project: Drools
> Issue Type: Bug
> Components: Guided Template Editor
> Environment: RHDM 7.3
> Reporter: Karina Varela
> Assignee: Toni Rikkola
> Priority: Major
> Labels: drools-tools, guided_rule_editor
>
> The Guided Rule is omitting one parenthesis from the generated DRL source. This behavior only happens on LHS.
> No errors are raised on the server logs.
> Expected source code:
> {code:java}
> Silverware( type in ("Spoon", "Spoon (fancy)") )
> {code}
> Generated source code:
> {code:java}
> Silverware( type in ("Spoon", "Spoon (fancy") )
> {code}
> h3. Acceptance test
> Set up column with *is contained in* operator and type value
> - a, b ,c (/)
> - (a, b, c) (/)
> - a(), b(), c() (/)
> - (a(), b(), c()) (/)
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months
[JBoss JIRA] (WFLY-11601) Weld vs Undertow bootstrap: Race condition
by Matěj Novotný (Jira)
[ https://issues.jboss.org/browse/WFLY-11601?page=com.atlassian.jira.plugin... ]
Matěj Novotný commented on WFLY-11601:
--------------------------------------
[~grubi] did you have a chance to verify it?
> Weld vs Undertow bootstrap: Race condition
> ------------------------------------------
>
> Key: WFLY-11601
> URL: https://issues.jboss.org/browse/WFLY-11601
> Project: WildFly
> Issue Type: Bug
> Components: CDI / Weld, Web (Undertow)
> Affects Versions: 15.0.1.Final
> Reporter: Stefan Gr
> Assignee: Matěj Novotný
> Priority: Major
> Attachments: TestApp.zip, TestLib.zip, changes.diff, deploy-failed.txt, deploy-mixed-success.txt, deploy-success.txt, test-app-1.0.0.war, weld-core-impl-3.0.5.Final.jar, weld-core-impl-3.0.5.Final.jar
>
>
> WFLY-9732 / WFLY-10784 moves the completion of WELD from the WeldStartService to WeldStartCompetionService. This causes a race condition with the UndertowDeploymentService which executes the servlet listeners for context-initialized which again fires ApplicationScope-initialized events in CDI.
> You can find more in [WELD-2557|https://issues.jboss.org/browse/WELD-2557?focusedCommentId=1368...].
> In short: WeldStartCompletionService and UndertowDeploymentService pushes the logic to the executor service. It may happen, that the logik of undertow runs before the weld completion. Events fired in the servlet listeners won't find all event observers.
> A possible solution would bo to set the WeldStartCompletionService as a dependency of the UndertowDeploymentService
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months
[JBoss JIRA] (DROOLS-4186) Guided Rules does not output parenthesis in DRL
by Jozef Marko (Jira)
[ https://issues.jboss.org/browse/DROOLS-4186?page=com.atlassian.jira.plugi... ]
Jozef Marko updated DROOLS-4186:
--------------------------------
Description:
The Guided Rule is omitting one parenthesis from the generated DRL source. This behavior only happens on LHS.
No errors are raised on the server logs.
Expected source code:
{code:java}
Silverware( type in ("Spoon", "Spoon (fancy)") )
{code}
Generated source code:
{code:java}
Silverware( type in ("Spoon", "Spoon (fancy") )
{code}
h3. Acceptance test
Set up column with *is contained in* operator and type value
- 1,2,3
- (1, 2, 3)
- a, b ,c
- (a, b, c)
- a(), b(), c()
- (a(), b(), c())
was:
The Guided Rule is omitting one parenthesis from the generated DRL source. This behavior only happens on LHS.
No errors are raised on the server logs.
Expected source code:
{code:java}
Silverware( type in ("Spoon", "Spoon (fancy)") )
{code}
Generated source code:
{code:java}
Silverware( type in ("Spoon", "Spoon (fancy") )
{code}
h3. Acceptance test
Set up column with *is contained in* operator and type value
- 1,2,3 (/)
- (1, 2, 3) (/)
- a, b ,c (/)
- (a, b, c) (/)
- a(), b(), c()
- (a(), b(), c())
> Guided Rules does not output parenthesis in DRL
> -----------------------------------------------
>
> Key: DROOLS-4186
> URL: https://issues.jboss.org/browse/DROOLS-4186
> Project: Drools
> Issue Type: Bug
> Components: Guided Template Editor
> Environment: RHDM 7.3
> Reporter: Karina Varela
> Assignee: Toni Rikkola
> Priority: Major
> Labels: drools-tools, guided_rule_editor
>
> The Guided Rule is omitting one parenthesis from the generated DRL source. This behavior only happens on LHS.
> No errors are raised on the server logs.
> Expected source code:
> {code:java}
> Silverware( type in ("Spoon", "Spoon (fancy)") )
> {code}
> Generated source code:
> {code:java}
> Silverware( type in ("Spoon", "Spoon (fancy") )
> {code}
> h3. Acceptance test
> Set up column with *is contained in* operator and type value
> - 1,2,3
> - (1, 2, 3)
> - a, b ,c
> - (a, b, c)
> - a(), b(), c()
> - (a(), b(), c())
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months
[JBoss JIRA] (DROOLS-4186) Guided Rules does not output parenthesis in DRL
by Jozef Marko (Jira)
[ https://issues.jboss.org/browse/DROOLS-4186?page=com.atlassian.jira.plugi... ]
Jozef Marko updated DROOLS-4186:
--------------------------------
Description:
The Guided Rule is omitting one parenthesis from the generated DRL source. This behavior only happens on LHS.
No errors are raised on the server logs.
Expected source code:
{code:java}
Silverware( type in ("Spoon", "Spoon (fancy)") )
{code}
Generated source code:
{code:java}
Silverware( type in ("Spoon", "Spoon (fancy") )
{code}
h3. Acceptance test
Set up column with *is contained in* operator and type value
- 1,2,3 (/)
- (1, 2, 3) (/)
- a, b ,c (/)
- (a, b, c) (/)
- a(), b(), c()
- (a(), b(), c())
was:
The Guided Rule is omitting one parenthesis from the generated DRL source. This behavior only happens on LHS.
No errors are raised on the server logs.
Expected source code:
{code:java}
Silverware( type in ("Spoon", "Spoon (fancy)") )
{code}
Generated source code:
{code:java}
Silverware( type in ("Spoon", "Spoon (fancy") )
{code}
h3. Acceptance test
Set up column with *is contained in* operator and type value
- 1,2,3
- (1, 2, 3)
- a, b ,c
- (a, b, c)
- a(), b(), c()
- (a(), b(), c())
> Guided Rules does not output parenthesis in DRL
> -----------------------------------------------
>
> Key: DROOLS-4186
> URL: https://issues.jboss.org/browse/DROOLS-4186
> Project: Drools
> Issue Type: Bug
> Components: Guided Template Editor
> Environment: RHDM 7.3
> Reporter: Karina Varela
> Assignee: Toni Rikkola
> Priority: Major
> Labels: drools-tools, guided_rule_editor
>
> The Guided Rule is omitting one parenthesis from the generated DRL source. This behavior only happens on LHS.
> No errors are raised on the server logs.
> Expected source code:
> {code:java}
> Silverware( type in ("Spoon", "Spoon (fancy)") )
> {code}
> Generated source code:
> {code:java}
> Silverware( type in ("Spoon", "Spoon (fancy") )
> {code}
> h3. Acceptance test
> Set up column with *is contained in* operator and type value
> - 1,2,3 (/)
> - (1, 2, 3) (/)
> - a, b ,c (/)
> - (a, b, c) (/)
> - a(), b(), c()
> - (a(), b(), c())
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months
[JBoss JIRA] (DROOLS-4186) Guided Rules does not output parenthesis in DRL
by Jozef Marko (Jira)
[ https://issues.jboss.org/browse/DROOLS-4186?page=com.atlassian.jira.plugi... ]
Jozef Marko updated DROOLS-4186:
--------------------------------
Description:
The Guided Rule is omitting one parenthesis from the generated DRL source. This behavior only happens on LHS.
No errors are raised on the server logs.
Expected source code:
{code:java}
Silverware( type in ("Spoon", "Spoon (fancy)") )
{code}
Generated source code:
{code:java}
Silverware( type in ("Spoon", "Spoon (fancy") )
{code}
h3. Acceptance test
Set up column with *is contained in* operator and type value
- 1,2,3
- (1, 2, 3)
- a, b ,c
- (a, b, c)
- a(), b(), c()
- (a(), b(), c())
was:
The Guided Rule is omitting one parenthesis from the generated DRL source. This behavior only happens on LHS.
No errors are raised on the server logs.
Expected source code:
{code:java}
Silverware( type in ("Spoon", "Spoon (fancy)") )
{code}
Generated source code:
{code:java}
Silverware( type in ("Spoon", "Spoon (fancy") )
{code}
> Guided Rules does not output parenthesis in DRL
> -----------------------------------------------
>
> Key: DROOLS-4186
> URL: https://issues.jboss.org/browse/DROOLS-4186
> Project: Drools
> Issue Type: Bug
> Components: Guided Template Editor
> Environment: RHDM 7.3
> Reporter: Karina Varela
> Assignee: Toni Rikkola
> Priority: Major
> Labels: drools-tools, guided_rule_editor
>
> The Guided Rule is omitting one parenthesis from the generated DRL source. This behavior only happens on LHS.
> No errors are raised on the server logs.
> Expected source code:
> {code:java}
> Silverware( type in ("Spoon", "Spoon (fancy)") )
> {code}
> Generated source code:
> {code:java}
> Silverware( type in ("Spoon", "Spoon (fancy") )
> {code}
> h3. Acceptance test
> Set up column with *is contained in* operator and type value
> - 1,2,3
> - (1, 2, 3)
> - a, b ,c
> - (a, b, c)
> - a(), b(), c()
> - (a(), b(), c())
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months