-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Net emf objects transfer should rely on domain resource factory #1334
Labels
Milestone
Comments
eparovyshnaya
added
the
component::runtime
Passage Licensing Runtime (LIC): reused accross other components
label
Apr 4, 2024
eparovyshnaya
added a commit
that referenced
this issue
Apr 4, 2024
Signed-off-by: eparovyshnaya <[email protected]>
eparovyshnaya
added a commit
that referenced
this issue
Apr 4, 2024
Signed-off-by: eparovyshnaya <[email protected]>
eparovyshnaya
added a commit
that referenced
this issue
Apr 4, 2024
Signed-off-by: eparovyshnaya <[email protected]>
eparovyshnaya
added a commit
that referenced
this issue
Apr 4, 2024
Signed-off-by: eparovyshnaya <[email protected]>
eparovyshnaya
added a commit
that referenced
this issue
Apr 5, 2024
Signed-off-by: eparovyshnaya <[email protected]>
eparovyshnaya
added a commit
that referenced
this issue
Apr 5, 2024
Signed-off-by: eparovyshnaya <[email protected]>
eparovyshnaya
added a commit
that referenced
this issue
Apr 5, 2024
Signed-off-by: eparovyshnaya <[email protected]>
eparovyshnaya
added a commit
that referenced
this issue
Apr 5, 2024
Signed-off-by: eparovyshnaya <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Often we transfer license-related EMF objects as a payload to net response.
Such a serialization does not require resource URI to show in the picture, so we use direct resource implementation invocation.
This is not how things should work.
Make an effort and retrieve resource instance from a factory, not reference it directly.
Central facility is
EObjectToBytes
, all its clients also need revision.The text was updated successfully, but these errors were encountered: