[ http://jira.codehaus.org/browse/DROOLS-474?page=comments#action_55696 ]
Michael Neale commented on DROOLS-474: -------------------------------------- problem is 2 fold: 1) all functions must be static due to fact that generated rule classes extend the function wrapper class 2) the eclipse compiler/JCI confuses package names that are ProperCase as classname (!). Which explains the wierd errors. 2 complex problems intertwined. Adding validation to require lower case naming of rulesets. Has been fixed. Functions must be static, and generated packagenames are now all lowercase. > HelloWorld example not working > ------------------------------ > > Key: DROOLS-474 > URL: http://jira.codehaus.org/browse/DROOLS-474 > Project: drools > Type: Bug > Components: smf > Versions: 2.5 > Reporter: Michael Neale > Assignee: Michael Neale > Fix For: 2.5 > > Original Estimate: 2 days > Remaining: 2 days > > Suspect a problem with SMF and the new classloading stuff (order of loading). -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
