-
Bug
-
Resolution: Done
-
Blocker
-
2.0.0.Alpha1
-
None
The following test fails:
@RunWith(Arquillian.class) public class XPathContainerTest { @Deployment public static ForgeArchive getDeployment() { ForgeArchive archive = ShrinkWrap.create(ForgeArchive.class) .addClasses(XPathContainerTest.class) .addBeansXML(); return archive; } @Test public void testContainerStartup() { Assert.assertNotNull(XPathFactory.newInstance().newXPath()); } }
- is blocked by
-
MODULES-136 When JBoss Modules are used as a library causes FactoryConfigurationError
- Resolved