
|
If you were logged in you would be able to see more operations.
|
|
|
drools-legacy
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
|
|
|
Remaining Estimate:
|
2 days
|
|
|
Time Spent:
|
Not Specified
|
|
|
|
|
Suspect a problem with SMF and the new classloading stuff (order of loading).
|
|
Description
|
Suspect a problem with SMF and the new classloading stuff (order of loading). |
Show » |
|
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.