Uploaded image for project: 'Forge'
  1. Forge
  2. FORGE-820

No XPathFactory implementation found inside a forge addon

    XMLWordPrintable

Details

    Description

      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());
         }
      }
      

      Attachments

        Issue Links

          Activity

            People

              lincolnthree Lincoln Baxter III (Inactive)
              rhn-support-ggastald George Gastaldi
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: