Hi All,<br>
<br>
i have a  java class &#39;Car&#39; with attributes &#39; String color&#39; and &#39;int value&#39;  inside a package &#39;example.test&#39;.<br>
<br>
I created a model.jar containing &#39;Car class&#39;,uploaded to guvnor for defining rules.<br>
For &#39;color&#39; attribute, I created a enumeration like:<br>
&#39;Car.color&#39; : [&#39;red&#39;, &#39;blue&#39;,&#39;green&#39;]<br>
But when i try to define a rule, this enums are not shown as drop down list.<br>
What would be the problem?<br>
Could anybody give some hints to solve this?<br>
Thanks <br>
Shekar<br>
<br>