[jboss-jira] [JBoss JIRA] (DROOLS-260) Drools not writing calendars when marshalling

Demian Calcaprina (JIRA) jira-events at lists.jboss.org
Fri Sep 13 23:55:04 EDT 2013


     [ https://issues.jboss.org/browse/DROOLS-260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Demian Calcaprina updated DROOLS-260:
-------------------------------------

    Git Pull Request: https://github.com/droolsjbpm/drools/pull/253

    
> Drools not writing calendars when marshalling
> ---------------------------------------------
>
>                 Key: DROOLS-260
>                 URL: https://issues.jboss.org/browse/DROOLS-260
>             Project: Drools
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>    Affects Versions: 5.5.0.Final
>            Reporter: Demian Calcaprina
>            Assignee: Mark Proctor
>
> When serializing Rule class, https://github.com/droolsjbpm/drools/blob/5.5.x/drools-core/src/main/java/org/drools/rule/Rule.java#L122, the write and read external methods does not write and read calendars properties.
> This causes that, if there is a rule which has a calendar in guvnor, for example,
> rule "CalendarTest"
> 		calendars "my cal"
> 		no-loop true
> 		dialect "mvel"
> 		when
> 		then
> 	    	System.out.println("CALENDAR IS FIRIUNG!!!");
> 	end
> when rule is retrieved, calendars are not took into account.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list