[jboss-jira] [JBoss JIRA] (WFLY-6608) Not clear which input fields are required in resouce adapter add dialog
Chao Wang (JIRA)
issues at jboss.org
Thu May 12 13:16:02 EDT 2016
[ https://issues.jboss.org/browse/WFLY-6608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Chao Wang moved HAL-1097 to WFLY-6608:
--------------------------------------
Project: WildFly (was: HAL)
Key: WFLY-6608 (was: HAL-1097)
Issue Type: Enhancement (was: Bug)
Workflow: GIT Pull Request workflow (was: classic default workflow)
Steps to Reproduce: (was: # Run EAP
# Navigate to resource adapters (Subsystems->Resource Adapters)
# Click on add
# Fill only name
# Click on save)
Affects Version/s: 10.0.0.Final
(was: 2.8.23.Final)
> Not clear which input fields are required in resouce adapter add dialog
> -----------------------------------------------------------------------
>
> Key: WFLY-6608
> URL: https://issues.jboss.org/browse/WFLY-6608
> Project: WildFly
> Issue Type: Enhancement
> Affects Versions: 10.0.0.Final
> Reporter: Chao Wang
> Assignee: Chao Wang
>
> It is not clear which of inputs are required when I want to add new resource adapter. Only name is marked as required, but when I fill only name this error message appears:
> {code}
> Unexpected HTTP response: 500
> Request
> {
> "name" => "foobar",
> "archive" => undefined,
> "module" => undefined,
> "transaction-support" => undefined,
> "operation" => "add",
> "address" => [
> ("subsystem" => "resource-adapters"),
> ("resource-adapter" => "foobar")
> ]
> }
> Response
> Internal Server Error
> {
> "outcome" => "failed",
> "failure-description" => "WFLYJCA0077: At least one of ARCHIVE or MODULE is required",
> "rolled-back" => true
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
More information about the jboss-jira
mailing list