After stepping through both the console and the ManagementViewImpl class, I still am not
getting the Topics/Queues. In the ManagementViewImpl class the compByCompType Map only had
two keys in it, one LocalTX Datasource type and one for the JMS XA Connection Factory.
There was no entries for JMSDestinations-Topics or Queues.
So it got me thinking, in looking at the ManagedDeployment object that holds
"vfsfile:/C:/JBossServers/jboss-5.0.0.CR1/server/default/deploy/messaging/"
I found the destinations-service.xml Deployment, and it did not have any children. I am
thinking this is the key. All the Topics and Queues that I am expecting to see are all
defined in the destinations-service.xml file.
I am thinking in the Hudson testsuite the JMS Unit Test, which adds a Topic/Queue through
the profile service, is running before the ProfileService Unit Test, and that is why the
test in the ProfileService Unit Test is passing the size() > 0
What do you think?
Thanks
Mark
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134983#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...