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

Define appropriate behavior when attaching to a named connection #223

Open
SafirSDKImport opened this issue May 25, 2015 · 0 comments
Open
Assignees

Comments

@SafirSDKImport
Copy link

It is possible to open connections with the same common part and instance part name in different contexts.

When attaching to a named connection there is no parameter for the context. In the current implementation the secondary connection will attach to the first created connection with a matching common part and instance part without considering the context. It must be decided if this is an acceptable behavior.

These are the alternatives:

  1. The current behavior is good enough. In this case it should be documented in the code and User's Guide.
  2. Don't allow connections with identical common part and instance part in different contexts.
  3. Make it possible to give context when attaching to a named connection.

Reported by: anderswiden

Original SourceForge Ticket #224: safir/tickets/224

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

No branches or pull requests

2 participants