-
Bug
-
Resolution: Done
-
Critical
-
None
-
None
-
All
- When a datasource is created via Console (WildFly 9 CR1) then it always fails when test connection is done on MySQL datasource created via consle.
Following error is thrown :
Unexpected HTTP response: 500
Request
{
"address" => [
("subsystem" => "datasources"),
("data-source" => "MySqlDS")
],
"operation" => "test-connection-in-pool"
}
Response
Internal Server Error
{
"outcome" => "failed",
"failure-description" => "WFLYJCA0040: failed to invoke operation: WFLYJCA0042: failed to match pool. Check JndiName: java:/MySqlDS",
"rolled-back" => true,
"response-headers" => {"process-state" => "reload-required"}
}
- Even after reloading the whole standalone server the test always fails.
- is related to
-
HAL-663 DataSource created via console fails when test connection is done in WildFly 9
-
- Resolved
-