Jaikiran,
The test is org.jboss.as.test.integration.jpa.beanvalidation.beanvalidationinheritancetest.BeanValidationJPAInheritanceTestCase, you can find the complete stack trace at
http://pastebin.com/B6t7t58N.
Note that I had to modify the test in order to get the original exception (the test makes an assertion on the stack trace). The root cause of the exception is that no EL implementation can be found.
This failure originates from a build for my PR for AS7-6665 [1], which has several other test failures as well, which I'm going through atm. At least the JAX-RS ones are caused by the removal of a previously existing interface in HV 5.
Thanks,