Book a Demo

Author Topic: MDG Shape scripts and extended nodes not working  (Read 2628 times)

AndrewW

  • EA Novice
  • *
  • Posts: 16
  • Karma: +0/-0
    • View Profile
MDG Shape scripts and extended nodes not working
« on: May 01, 2012, 06:48:03 pm »
I’ve been working with MDG technologies extending both nodes and execution environments for deployment.
I can get shape scripts to trigger for extended execution environments, but not for extended nodes.
If I change the extension from node to execution environment then shape script works

I have even tried very basic shape scripts with just a println statement in

Any idea why and how to get shape scripts to work with extended nodes using MDG?

Kind Regards
Andrew

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: MDG Shape scripts and extended nodes not worki
« Reply #1 on: May 01, 2012, 06:57:56 pm »
I guess only by sending a bug report.

q.

AndrewW

  • EA Novice
  • *
  • Posts: 16
  • Karma: +0/-0
    • View Profile
Re: MDG Shape scripts and extended nodes not worki
« Reply #2 on: May 01, 2012, 09:37:19 pm »
Found the issue.
I had a sterotype with the same name which also applied to nodes in the EA instance I was using for testing of the MDG.
Once i removed the sterotype everything started to work
Andrew