[
https://issues.jboss.org/browse/DROOLS-2384?page=com.atlassian.jira.plugi...
]
Vishal Soni updated DROOLS-2384:
--------------------------------
Description: (was: DECLARES1_DRL :
package org.drools.example;
declare NestedTest
x : String
end
declare Test
text : String
nested : NestedTest
end ;
DECLARES2_DRL :
package org.drools.example;
declare NestedTest
x : String
y : int
end
declare Test
text : String
nested : NestedTest
end ;)
CCE when modifying a Nested declared type during an incremental
update
----------------------------------------------------------------------
Key: DROOLS-2384
URL:
https://issues.jboss.org/browse/DROOLS-2384
Project: Drools
Issue Type: Bug
Components: core engine
Reporter: Vishal Soni
Assignee: Mario Fusco
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)