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

Remove sequence-response handling dependence on message logging ON status #45

Open
tkohegyi opened this issue May 20, 2015 · 1 comment

Comments

@tkohegyi
Copy link
Contributor

Sequence handling does not work, when Message Logging is turned off. In this case the responses are not collected to the sequences, and stub response generation is not possible.

This is because turning on/off message handling is adding/removing relevant processors by com.epam.wilma.core.toggle.message.MessageLoggingToggle class, but extracting and storing the sequence response is in the ResponseQueueListener class, that works only when the processor is enabled.

Need to remove the sequence-response handling dependence on message logging ON status - that feature should be always enabled.

@tkohegyi tkohegyi added the bug label May 20, 2015
@tkohegyi tkohegyi assigned tkohegyi and unassigned tkohegyi May 20, 2015
@tkohegyi tkohegyi added minor bug and removed bug labels May 28, 2015
@tkohegyi
Copy link
Contributor Author

Even the response queue can be removed - this may help to resolve this issue too.

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

1 participant