rule
"name check" when$form : PersonForm(firstName
matches "[a-zA-Z]*" ); then$form.setChecked(
true); update($form);end
I have tested my regular expression in a simple java application and this works. I do not get a error message, but my cpu peaks to 100% and my memory mounts until 200+ mb. And this does not change until i reboot the server. (JBOSS 4.0.5).
Thanks in advance,
Jonathan.