ingwarsw / arquillian-suite-extension

Arquillian extension that will force single deployment for all tests
Apache License 2.0
67 stars 20 forks source link

Doesn't work for managed Wildfly container (?) #28

Closed johnedo1234 closed 7 years ago

johnedo1234 commented 9 years ago

I'm having trouble getting the suite extension working with a managed Wildfly container. The first test class in the suite executes properly, but all subsequent test classes fail.

Here's what seems to be going on:

  1. Start container
  2. Deploy test.war (in memory only; not found in standalone/deployments)
  3. Run test class 1
  4. Stop container (test.war disappears from memory)
  5. Start container
  6. Run test class 2 (oops, there's no test.war anymore)

Are managed containers simply not supported by the suite extension, or is it a problem with the particular container adaptor?

It seems that either the deployment needs to be written to disk, or the container shouldn't be restarted.

Versions:

Any help would be appreciated!

ingwarsw commented 7 years ago

Check with wildfly 10 if possible.. Should work..