Re: [rules-users] [drools-wb] how to move an asset to another package ?

2014-07-29 Thread jps
Related Jira : https://issues.jboss.org/browse/GUVNOR-2111 -- View this message in context: http://drools.46999.n3.nabble.com/drools-wb-how-to-move-an-asset-to-another-package-tp4030422p4030528.html Sent from the Drools: User forum mailing list archive at Nabble.com.

[rules-users] Serialization issue.

2014-07-29 Thread Federico Bertola
Dear all, Some time ago I've submitted a pull request (#353) fixing a situation where a rule with large text prevent the serialization of the knowledge package. This is now the only thing that prevent us form using the original distribution. If there's nothing wrong or risky in it, it is

[rules-users] Need to create condition based on current date and time, start date and time, and duration

2014-07-29 Thread Arocho, Vance A (CTR)
I'm using Drools 5.4, and am developing an Excel spreadsheet containing a decision table that requires another condition based on *The current date and time specified as an attribute on a Java object *The start date and duration of an event that are both specified within the

[rules-users] FW: Need to create condition based on current date and time, start date and time, and duration

2014-07-29 Thread Arocho, Vance A (CTR)
To be a little clearer, the current date and time needs to be within the time interval specified by the start date and time and the 'start date and time + duration', something like start-datetime = current-datetime = start-datetime + duration But I'm not sure how to express the