[rules-users] Guvnor enumerations

Stephen Masters stephen.masters at me.com
Tue Mar 26 12:07:56 EDT 2013


Hi folks,

I don't suppose anything notable changed between 5.3 and 5.5 in the way Guvnor loads data enumerations?

I have a number of enumerations similar to the following:

'MyFact.currencies' : (new com.myapp.guvnor.enums.CurrencyEnum()).isoCodes() 

But I see the exception in Guvnor:

Unable to load enumeration data.
[Error: unable to invoke method: isoCodes] [Near :{... 'MyFact.': ….}] ^ [Line: 1, Column: 1]
Error type: org.mvel2.PropertyAccessException

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.

Steve
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/rules-users/attachments/20130326/e1c3aa9b/attachment.html 


More information about the rules-users mailing list