[
https://issues.jboss.org/browse/FORGE-820?page=com.atlassian.jira.plugin....
]
Lincoln Baxter III closed FORGE-820.
------------------------------------
Fix Version/s: 2.0.0.Alpha4
(was: 2.0.0.Final)
Resolution: Done
Fixed in Forge Modules Fork 3:
https://github.com/jbossas/jboss-modules/pull/34
No XPathFactory implementation found inside a forge addon
---------------------------------------------------------
Key: FORGE-820
URL:
https://issues.jboss.org/browse/FORGE-820
Project: Forge
Issue Type: Bug
Components: Container
Affects Versions: 2.0.0.Alpha1
Reporter: George Gastaldi
Assignee: Lincoln Baxter III
Priority: Blocker
Fix For: 2.0.0.Alpha4
The following test fails:
{code:java}
@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());
}
}
{code}
--
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