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
ALISA uses the enclosing component instance as target when the desired target is not found within the enclosing component instance. That leads to class cast exception since the verification method expects an instance of the appropriate category.
This was triggered by the core instantiator not creating an end to end flow instance without informing the user. See #1809
The text was updated successfully, but these errors were encountered:
lwrage
changed the title
ALISA: verification fails with class cast exception when verificaiton target does not exist in instance model
ALISA: Verification fails with class cast exception when verification target does not exist in instance model
May 21, 2019
ALISA uses the enclosing component instance as target when the desired target is not found within the enclosing component instance. That leads to class cast exception since the verification method expects an instance of the appropriate category.
This was triggered by the core instantiator not creating an end to end flow instance without informing the user. See #1809
The text was updated successfully, but these errors were encountered: