WEB-INF/Classes is not visible during deployment
------------------------------------------------

                 Key: GERONIMO-2511
                 URL: http://issues.apache.org/jira/browse/GERONIMO-2511
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: web
            Reporter: Dain Sundstrom
         Assigned To: Dain Sundstrom


AbstractWebModuleBuilder was changed in GERONIMO-2503 to add the 
WEB-INF/classes before adding the jar contents to the repository.  This does 
not work because the code that adds the urls to the class loader checks if the 
URL exists before adding it.  This means that the WEB-INF/classes directory is 
ignored during deployment causing deployments to fail that have the servlet 
implementation classes in the WEB-INF/classes directory.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to