[jboss-jira] [JBoss JIRA] Commented: (JBAS-6818) Invoking the "List All Subscriptions" operation from the embedded console for a Topic that has multiple subscribers results in an empty list being displayed

Farah Juma (JIRA) jira-events at lists.jboss.org
Thu Apr 30 12:17:47 EDT 2009


    [ https://jira.jboss.org/jira/browse/JBAS-6818?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12465254#action_12465254 ] 

Farah Juma commented on JBAS-6818:
----------------------------------

After invoking the "List All Subscriptions" operation on a Topic that has multiple subscribers, the following ClassCastException now gets displayed in the operations history table (this is also described in JOPR-141):

java.lang.ClassCastException: org.rhq.core.domain.configuration.definition.PropertyDefinitionSimple
	at org.rhq.plugins.jbossas5.adapter.api.AbstractPropertyMapAdapter.convertToProperty(AbstractPropertyMapAdapter.java:35)
	at org.rhq.plugins.jbossas5.adapter.impl.configuration.PropertyListToCollectionValueAdapter.populatePropertyFromMetaValue(PropertyListToCollectionValueAdapter.java:88)
	at org.rhq.plugins.jbossas5.adapter.impl.configuration.PropertyListToCollectionValueAdapter.populatePropertyFromMetaValue(PropertyListToCollectionValueAdapter.java:48)
	at org.rhq.plugins.jbossas5.adapter.api.AbstractPropertyListAdapter.convertToProperty(AbstractPropertyListAdapter.java:40)
	at org.rhq.plugins.jbossas5.adapter.api.AbstractPropertyListAdapter.convertToProperty(AbstractPropertyListAdapter.java:35)
	at org.rhq.plugins.jbossas5.util.ConversionUtils.convertManagedOperationResults(ConversionUtils.java:408)
	at org.rhq.plugins.jbossas5.ManagedComponentComponent.invokeOperation(ManagedComponentComponent.java:132)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	at org.rhq.core.pc.inventory.ResourceContainer$ComponentInvocationThread.call(ResourceContainer.java:484)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
	at java.util.concurrent.FutureTask.run(FutureTask.java:123)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
	at java.lang.Thread.run(Thread.java:595)

I used embjopr 367 and Branch_5_x r88068.


> Invoking the "List All Subscriptions" operation from the embedded console for a Topic that has multiple subscribers results in an empty list being displayed
> ------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: JBAS-6818
>                 URL: https://jira.jboss.org/jira/browse/JBAS-6818
>             Project: JBoss Application Server
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: ProfileService
>         Environment: JBoss AS Branch_5_x r86689, embjopr r269
>            Reporter: Farah Juma
>            Assignee: Farah Juma
>             Fix For: JBossAS-5.1.0.GA
>
>
> Steps to reproduce:
> Create a new Topic. Create multiple subscribers for that Topic. Invoke the "List All Subscriptions" operation. Click on the "Show/Hide Details" link in the operations history table. The following gets displayed in the "Results" section:
> Viewing/editing of lists of PropertyDefinitionSimple properties is not yet supported. Here's the list's toString() value for now: []

-- 
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 jboss-jira mailing list