[jboss-jira] [JBoss JIRA] Created: (JBAS-9262) Turn the upload content operation name into something meaningful

Heiko Braun (JIRA) jira-events at lists.jboss.org
Thu Apr 7 07:30:33 EDT 2011


Turn the upload content operation name into something meaningful
----------------------------------------------------------------

                 Key: JBAS-9262
                 URL: https://issues.jboss.org/browse/JBAS-9262
             Project: JBoss Application Server
          Issue Type: Feature Request
      Security Level: Public (Everyone can see)
          Components: Domain Management
            Reporter: Heiko Braun
             Fix For: 7.0.0.Beta4


Currently the operation name is "upload-deployment-url"
(Taken from DomainHttpServer.java)

final ModelNode dmr = new ModelNode();
dmr.get("operation").set("upload-deployment-url");
dmr.get("address").setEmptyList();
dmr.get("url").set(tempUploadFile.toURI().toURL().toString());


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list