DM 4.0 M8: Is there a way to show UML symbols with customized views in the web client?
![](http://jazz.net/_images/myphoto/2c72d73eef645002c12d2b23d3d7c380.jpg)
Hi,
we have used the org.eclipse.gmf.runtime.diagram.core.viewProviders extension point on the RSA side to change the apperance of UML Class symbols with our stereotypes applied. When looking at a diagram containing such symbols in the web client I get red squares annotated with "invalid view - remove from diagram". Will DM be able to show these symbols at some stage, even if just with the standard Class symbol? Is there someting I can do to make these symbols appear? Attaching images to point out the problem. First screenshot is from the RSA client and the second from the DM web client.
![Diagram in RSA](http://s15.postimage.org/ko87ewa6j/diagram_rsa.png)
![Diagram in DM](http://s17.postimage.org/hyewogzwv/diagram_dm.png)
Accepted answer
2 other answers
![](http://jazz.net/_images/myphoto/2c72d73eef645002c12d2b23d3d7c380.jpg)
Hi Petter,
The only way to do this is to patch DM 4.0 server with your plugin. After that, DM server will recognize your plugin (view providers) and able to render the diagram properly. I have never done this myself with a production DM server before, but know that it is doable. I will find out the exact steps for you. The steps may be very similar to how to deploy custom profile jar in DM 3.0, build update site and provision the server....
But before doing that, I would like to gather more information from you. Are you running your DM server in Windows or Linux? Are you using Tomcat or WAS?
Best regards,
Tao
The only way to do this is to patch DM 4.0 server with your plugin. After that, DM server will recognize your plugin (view providers) and able to render the diagram properly. I have never done this myself with a production DM server before, but know that it is doable. I will find out the exact steps for you. The steps may be very similar to how to deploy custom profile jar in DM 3.0, build update site and provision the server....
But before doing that, I would like to gather more information from you. Are you running your DM server in Windows or Linux? Are you using Tomcat or WAS?
Best regards,
Tao
![](http://jazz.net/_images/myphoto/2c72d73eef645002c12d2b23d3d7c380.jpg)
Hi Tao,
FYI, I have a related question in
https://jazz.net/forum/questions/76622/extension-possibilities-in-dm-40.
/Petter