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 - ablaz

Pages: [1]
1
Possible solution of the problem: do not set Repository.EnableUIUpdates property to "false" before creating the model in case you do it. That caused the exception in my case.

2
I'm afraid it is not. I've been trying to convince Sparx that this bug is not yet fixed since 6.5.801. But their tests pass.   :-/

3
I thought that this issue is covered by the following statement in the release notes:
"Improved automation interface to allow creation of certain child elements via the automation interface."

Just to clarify the severity of this bug: for those who is extensively using the automation interface of EA for model creation, the new releases with unresolved issue 06110279 are ABSOLUTELY UNUSABLE.

4
Experiencing THE SAME PROBLEM with EA 6.5.801!
Guys, do you test your product releases at all? :)

5
I reported this bug to Sparx Systems and they could reproduce it. It seems that the only workaround for now is downgrading to EA 6.5.799.  ;D

Andrej.

6
EA version: 6.5.800

AddNew method of Automation Interface does not work anymore for nested elements (e.i. Port of the Component):

Example:

EA::Element* component;
.....
component->Elements->AddNew( "port1", "Port" ); // "Invalid parent for Port" exception

Pages: [1]