-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
JPA tests fail on wildfly #337
Comments
I'm afraid that's not the only one failing. I have a feeling the whole setup needs quite a bit of love, as it seems to me to be a bit of a shaky ground |
What if you run against a remote Wildly (the project's default profile), and what if you run the tests from the root? (if needed comment out all modules except for the util and JPA in the main pom) I personally never got [cd somemodule/] to work to be honest. |
@arjantijms default Wildfly works both from top dir and |
Ok, so the reason for this error is lack of arquillian.xml with
|
This requirement was introduced in 5bb2f77 |
So either we add arquillian.xml with container with wildfly qualifier to each module |
@johnament you've added that |
I know the configuration is needed for the JMS stuff to work. I also know that when I made the change, it was based on some discussions we were having about trying to run a single container for the entire test suite. That proved to be not stable in both cloudbees and travis. I would recommend making this the default config overall ( |
The text was updated successfully, but these errors were encountered: