Book a Demo

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - bergtwvd

Pages: [1]
1
Suggestions and Requests / Re: UAF MDG Request
« on: September 16, 2024, 03:13:57 am »
I would like to use UAF 1.2 rather than 1.0.

I tried to import the UAF 1.2 profile file from the OMG site as a UML Profile in my project. But I got an error: "There was an error processing the supplied CML profile file". Why does this not work?

See https://www.omg.org/spec/UAF/1.2 for files.

2
Bugs and Issues / UPDM / DoDAF SV-6
« on: May 09, 2014, 05:03:14 pm »
I want to generate a Systems Resource Flow Matrix (DoDAF SV-6). The SV-6 is basically a table that is generated with a SQL query. This query can be found in the DoDAF Framework example, included in the UPDM MDG plugin.

The query works fine for connectors that have one information item attached via the Advance => Information Flows Realized menu.

If there are two or more items attached to the connector, then the query does not return any data for this connector.

The query should be fixed to handle this. I do not have the DB schema. Can anybody provide support?

SQL code:
=======

This search executes the following SQL query:

SELECT CONNECTOR.Name AS Connector_Name,
      CONNECTOR.Stereotype AS Connector_Type,
      FLOW.Stereotype AS Flow_Type,
      CONVEYED.Stereotype AS Conveyed_Type,
      CONVEYED.Name AS Conveyed_Name,
      PRODUCER.Stereotype AS Producer_Type,
      PRODUCER.Name AS Producer_Name,
      CONSUMER.Stereotype AS Consumer_Type,
      CONSUMER.Name AS Consumer_Name
FROM t_xref XCONVEYED, t_xref XABSTRACTION, t_object CONVEYED,
      t_connector FLOW, t_object PRODUCER, t_object CONSUMER,
      t_connector CONNECTOR, t_diagramlinks, t_diagram
WHERE XCONVEYED.Behavior='conveyed'
      AND XCONVEYED.Description LIKE '#WC#' + CONVEYED.ea_guid + '#WC#'
      AND XCONVEYED.Client=FLOW.ea_guid
      AND FLOW.Start_Object_ID=PRODUCER.Object_ID
      AND FLOW.End_Object_ID=CONSUMER.Object_ID
      AND XCONVEYED.Client=XABSTRACTION.Description
      AND XABSTRACTION.Client=CONNECTOR.ea_guid
      AND CONNECTOR.Connector_ID=t_diagramlinks.ConnectorID
      AND t_diagramlinks.DiagramID=t_diagram.Diagram_ID
      AND t_diagram.StyleEx LIKE '#WC#MDGDgm=UPDM2_SV#WC#'

To execute the query, double-click the hyperlink.

3
Bugs and Issues / Re: UML sequence diagram
« on: July 10, 2014, 07:24:22 pm »
The keyboard shortcut works. But still, it appears to be a bug. When will it be fixed?

4
Bugs and Issues / UML sequence diagram
« on: July 08, 2014, 05:27:58 am »
Just have installed latest EA 11.0 version (upgraded from 10).

In v10 and also v11 there is a bug in the sequence diagram, which I hoped it was fixed. I cannot insert a message between already defined messages. Sometimes the new message appears at the bottom of the diagram. This is pretty annoying when updating existing diagrams for example !

E.g.
- Create two lifelines A and B.
- define one message m1 from A to B.
- define another message m2 from A to B.
- Next, try to insert a message m3 from A to B between m1 and m2, and see what happens ...

What you suggestion?

-- Tom van den Berg

5
Bugs and Issues / SoaML: ServicePoint and RequestPoint port issue
« on: June 01, 2014, 09:28:29 pm »
When a create a participant and add a ServicePoint and a RequestPoint then:
- the stereotype is not displayed
- for a RequestPoint no ~is displayed (where conjugate property of port is set to true)

When I change the stereotype (via properties) to something else, the stereotype and conjugate are now both displayed as expected.

Issue appears related to SoaML ports.

Any suggestions?

6
Bugs and Issues / Re: Sequence diagram seems broken
« on: January 25, 2014, 12:27:15 am »
Can this issue be confirmed? This issue prohibits us to create sequence diagrams and a fix or work around is highly appreciated.

-- Tom van den Berg

7
Bugs and Issues / Sequence diagram seems broken
« on: January 20, 2014, 09:34:47 pm »
I am using EA 10.0.1008, UML sequence diagram.

When I draw a message from lifeline A to lifeline B, sometimes the message does not appear, but only the rectangle on the receiving lifeline. Or sometimes the message is drawn at the end of the diagram.

When I close and re-open the window, messages seem to appear at the right place again.

However, I cannot move a message up or down, to another place in the sequence diagram.

This looks to be a bug in EA.

8
I am using EA 10.0.1004 (SE edition) and I have created a SysML activity diagram, with one activity containing a couple of actions with call behavior. Now I want to define a control flow between the actions, but EA won't allow me. Get the error: The requested connection is not UML compliant. Any idea why?

9
Automation Interface, Add-Ins and Tools / MDG: DODAF
« on: March 04, 2011, 10:31:36 pm »
The DODAF MDG plugin is not listed under the MDG available plugins.
Is it still available and supported?

Pages: [1]