Book a Demo

Author Topic: "Is Active" component parameter disables itself  (Read 3918 times)

Radioface

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
"Is Active" component parameter disables itself
« on: December 17, 2010, 02:19:19 am »
I'm using EA integrated with ClearCase (version control tool) and I'm finding that the "Is Active" option on my components un-checks itself when I perform a ClearCase check-in and submit the updates to source control.  Initially, it appears fine until I do a "package control > get latest" or when someone else views the diagram.

Furthermore, when I choose "package control > compare with controlled version", there doesn't even seem to be a field for "Is Active".  There are entries for "Is Leaf", "Is Spec" and "IsRoot" but nothing for active.

Has anyone else experienced this?  It kind of looks like an EA bug...

Oh, and I'm using EA v8.0.864

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: "Is Active" component parameter disables itsel
« Reply #1 on: December 17, 2010, 07:37:55 pm »
Hmm, sounds like they(Sparx) forgot to include the feature in the xmi export.
Can you do a test to confirm this?
If this is the case it is a high priority bug and should be reported to Sparx ASAP.

Geert

Radioface

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Re: "Is Active" component parameter disables itsel
« Reply #2 on: December 17, 2010, 08:44:11 pm »
Yes, you appear to be correct.  I updated the component again so that "Is Active" was checked and did another comparison.  I could then do "Log to XML..." and saw that there was no entry for "Is Active".  A snippet of code is shown below.  I will now submit a post to the "bug" forum.

Code: [Select]
<Properties>
      <Property name="Abstract" model="false" baseline="false" status="Identical"/>
      <Property name="Alias" status="Identical"/>
      <Property name="Author" model="Daniel King" baseline="Daniel King" status="Identical"/>
      <Property name="Complexity" model="1" baseline="1" status="Identical"/>
      <Property name="IsLeaf" model="false" baseline="false" status="Identical"/>
      <Property name="IsSpec" model="false" baseline="false" status="Identical"/>
      <Property name="IsRoot" model="false" baseline="false" status="Identical"/>
      <Property name="Keywords" status="Identical"/>
      <Property name="Multiplicity" status="Identical"/>
      <Property name="Name" model="Components" baseline="Components" status="Identical"/>
      <Property name="Notes" status="Identical"/>
      <Property name="Persistence" status="Identical"/>
      <Property name="Phase" model="1.0" baseline="1.0" status="Identical"/>
      <Property name="Scope" model="Public" baseline="Public" status="Identical"/>
      <Property name="Status" model="Proposed" baseline="Proposed" status="Identical"/>
      <Property name="Stereotype" status="Identical"/>
      <Property name="Type" model="Package" baseline="Package" status="Identical"/>
      <Property name="Version" model="1.0" baseline="1.0" status="Identical"/>
      <Property name="Classifier" status="Identical"/>
      <Property name="Visibility" status="Identical"/>
      <Property name="Concurrency" status="Identical"/>
      <Property name="Cardinality" status="Identical"/>
      <Property name="Style" status="Identical"/>
</Properties>