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

ISPN-7002 Early detection of improper query module usage in wildfly #5000

Closed
wants to merge 1 commit into from

Conversation

anistor
Copy link
Member

@anistor anistor commented Mar 21, 2017

Add early detection of the case when the query jar is added just as a pom dependency but not as a proper wildfly module dependency. This allows the application classloading to apparently work but the query module never gets initialised and leads to further failures.

PLEASE do not close the Jira yet.
https://issues.jboss.org/browse/ISPN-7002

* If the query jar is added just as a pom dependency but not as a proper wildfly module dependency
   it allows the application classloading to apparently work but the query module is never initialised
   leading to future failures
@anistor anistor closed this Mar 23, 2017
@anistor anistor deleted the t_7002_fail_fast_m branch March 23, 2017 17:43
@danberindei
Copy link
Member

Integrated in master and 8.2.x, thanks Adrian!

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