Book a Demo

Author Topic: EA_OnRunElementRule is never called  (Read 3153 times)

stao

  • EA User
  • **
  • Posts: 137
  • Karma: +0/-0
    • View Profile
EA_OnRunElementRule is never called
« on: August 31, 2011, 12:44:03 am »
Hi everyone

i started to create an addin for automatic rulechecks.
i began closely to the sparx code example
http://www.sparxsystems.com/enterprise_architect_user_guide/9.0/automation/model_validation_example.html
i created to rules for testing issues.

but for some reason after selecting a simple class in ea and press "validate"
EA_OnRunElementRule event is never triggered.

any ideas where my mistakes are?

stao

  • EA User
  • **
  • Posts: 137
  • Karma: +0/-0
    • View Profile
Re: EA_OnRunElementRule is never called
« Reply #1 on: August 31, 2011, 04:25:18 am »
solved.

used the wrong error category string to define rules.