[forge-issues] [JBoss JIRA] (FORGE-820) No XPathFactory implementation found inside a forge addon

Lincoln Baxter III (JIRA) jira-events at lists.jboss.org
Mon Apr 29 14:54:53 EDT 2013


     [ https://issues.jboss.org/browse/FORGE-820?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lincoln Baxter III reassigned FORGE-820:
----------------------------------------

    Assignee: Lincoln Baxter III

    
> 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.Final
>
>
> 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


More information about the forge-issues mailing list