]
Brian Stansberry commented on WFLY-6608:
----------------------------------------
WFCORE-1556 is about some standard metadata changes that will make this kind of thing
better described without relying on the text description.
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
Fix For: 10.1.0.Final
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}