[jboss-jira] [JBoss JIRA] (AS7-669) Missing error message for composite operations
Tomaz Cerar (JIRA)
jira-events at lists.jboss.org
Mon Feb 6 12:03:49 EST 2012
[ https://issues.jboss.org/browse/AS7-669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12664535#comment-12664535 ]
Tomaz Cerar commented on AS7-669:
---------------------------------
tested with json composite operation:
{noformat}
{"operation" : "composite", "steps" : [{"address":{},"operation" : "read-resource"},{"address":{},"operation":"validate-address","value":{}}],"json.pretty":1}
{noformat}
and it works as it should
> Missing error message for composite operations
> ----------------------------------------------
>
> Key: AS7-669
> URL: https://issues.jboss.org/browse/AS7-669
> Project: Application Server 7
> Issue Type: Bug
> Components: Domain Management
> Affects Versions: 7.0.0.Beta3
> Reporter: Brian Stansberry
> Assignee: Tomaz Cerar
> Labels: eap6-ux
> Fix For: 7.1.0.Final
>
>
> Heiko Braun reports:
> I don't see any error details when composite op's fail.
> Is it just me or a general problem?
> Request
> {
> "operation" => "composite",
> "address" => [],
> "steps" => [
> {
> "operation" => "write-attribute",
> "address" => [
> ("host" => "local"),
> ("server-config" => "server-one")
> ],
> "name" => "socket-binding-group",
> "value" => "standard-sockets"
> },
> {
> "operation" => "write-attribute",
> "address" => [
> ("host" => "local"),
> ("server-config" => "server-one")
> ],
> "name" => "socket-binding-port-offset",
> "value" => 0
> }
> ],
> "child-type" => undefined
> }
>
> Response
>
> Internal Server Error
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list