[arquillian-issues] [JBoss JIRA] Created: (ARQ-205) Redesign packaging

Aslak Knutsen (JIRA) jira-events at lists.jboss.org
Fri Jul 2 13:14:46 EDT 2010


Redesign packaging
------------------

                 Key: ARQ-205
                 URL: https://jira.jboss.org/browse/ARQ-205
             Project: Arquillian
          Issue Type: Feature Request
          Components: Packaging Enricher SPI, Test Protocol SPIs and Implementation
            Reporter: Aslak Knutsen
            Assignee: Aslak Knutsen
             Fix For: 1.0.0.Alpha3


In the current version the Packager is responsible for creating the final deployment and adding the Protocol as just another AuxiliaryArchive. The problem here is that the Packager has to know about which Protocol is running and pack differently based on it. e.g. when using a Servlet protocol it has to be a WebArchive in the deployment. 

Since the protocol has the information on how it needs to package itself and where to place the auxiliary archives in relation to itself the Protocol should do the final packaging.

Remove the Packager SPI and add a new ProtocolPackager SPI on Protocol level.

Each protocol now knows how it needs to modify the Deployment to communicate with it.

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

        


More information about the arquillian-issues mailing list