[jboss-jira] [JBoss JIRA] Issue Comment Edited: (AS7-1641) Web console doesn't display messaging subsystem resources
Brian Stansberry (JIRA)
jira-events at lists.jboss.org
Tue Aug 30 14:48:26 EDT 2011
[ https://issues.jboss.org/browse/AS7-1641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12624888#comment-12624888 ]
Brian Stansberry edited comment on AS7-1641 at 8/30/11 2:47 PM:
----------------------------------------------------------------
I want to see if I can fix this for 7.0.2. Dropping the 7.0.1 console jar in 7.0.0, the problem disappears, so I want to see if it's due to a change in the information provided by the core management API.
Looking at the read-resource operation results for one of the connection factories, 7.0.1 includes a bunch of additional attributes (which is fine). The attributes that were present in 7.0.0 are still there with the same format.
Looking at the read-resource operation results for one of the jms queues, the durable -> false attribute is there in 7.0.1, which again is fine.
AFAICT, the console code does a /subsystem=messaging:read-resource(recursive=true) call to load the JMS tab, and in 7.0.1 the server is replying with equivalently formatted data as in 7.0.0, but with more attributes.
was (Author: brian.stansberry):
I want to see if I can fix this for 7.0.2. Dropping the 7.0.1 console jar in 7.0.0, the problem disappears, so I want to see if it's due to a change in the information provided by the core management API.
Looking at the read-resource operation results for one of the connection factories, 7.0.1 includes a bunch of additional attributes (which is fine). The attributes that were present in 7.0.0 are still there with the same format.
Looking at the read-resource operation results for one of the jms queues, the durable -> false attribute is not there in 7.0.1, which is odd.
> Web console doesn't display messaging subsystem resources
> ---------------------------------------------------------
>
> Key: AS7-1641
> URL: https://issues.jboss.org/browse/AS7-1641
> Project: Application Server 7
> Issue Type: Bug
> Components: Console, Domain Management
> Affects Versions: 7.0.1.Final
> Environment: RHEL6
> Reporter: Georges Berscheid
> Assignee: Brian Stansberry
> Fix For: 7.0.2.Final
>
>
> The domain-preview.xml file that comes with 7.0.1 includes a JMS configuration with connection factories and defines a testQueue and a testTopic. Neither of those show up anymore in the web console.
> http://localhost:9990/console/App.html#domain/profile/messaging remains completely empty. However, the queue and the topic can be used by deployments on that configuration.
--
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