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

George Gastaldi (JIRA) jira-events at lists.jboss.org
Mon Mar 11 14:06:43 EDT 2013


George Gastaldi created FORGE-820:
-------------------------------------

             Summary: 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
             Fix For: 2.0.0.Alpha1


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