]
Stefano Maestri reassigned AS7-1212:
------------------------------------
Assignee: Jeff Zhang (was: Stefano Maestri)
:read-operation-description(name=add) shows pool-name as optional,
but deploy without pool-name fail
----------------------------------------------------------------------------------------------------
Key: AS7-1212
URL:
https://issues.jboss.org/browse/AS7-1212
Project: Application Server 7
Issue Type: Bug
Components: Domain Management, JCA
Affects Versions: 7.0.0.CR1
Reporter: Heiko Rupp
Assignee: Jeff Zhang
[domain@localhost:9999 subsystem=datasources]
./data-source=java\:jboss\/datasources\/ExampleDS:read-operation-description(name=add)
{
"outcome" => "success",
"result" => {
"operation-name" => "add",
"description" => "Adds a new data-source",
"request-properties" => {
....
"pool-name" => {
"description" => "Specifies the pool name for the
datasource used for management",
"type" => STRING,
"required" => false
},
So the pool-name is optional, but when I deploy a data source without pool name,
deployment fails:
[Server:server-one] 17:26:49,124 ERROR [stderr] (pool-1-thread-42)
org.jboss.jca.common.api.validator.ValidateException: IJ010068: Missing required attribute
pool-name in org.jboss.jca.common.metadata.ds.DataSourceImpl
--
This message is automatically generated by JIRA.
For more information on JIRA, see: