[jboss-jira] [JBoss JIRA] Created: (AS7-855) Create "runtime only" resource for the WS endpoint information

Brian Stansberry (JIRA) jira-events at lists.jboss.org
Thu May 19 13:38:00 EDT 2011


Create "runtime only" resource for the WS endpoint information
--------------------------------------------------------------

                 Key: AS7-855
                 URL: https://issues.jboss.org/browse/AS7-855
             Project: Application Server 7
          Issue Type: Task
          Components: Domain Management, Web Services
            Reporter: Brian Stansberry
            Assignee: Brian Stansberry
             Fix For: 7.0.0.CR1


The patch for AS7-698 introduced a call from a deployment unit processor into the management layer, in order to add some transient (i.e. not marshalled to xml) state about ws endpoints. We need to get this out of the core model and avoid the need for deployers to invoke management operations (TBH I'm not sure why this management op works at all.) To do that we need some better support for a true "runtime only" resource, one that has no representation in the model. At least a good example, so subsystem devs can see how to implement one.  Such an example will likely fall out of the work on exposing the JDK platform mbeans via the management system, since those are purely runtime resources.

The part that needs to be demonstrated is how to override the global operation handling (e.g. read-resource, read-attribute, read-children-names on the parent resource), since the default handlers for those ops are built around reading the model.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list