[jboss-jira] [JBoss JIRA] (AS7-3694) Allow management client to associate metadata with DeploymentUnit
Thomas Diesler (JIRA)
jira-events at lists.jboss.org
Fri Aug 3 00:52:07 EDT 2012
[ https://issues.jboss.org/browse/AS7-3694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Thomas Diesler updated AS7-3694:
--------------------------------
Git Pull Request: https://github.com/jbossas/jboss-as/pull/2790 (was: https://github.com/jbossas/jboss-as/pull/2790)
Description:
Currently there is no way to pass some metadata through the deployment API such that they could show up with the DU.
As a client I'd like to say autostart=false and in my DUP I'd like to pick that up and not start a deployment (i.e. a bundle) automatically
Generally it should be possible for the client to set some properties for the deployment in a generic way such that they get associated with the DeploymentUnit
For an OSGi deployment it would be necessary to be able to define that start behaviour and the start level.
was:
Currently there is no way to pass some metadata through the deployment API such that they could show up with the DU.
As a client I'd like to say autostart=false and in my DUP I'd like to pick that up and not start a deployment (i.e. a bundle) automatically
Generally it should be possible for the client to set some properties for the deployment in a generic way such that they get associated with the DeploymentUnit
> Allow management client to associate metadata with DeploymentUnit
> -----------------------------------------------------------------
>
> Key: AS7-3694
> URL: https://issues.jboss.org/browse/AS7-3694
> Project: Application Server 7
> Issue Type: Feature Request
> Components: OSGi, Server
> Reporter: Thomas Diesler
> Assignee: Thomas Diesler
> Fix For: 7.2.0.Alpha1
>
>
> Currently there is no way to pass some metadata through the deployment API such that they could show up with the DU.
> As a client I'd like to say autostart=false and in my DUP I'd like to pick that up and not start a deployment (i.e. a bundle) automatically
> Generally it should be possible for the client to set some properties for the deployment in a generic way such that they get associated with the DeploymentUnit
> For an OSGi deployment it would be necessary to be able to define that start behaviour and the start level.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list