Skip to content
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

port name conflicts (and other bundle descriptor problems) #262

Open
ChrisVeigl opened this issue Oct 30, 2018 · 0 comments
Open

port name conflicts (and other bundle descriptor problems) #262

ChrisVeigl opened this issue Oct 30, 2018 · 0 comments

Comments

@ChrisVeigl
Copy link
Contributor

when a bundle descriptor for a plugin contains input- and output ports of the same name,
the "download component collection" in the ACS fails and the component collection cannot be used.

internally, prefixes for the portnames are used (e.g. ipMyPort and opMyPort) - so there should be no name conficts in such a case. nevertheless, the main problem is that the ARE does not thorw any log or error message - thus it becomes very difficult to find such problems when creating a new plugin.

errors when parsing the bundle descriptor should be reported (at least logged to the console window) to ease debugging.

(additionally the plugin creation wizard could prevent name conflicts of ports or events)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant