[jboss-jira] [JBoss JIRA] (JBRULES-3229) Stack overflow using recursive types

RH Bugzilla Integration (JIRA) jira-events at lists.jboss.org
Fri May 11 02:45:18 EDT 2012


    [ https://issues.jboss.org/browse/JBRULES-3229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12692037#comment-12692037 ] 

RH Bugzilla Integration commented on JBRULES-3229:
--------------------------------------------------

Mario Fusco <mfusco at redhat.com> made a comment on [bug 755129|https://bugzilla.redhat.com/show_bug.cgi?id=755129]

This fix is tightly related with the CompositeKnowledgeBuilder, a brand new feature added in Drools 5.4 that allows to build more cross referencing DRL files at once. I don't think it will be easy to decouple the two, so my advice is to avoid to try to backport this fix unless strictly necessary.
                
> Stack overflow using recursive types
> ------------------------------------
>
>                 Key: JBRULES-3229
>                 URL: https://issues.jboss.org/browse/JBRULES-3229
>             Project: Drools
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>            Reporter: Michael Anstis
>            Assignee: Mario Fusco
>             Fix For: 5.4.0.CR1
>
>
> The following DRL produces a stack overflow in org.drools.compiler.PackageBuilder$Node.accept(PackageBuilder.java:2684):-
> package com.sample
> declare Type
> 	child: Type
> end
> rule "test"
> 	when
> 	Type( )
> 	then
> end

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list