forge / plugin-arquillian

Forge Arquillian Plugin
http://www.jboss.org/arquillian
19 stars 16 forks source link

build with arquillian-tests fail #5

Closed DarthBonkers closed 12 years ago

DarthBonkers commented 13 years ago

Hello,

I tried difference setups, with JBOSS_AS7_MANAGED/REMOTE, with jndi.properties and without that file

Running de.bonkers.view.PersonBeanTest 29.08.2011 15:59:47 org.jboss.arquillian.container.impl.client.container.ContainerRegistryCreator getActivatedConfiguration INFO: Could not read active container configuration: null Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.254 sec <<< FAILURE!

Results :

Tests in error: de.bonkers.view.PersonBeanTest: Could not create a new instance of class org.jboss.arquillian.test.impl.EventTestRunnerAdaptor see cause.

paulbakker commented 13 years ago

Did you run the tests with the created Maven profile enabled? (e.g. mvn test -Parq-jbossas-7-managed)