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