I'm currently creating an UML profile for our DDD process, which works as it should.
When extending metaclasses like
Class or
Component, I can either customize the the default appearance (F4) or add an
_image property with shape scripts for my stereotypes.
After generating the MDG file and reloading the MDG technologies in EA, the stereotypes can be dragged on a diagram and have the expected appearance.
But if I try doing the exact same for the metaclass
PackagingComponent, it doesn't work as expected. Only the border width is being considered and every other setting (including the shape scripts) are being ignored. The packaging components are always displayed with the default red background color. The weird thing is that I can customize my custom stereotypes after I dragged them on a diagram (both the default appearance and shape scripts via adding and assigning a stereotype).
Also I took a look in the UML profile XMLs and the
bgcolor and other properties are set.
My configured UML profile with a shape script on the stereotype
ACL and two default appearances on
BoundedContext and
SharedKernel looks like that:

The resulting elements look like that:

Am I doing something wrong or is this just not possible/a bug?
I am using version 12.0 but version 13.5 has the same issues.