[JBoss JIRA] (DROOLS-1167) Comparison operation error
by Michael Anstis (JIRA)
[ https://issues.jboss.org/browse/DROOLS-1167?page=com.atlassian.jira.plugi... ]
Michael Anstis moved GUVNOR-2512 to DROOLS-1167:
------------------------------------------------
Project: Drools (was: Guvnor)
Key: DROOLS-1167 (was: GUVNOR-2512)
Workflow: GIT Pull Request workflow (was: classic default workflow)
Affects Version/s: 6.4.0.Final
(was: drools_6.4.0.Final)
> Comparison operation error
> --------------------------
>
> Key: DROOLS-1167
> URL: https://issues.jboss.org/browse/DROOLS-1167
> Project: Drools
> Issue Type: Bug
> Affects Versions: 6.4.0.Final
> Environment: OracleLinux 6, Java 7/8
> Reporter: Pierangelo Repetti
> Attachments: failing_rule.drl
>
>
> I migrated a set of rules from version 5.4 to 6.3. All rules are "Technical rules".
> After migration, I get the following error
> _Unable to Analyse Expression value != 0: [Error: Comparison operation requires compatible types. Found class org.mvel2.util.MethodStub and class java.lang.Integer] [Near : {... value != 0 ....}] ^ [Line: 29, Column: 9]
> _
> on the following line of a rule
> _$imponibile : RuleElement(label=="IMPONIBILE", value != 0, imponibile : value, imponibile_artmap : artmap);_
> RuleElement is a model class (loaded as a dependency) and declares a value attribute like
> _private Double value;_
> The same rule compiled without problems in 5.4.
> Thanks
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 12 months
[JBoss JIRA] (WFCORE-1535) Potential forever blocking for suspend() and resume() calls in ManagedServer
by Yeray Santana Borges (JIRA)
Yeray Santana Borges created WFCORE-1535:
--------------------------------------------
Summary: Potential forever blocking for suspend() and resume() calls in ManagedServer
Key: WFCORE-1535
URL: https://issues.jboss.org/browse/WFCORE-1535
Project: WildFly Core
Issue Type: Enhancement
Components: Domain Management
Reporter: Yeray Santana Borges
Assignee: Brian Stansberry
Currently ManagedServer is using blocking calls for suspend() and resume() operantions. Those calls can potentially wait forever for a server response.
This issue has been opened to change them allowing the use of a BlockingQueueOperationListener and prevent that potential situation. Basically it continues the changes already implemented in WFCORE-1473, but this time applying them for :suspend-servers (without an explicity timeout) and :resume-servers operations in a domain mode.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 12 months
[JBoss JIRA] (WFCORE-1535) Potential forever blocking for suspend() and resume() calls in ManagedServer
by Yeray Santana Borges (JIRA)
[ https://issues.jboss.org/browse/WFCORE-1535?page=com.atlassian.jira.plugi... ]
Yeray Santana Borges reassigned WFCORE-1535:
--------------------------------------------
Assignee: Yeray Santana Borges (was: Brian Stansberry)
> Potential forever blocking for suspend() and resume() calls in ManagedServer
> -----------------------------------------------------------------------------
>
> Key: WFCORE-1535
> URL: https://issues.jboss.org/browse/WFCORE-1535
> Project: WildFly Core
> Issue Type: Enhancement
> Components: Domain Management
> Reporter: Yeray Santana Borges
> Assignee: Yeray Santana Borges
>
> Currently ManagedServer is using blocking calls for suspend() and resume() operantions. Those calls can potentially wait forever for a server response.
> This issue has been opened to change them allowing the use of a BlockingQueueOperationListener and prevent that potential situation. Basically it continues the changes already implemented in WFCORE-1473, but this time applying them for :suspend-servers (without an explicity timeout) and :resume-servers operations in a domain mode.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 12 months
[JBoss JIRA] (WFCORE-362) fix jvm management model for server and groups
by Ken Wills (JIRA)
[ https://issues.jboss.org/browse/WFCORE-362?page=com.atlassian.jira.plugin... ]
Ken Wills commented on WFCORE-362:
----------------------------------
WFCORE-1527 has been opened to address the missing parent on an ignoring slave, so resolving this one.
> fix jvm management model for server and groups
> ----------------------------------------------
>
> Key: WFCORE-362
> URL: https://issues.jboss.org/browse/WFCORE-362
> Project: WildFly Core
> Issue Type: Bug
> Components: Domain Management
> Reporter: Emanuel Muckenhuber
> Assignee: Ken Wills
> Labels: rhq
>
> We need to update the JVM child resource definition for server-groups and servers to only allow a single JVM configuration (i.e. configuration=JVM) resource. Currently only the first configured VM is used, where the name is the reference to the corresponding host level JVM.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 12 months