Uploaded image for project: 'Arquillian'
  1. Arquillian
  2. ARQ-410

Unable to test an archive with comments in web.xml

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 1.0.0.CR5
    • 1.0.0.Beta1
    • Base Implementation
    • None

    Description

      I had errorneous in-container-web.xml, so parsing it failed with ContainerDeployController.forEachManagedDeployment .
      Successively, Arquillian threw the exception below.
      To reproduce, you can run Tomcat remote container from the commit
      [tomcat e7572f3] Some progress with ArquillianServletRunner
      from https://github.com/OndraZizka/arquillian .

      org.jboss.arquillian.container.tomcat.remote_6.TomcatRemoteInContainerTestCase Time elapsed: 1.419 sec <<< ERROR!
      java.lang.NullPointerException
      at org.jboss.arquillian.impl.client.container.ContainerDeployController.forEachManagedDeployment(ContainerDeployController.java:204)
      at org.jboss.arquillian.impl.client.container.ContainerDeployController.undeployManaged(ContainerDeployController.java:99)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:597)
      at org.jboss.arquillian.impl.core.ObserverImpl.invoke(ObserverImpl.java:90)
      at org.jboss.arquillian.impl.core.EventContextImpl.invokeObservers(EventContextImpl.java:98)

      Full ST attached.

      Attachments

        Activity

          People

            aslak@redhat.com Aslak Knutsen
            ozizka_jira Ondrej Zizka (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: