Author Topic: UML profiles - where stored?  (Read 1870 times)

Dave_Bullet

  • EA User
  • **
  • Posts: 295
  • Karma: +0/-0
    • View Profile
UML profiles - where stored?
« on: August 30, 2006, 06:21:34 pm »
Does anyone know where UML profiles are stored?

If in the database - which tables?

Reason being - I want to write some scripts to workaround a couple of bugs with "sync tagged values"
1. Inherited stereotype attributes work for new elements added to the model, but only the leaf most stereotype attributes are added on a sync tagged values (not inherited attrbutes)

2. If a tagged value is removed from the profile - it remains in the elements that used it (I want to delete it)

Cheers,
David.
"I know I'm close to a good design, but it's like the balloon animals, squeeze in one spot and the problem moves down the line"

Dave_Bullet

  • EA User
  • **
  • Posts: 295
  • Karma: +0/-0
    • View Profile
Re: UML profiles - where stored?
« Reply #1 on: August 30, 2006, 06:32:52 pm »
Found the answer - t_trxtypes - in the notes field (thanks to SQL profiler)

David.
"I know I'm close to a good design, but it's like the balloon animals, squeeze in one spot and the problem moves down the line"