[JBoss JIRA] (DROOLS-2122) Error when drl file is opened with in project with runtime classes
by Tomas David (JIRA)
Tomas David created DROOLS-2122:
-----------------------------------
Summary: Error when drl file is opened with in project with runtime classes
Key: DROOLS-2122
URL: https://issues.jboss.org/browse/DROOLS-2122
Project: Drools
Issue Type: Bug
Components: eclipse plugin
Affects Versions: 7.3.0.Final
Environment: DevstudioIS 11.1.0.Beta1
Brms 6.4.6.GA
Reporter: Tomas David
Assignee: Robert (Bob) Brodt
Priority: Critical
Attachments: devstudiolog.log
If new drools project is created with build using Java and Drools classes, error is displayed after drl file is opened.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 8 months
[JBoss JIRA] (WFLY-9541) Storing a LinkedHashMap subclass in the session breaks replication.
by Klaasjan Brand (JIRA)
[ https://issues.jboss.org/browse/WFLY-9541?page=com.atlassian.jira.plugin.... ]
Klaasjan Brand updated WFLY-9541:
---------------------------------
Description:
Context: trying to get one of our applications to work with Wildfly session replication.
After trying out a build from the Wildfly master branch to test another bug I submitted I noticed another issue which works fine in the Wildfly 11 release.
Our application has a custom LinkedHashMap subclass (MostRecentlyUsedMap from the Wicket framework) which it stores in the session. It also keeps a reference to the subclass since that one has a few extra fields.
When marshalling the session the MostRecentlyUsedMap is converted to a LinkedHashMap. When unmarshalling the session this causes an error since the field is of the subclass type.
This behaviour is new in WF 12 and is related to this commit:
https://github.com/wildfly/wildfly/commit/143527f595206c5f2bf037b47c797f0...
(fix for the WFLY-9497 issue).
was:
Context: trying to get one of our applications to work with Wildfly session replication.
After trying out a build from the Wildfly master branch to test another bug I submitted I noticed another issue which works fine in the Wildfly 11 release.
Our application has a custom LinkedHashMap subclass (MostRecentlyUsedMap) which it stores in the session. It also keeps a reference to the subclass since that one has a few extra fields.
When marshalling the session the MostRecentlyUsedMap is converted to a LinkedHashMap. When unmarshalling the session this causes an error since the field is of the subclass type.
This behaviour is new in WF 12 and is related to this commit:
https://github.com/wildfly/wildfly/commit/143527f595206c5f2bf037b47c797f0...
(fix for the WFLY-9497 issue).
> Storing a LinkedHashMap subclass in the session breaks replication.
> -------------------------------------------------------------------
>
> Key: WFLY-9541
> URL: https://issues.jboss.org/browse/WFLY-9541
> Project: WildFly
> Issue Type: Bug
> Components: Clustering
> Affects Versions: 12.0.0.Alpha1
> Environment: Tested on JDK 1.8.0_152 on OS X 10.12
> Reporter: Klaasjan Brand
> Assignee: Paul Ferraro
>
> Context: trying to get one of our applications to work with Wildfly session replication.
> After trying out a build from the Wildfly master branch to test another bug I submitted I noticed another issue which works fine in the Wildfly 11 release.
> Our application has a custom LinkedHashMap subclass (MostRecentlyUsedMap from the Wicket framework) which it stores in the session. It also keeps a reference to the subclass since that one has a few extra fields.
> When marshalling the session the MostRecentlyUsedMap is converted to a LinkedHashMap. When unmarshalling the session this causes an error since the field is of the subclass type.
> This behaviour is new in WF 12 and is related to this commit:
> https://github.com/wildfly/wildfly/commit/143527f595206c5f2bf037b47c797f0...
> (fix for the WFLY-9497 issue).
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 8 months
[JBoss JIRA] (WFLY-9541) Storing a LinkedHashMap subclass in the session breaks replication.
by Klaasjan Brand (JIRA)
[ https://issues.jboss.org/browse/WFLY-9541?page=com.atlassian.jira.plugin.... ]
Klaasjan Brand commented on WFLY-9541:
--------------------------------------
fixed title; it concerned a Map instead of a List...
> Storing a LinkedHashMap subclass in the session breaks replication.
> -------------------------------------------------------------------
>
> Key: WFLY-9541
> URL: https://issues.jboss.org/browse/WFLY-9541
> Project: WildFly
> Issue Type: Bug
> Components: Clustering
> Affects Versions: 12.0.0.Alpha1
> Environment: Tested on JDK 1.8.0_152 on OS X 10.12
> Reporter: Klaasjan Brand
> Assignee: Paul Ferraro
>
> Context: trying to get one of our applications to work with Wildfly session replication.
> After trying out a build from the Wildfly master branch to test another bug I submitted I noticed another issue which works fine in the Wildfly 11 release.
> Our application has a custom LinkedHashMap subclass (MostRecentlyUsedMap) which it stores in the session. It also keeps a reference to the subclass since that one has a few extra fields.
> When marshalling the session the MostRecentlyUsedMap is converted to a LinkedHashMap. When unmarshalling the session this causes an error since the field is of the subclass type.
> This behaviour is new in WF 12 and is related to this commit:
> https://github.com/wildfly/wildfly/commit/143527f595206c5f2bf037b47c797f0...
> (fix for the WFLY-9497 issue).
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 8 months
[JBoss JIRA] (WFLY-9541) Storing a LinkedHashMap subclass in the session breaks replication.
by Klaasjan Brand (JIRA)
[ https://issues.jboss.org/browse/WFLY-9541?page=com.atlassian.jira.plugin.... ]
Klaasjan Brand updated WFLY-9541:
---------------------------------
Description:
Context: trying to get one of our applications to work with Wildfly session replication.
After trying out a build from the Wildfly master branch to test another bug I submitted I noticed another issue which works fine in the Wildfly 11 release.
Our application has a custom LinkedHashMap subclass (MostRecentlyUsedMap) which it stores in the session. It also keeps a reference to the subclass since that one has a few extra fields.
When marshalling the session the MostRecentlyUsedMap is converted to a LinkedHashMap. When unmarshalling the session this causes an error since the field is of the subclass type.
This behaviour is new in WF 12 and is related to this commit:
https://github.com/wildfly/wildfly/commit/143527f595206c5f2bf037b47c797f0...
(fix for the WFLY-9497 issue).
was:
Context: trying to get one of our applications to work with Wildfly session replication.
After trying out a build from the Wildfly master branch to test another bug I submitted I noticed another issue which works fine in the Wildfly 11 release.
Our application has a custom LinkedList subclass (MostRecentlyUsedList) which it stores in the session. It also keeps a reference to the subclass since that one has a few extra fields.
When marshalling the session the MostRecentlyUsedList is converted to a LinkedList. When unmarshalling the session this causes an error since the field is of the subclass type.
This behaviour is new in WF 12 and is related to this commit:
https://github.com/wildfly/wildfly/commit/143527f595206c5f2bf037b47c797f0...
(fix for the WFLY-9497 issue).
Steps to Reproduce:
Store a LinkedHashMap subclass in the session and try to do a failover.
Expected result is the replicated session is restored an work continues.
Actual result is an exception and error page.
was:
Store a LinkedList subclass in the session and try to do a failover.
Expected result is the replicated session is restored an work continues.
Actual result is an exception and error page.
Summary: Storing a LinkedHashMap subclass in the session breaks replication. (was: Storing a LinkedList subclass in the session breaks replication.)
> Storing a LinkedHashMap subclass in the session breaks replication.
> -------------------------------------------------------------------
>
> Key: WFLY-9541
> URL: https://issues.jboss.org/browse/WFLY-9541
> Project: WildFly
> Issue Type: Bug
> Components: Clustering
> Affects Versions: 12.0.0.Alpha1
> Environment: Tested on JDK 1.8.0_152 on OS X 10.12
> Reporter: Klaasjan Brand
> Assignee: Paul Ferraro
>
> Context: trying to get one of our applications to work with Wildfly session replication.
> After trying out a build from the Wildfly master branch to test another bug I submitted I noticed another issue which works fine in the Wildfly 11 release.
> Our application has a custom LinkedHashMap subclass (MostRecentlyUsedMap) which it stores in the session. It also keeps a reference to the subclass since that one has a few extra fields.
> When marshalling the session the MostRecentlyUsedMap is converted to a LinkedHashMap. When unmarshalling the session this causes an error since the field is of the subclass type.
> This behaviour is new in WF 12 and is related to this commit:
> https://github.com/wildfly/wildfly/commit/143527f595206c5f2bf037b47c797f0...
> (fix for the WFLY-9497 issue).
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 8 months
[JBoss JIRA] (WFLY-9541) Storing a LinkedList subclass in the session breaks replication.
by Klaasjan Brand (JIRA)
Klaasjan Brand created WFLY-9541:
------------------------------------
Summary: Storing a LinkedList subclass in the session breaks replication.
Key: WFLY-9541
URL: https://issues.jboss.org/browse/WFLY-9541
Project: WildFly
Issue Type: Bug
Components: Clustering
Affects Versions: 12.0.0.Alpha1
Environment: Tested on JDK 1.8.0_152 on OS X 10.12
Reporter: Klaasjan Brand
Assignee: Paul Ferraro
Context: trying to get one of our applications to work with Wildfly session replication.
After trying out a build from the Wildfly master branch to test another bug I submitted I noticed another issue which works fine in the Wildfly 11 release.
Our application has a custom LinkedList subclass (MostRecentlyUsedList) which it stores in the session. It also keeps a reference to the subclass since that one has a few extra fields.
When marshalling the session the MostRecentlyUsedList is converted to a LinkedList. When unmarshalling the session this causes an error since the field is of the subclass type.
This behaviour is new in WF 12 and is related to this commit:
https://github.com/wildfly/wildfly/commit/143527f595206c5f2bf037b47c797f0...
(fix for the WFLY-9497 issue).
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 8 months
[JBoss JIRA] (DROOLS-2120) in FEEL, date +/- duration is returning null
by Edson Tirelli (JIRA)
[ https://issues.jboss.org/browse/DROOLS-2120?page=com.atlassian.jira.plugi... ]
Edson Tirelli updated DROOLS-2120:
----------------------------------
Sprint: 2017 Week 45-46
> in FEEL, date +/- duration is returning null
> --------------------------------------------
>
> Key: DROOLS-2120
> URL: https://issues.jboss.org/browse/DROOLS-2120
> Project: Drools
> Issue Type: Bug
> Components: dmn engine
> Affects Versions: 7.4.1.Final
> Reporter: Edson Tirelli
> Assignee: Edson Tirelli
> Fix For: 7.5.0.Final
>
>
> In FEEL, a "date" can replace a "date and time" value anywhere it is required, by implicitly converting it with time set to "00:00:00".
> Currently, addition and subtraction between date and duration is not working as it should, based on table 45 of the DMN spec. E.g:
> date + duration
> date - duration
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 8 months