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

Unncessary XMLReader instance when creating an execution context #248

Open
cjmamo opened this issue Feb 13, 2020 · 0 comments
Open

Unncessary XMLReader instance when creating an execution context #248

cjmamo opened this issue Feb 13, 2020 · 0 comments
Assignees
Labels
type: bug Something isn't working

Comments

@cjmamo
Copy link
Member

cjmamo commented Feb 13, 2020

XMLReaders appear to be redundantly instantiated while constructing an execution context. This happens because XMLReader is declared as a resource in the smooks-resource-list config. The declaration can't be removed because Smooks#filterSource(...) would fail since SAXParser uses the resource name to instantiate the XMLReader.

@cjmamo cjmamo added the type: bug Something isn't working label Feb 13, 2020
@cjmamo cjmamo self-assigned this Feb 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Development

No branches or pull requests

1 participant