Issue Type: Bug Bug
Affects Versions: 1.1.0.Final
Assignee: Emmanuel Bernard
Components: test
Created: 10/Apr/13 9:00 AM
Description:

Currently the TCK test use BeforeMethod to setup the validator under test, for example:

	@BeforeMethod
	public void setupValidator() {
		executableValidator = TestUtil.getValidatorUnderTest().forExecutables();
	}

Due to the fact that the Arquillian TestNg runner cannot influence the execution of these life cycle methods, the annotated methods are executed also in the JVM executing the tests, not only in the remote container. For that reason the bean validation provider must be on the classpath of the client side as well which is otherwise not required.

See also http://planet.jboss.org/post/arquillian_and_testng

Fix Versions: 1.x
Project: Bean Validation TCK
Priority: Major Major
Reporter: Hardy Ferentschik
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira