[jboss-jira] [JBoss JIRA] (DROOLS-536) KieBuilder does not resolve declarations across packages

Mario Fusco (JIRA) issues at jboss.org
Mon Jul 7 06:58:25 EDT 2014


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

Mario Fusco resolved DROOLS-536.
--------------------------------

    Resolution: Done


Fixed by https://github.com/droolsjbpm/drools/commit/95b5a8b9104ea5ef06dc2f239282f08e1b47e946 and https://github.com/droolsjbpm/drools/commit/869b669cd32b8eb6c1c5497d3f2eedd8abed2011

> KieBuilder does not resolve declarations across packages
> --------------------------------------------------------
>
>                 Key: DROOLS-536
>                 URL: https://issues.jboss.org/browse/DROOLS-536
>             Project: Drools
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>    Affects Versions: 6.0.1.Final, 6.1.0.CR1
>            Reporter: Kevin Peterson
>            Assignee: Mario Fusco
>            Priority: Critical
>             Fix For: 6.1.0.Final
>
>
> The KieBuilder loads the packages in the order declared in the kmodule.xml and builds them independently. 
> If a type declaration extends a second type declaration in another package, the latter may not have been processed yet, resulting in a compile-time exception.
> Changing the order of the packages in the kmodule.xml does not help (and would prevent cross-dependencies)



--
This message was sent by Atlassian JIRA
(v6.2.6#6264)


More information about the jboss-jira mailing list