History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: DROOLS-474
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Michael Neale
Reporter: Michael Neale
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
drools-legacy

HelloWorld example not working

Created: 11/Jan/06 06:25 PM   Updated: 13/Jan/06 01:29 AM
Component/s: smf
Affects Version/s: 2.5
Fix Version/s: 2.5

Time Tracking:
Original Estimate: 2 days
Original Estimate - 2 days
Remaining Estimate: 2 days
Remaining Estimate - 2 days
Time Spent: Not Specified
Remaining Estimate - 2 days


 Description  « Hide
Suspect a problem with SMF and the new classloading stuff (order of loading).

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Michael Neale - 13/Jan/06 01:27 AM
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.


Michael Neale - 13/Jan/06 01:29 AM
will be in next beta.