[jboss-as7-dev] Operations and {request,reply}-properties

Heiko W.Rupp hrupp at redhat.com
Thu May 19 07:41:03 EDT 2011


Hi,

Operation descriptions usually have 

[domain at localhost:9999 subsystem=security] /profile=default/subsystem=jms/queue=testQueue:read-operation-description(name=add)
{
    "outcome" => "success",
    "result" => {
        "operation-name" => "add",
        "description" => "Add a queue.",
        "request-properties" => {
......       
       },
        "reply-properties" => {}
    },

Should that be true for all operations?

I see e.g. in subsystem=security land :

[domain at localhost:9999 subsystem=security] ./security-domain=other:read-operation-description(name=list-cached-principals)    
{
    "outcome" => "success",
    "result" => {
        "operation-name" => "list-cached-principals",
        "description" => "Lists the principals stored in the authentication cache for this security domain."
    },
    "compensating-operation" => undefined
}





More information about the jboss-as7-dev mailing list