[jboss-jira] [JBoss JIRA] Resolved: (AS7-1212) :read-operation-description(name=add) shows pool-name as optional, but deploy without pool-name fail
Jeff Zhang (JIRA)
jira-events at lists.jboss.org
Thu Jul 21 20:59:23 EDT 2011
[ https://issues.jboss.org/browse/AS7-1212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jeff Zhang resolved AS7-1212.
-----------------------------
Fix Version/s: 7.0.1.Final
Resolution: Done
> :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
> Fix For: 7.0.1.Final
>
>
> [domain at 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: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list