how to define a model so it's available for rules UI?
I created a model, and whe i try to create a rule i allways recieve 开发者_运维知识库this message:
"Note: No model has been defined. Tip: You will want to import or define a model for this user interface to work !"
any ideas? TNX
It is possible that you are missing an import.
In the file where you have the rule do:
import org.hello.MyModel;
精彩评论