1
General Board / Re: Creating connectors on locked elements (new bug or feature?)
« on: March 04, 2026, 08:36:52 am »
Yes
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.
1. element.Stereotype = "ArchiMate3::DataObject";Attempts to assign a stereotype with the name "ArchiMate3::DataObject" to the object. If it is not already defined it will attempt to define it as a global stereotype. It's less bad if you don't include a profile. As an example, if you specified ArchiMate_DataObject it may assign ArchiMate2::ArchiMate_DataObject or ArchiMate3::ArchiMate_DataObject. Think of it as "I don't care where the stereotype comes from, as long as it has this name".
2. element.StereotypeEx = "ArchiMate3::DataObject";Attempts to assign the stereotype "DataObject" from the profile "ArchiMate3" to the object. As Geert said, this won't be found because no such stereotype exists in that profile. If you replace it with "ArchiMate3::ArchiMate_DataObject" It will still fail if the element is not a Class.
3. element.MetaType = "ArchiMate3::DataObject";Does literally nothing.
4. Repository.AdviseElementChange(element.ElementID);Effectively updates any places in the UI that have that object.
The .Value is apparently needed here
I did try both proposals and they both give the same error while providing a correct result.
elementId = Info.Get("ElementID").Value;
Repository.WriteOutput("System", typeof elementId + " - " + elementId, 0);
newElement = Repository.GetElementByID(elementId);
- Tool-Specific Features: In tools such as Sparx Enterprise Architect, a “Composite Diagram” is a child diagram nested beneath a parent element. For example, if you double-click a Class and it opens a sub-diagram, that sub-diagram is called a “composite diagram,” regardless of whether it is a state machine, activity, or structure diagram.
Unless this is a hallucination, then a UML Composite Structure Diagram is an EA Composite Diagram; but not vice-versa!I disagree with both the Gemini interpretation of what a Composite diagram is as well as your assertion that it is actually a Nested Diagram.
Another problem is that EA sometimes conflates Composition with Nesting (I’ve spoken about the difference many times in the past). You’ll see Gemini did not make that conflation. What EA calls a Composite diagram is, in fact, a Nested diagram.
- Save the connection as a shortcut with .qea extensionPretty sure that that's the issue. The save as shortcut should only allow .eap.
I'm not sure if disabling this feature will really decrease the security.You can argue that it's being excessive, I wouldn't necessarily disagree. The only way removing it wouldn't decrease security is if you are 100% sure that the forum and entire website is 100% bug free. I'm not convinced anyone can be 100% sure about anything or any software can be 100% bug free. By that measure, it is providing at least some security.
If you are not comfortable to disable this feature in Cloudfare, you should really not be comfortable to be using this forum software and update/change is ASAP.I wouldn't be comfortable to change any setting in Cloudflare. That has nothing to do with this software.