[arquillian-issues] [JBoss JIRA] Created: (ARQ-617) Make Tomcat 6 and Jetty 6 and 7 specific configuration obsolete

Geoffrey De Smet (JIRA) jira-events at lists.jboss.org
Tue Oct 4 04:29:26 EDT 2011


Make Tomcat 6 and Jetty 6 and 7 specific configuration obsolete
---------------------------------------------------------------

                 Key: ARQ-617
                 URL: https://issues.jboss.org/browse/ARQ-617
             Project: Arquillian
          Issue Type: Enhancement
      Security Level: Public (Everyone can see)
            Reporter: Geoffrey De Smet


According to the documentation:
  http://docs.jboss.org/weld/reference/1.1.0.Final/en-US/html_single/#d0e5286

We have to add extra configuration files to deploy to certain appservers and certain versions.
But the existence of those files can sometimes create issues on other appservers.
For example, jetty 6 needs an WEB-INF/jetty-env.xml file (and Jetty 7 needs another version of that file).
"Maven profiles" are not a solution, see WELD-984.

Since weld-servlet's bootstrap actually detects what appserver and what version is in play, it should be thoroughly investigated if weld can't do that for us
and only configure the content of those extra files if the correct appserver/version is being used.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the arquillian-issues mailing list