[jopr-issues] [JBoss JIRA] Created: (JOPR-87) JBossAS Plugin: add support for deployment of new "Jar Library" packages

Ian Springer (JIRA) jira-events at lists.jboss.org
Mon Mar 9 17:29:24 EDT 2009


JBossAS Plugin: add support for deployment of new "Jar Library" packages
------------------------------------------------------------------------

                 Key: JOPR-87
                 URL: https://jira.jboss.org/jira/browse/JOPR-87
             Project: Jopr
          Issue Type: Feature Request
          Components: Plugin - JBoss AS 4
    Affects Versions: 2.1
            Reporter: Ian Springer


The place where this would be implemented is in JBossASServerComponent.deployPackages(), which currently contains the following code:

} else if (packageTypeName.equals(PACKAGE_TYPE_LIBRARY)) {
                throw new UnsupportedOperationException("Deployment of new libraries is not supported by the plugin.");
}


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

        



More information about the jopr-issues mailing list