"timfox" wrote : Ok, I am confused here.
|
| I am looking through the management "integration" tests expecting to see a
set of tests which basically do what the user will do. i.e. send management messages from
the client to the server, and verify the results.
|
| But I can't find any, all I see is tests (which look more like unit tests) which
call the control objects directly.
|
| Am I looking in the wrong place?
The management integration tests use the same code base for JMX and core messages.
The only differences is how they build the management interface proxy:
* with JMX, it is directly the MBean Proxy
* with core messages, there is a CoreMessagingProxy which proxies the management call on
the client side to a core message sent to the server side
This was done to have the same test codebase for both JMX and core messages.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4223916#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...