You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When pulling model from sintefboard the components and channels are visible in the library on the left side of the Kevoree Web Editor. It is not possible to drag-n-drop those components onto the sintefboard node. This was demonstrated on the project meeting at SINTEF. Maxime told me that the model build by sintefmod java code was incomplete. I need input to get further.
The text was updated successfully, but these errors were encountered:
Kevoree DeployUnit can have meta-data called filters which is a map of key:value
For every platform we agreed on a convention that requires your DeployUnit to target one (or more) platform. For instance, the kevoree-js model generator always add:
So each DeployUnit targetting kevoree-js has a filter value of platform:javascript.
Same goes for Java with platform:java
What you want to do is to add your own platform filter to your DeployUnit.
The problem is that you do not have DeployUnit because you do not have any code for your components/nodes/channels.
Therefore, you might want to add DeployUnit for every TypeDefinition created by the sintefmodcomponent and set something like platform:sintefmod as filter.
I also need to add the possibilty to set those DeployUnit filters using the Yeoman kevoree-model generator
When pulling model from sintefboard the components and channels are visible in the library on the left side of the Kevoree Web Editor. It is not possible to drag-n-drop those components onto the sintefboard node. This was demonstrated on the project meeting at SINTEF. Maxime told me that the model build by sintefmod java code was incomplete. I need input to get further.
The text was updated successfully, but these errors were encountered: