<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi folks,<div><br></div><div>I don't suppose anything notable changed between 5.3 and 5.5 in the way Guvnor loads data enumerations?</div><div><br></div><div>I have a number of enumerations similar to the following:</div><div><br></div><div>'MyFact.currencies' : (new com.myapp.guvnor.enums.CurrencyEnum()).isoCodes()&nbsp;</div><div><br></div><div>But I see the exception in Guvnor:</div><div><br></div><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;"><div>Unable to load enumeration data.</div><div>[Error: unable to invoke method: isoCodes] [Near :{... 'MyFact.': ….}] ^ [Line: 1, Column: 1]</div><div>Error type: org.mvel2.PropertyAccessException</div></blockquote><div><br></div><div>The jar is in the lib directory, there is a method called "isoCodes()", and when I run the main class inside it then the various enumerations are returned. And yes, it did (does) work absolutely fine in 5.3 with this same configuration.</div><div><br></div><div>Steve</div></body></html>