[jboss-jira] [JBoss JIRA] (AS7-2878) Properly expose JCA pool properties
Brian Stansberry (JIRA)
jira-events at lists.jboss.org
Wed Jan 18 15:44:18 EST 2012
[ https://issues.jboss.org/browse/AS7-2878?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Brian Stansberry resolved AS7-2878.
-----------------------------------
Resolution: Done
These "properties" attributes have been removed from the thread pool and thread factory resources.
> Properly expose JCA pool properties
> -----------------------------------
>
> Key: AS7-2878
> URL: https://issues.jboss.org/browse/AS7-2878
> Project: Application Server 7
> Issue Type: Bug
> Components: Domain Management, JCA
> Reporter: Heiko Braun
> Assignee: Brian Stansberry
> Fix For: 7.1.0.Final
>
>
> they need to be subresources:
> {noformat}
> [INFO] {
> [INFO] "operation" => "add",
> [INFO] "address" => [
> [INFO] ("subsystem" => "jca"),
> [INFO] ("workmanager" => "default"),
> [INFO] ("short-running-threads" => "default-short-running-threads"),
> [INFO] ("properties" => "property_name")
> [INFO] ],
> [INFO] "value" => "property_value",
> [INFO] "boot-time" => false
> [INFO] }
> [ERROR] 2011-12-01 16:09:13,299 [ERROR] On Thu Dec 01 16:09:13 CET 2011, MessageCenter received Failed: Create property property_name
> [ERROR] 2011-12-01 16:09:13,300 [ERROR] Message{conciseMessage='Failed: Create property property_name', detailedMessage='{
> [ERROR] "outcome" => "failed",
> [ERROR] "failure-description" => "JBAS014739: No handler for add at address [
> [ERROR] (\"subsystem\" => \"jca\"),
> [ERROR] (\"workmanager\" => \"default\"),
> [ERROR] (\"short-running-threads\" => \"default-short-running-threads\"),
> [ERROR] (\"properties\" => \"property_name\")
> [ERROR] ]",
> [ERROR] "rolled-back" => true,
> [ERROR] "response-headers" => {"process-state" => "reload-required"}
> [ERROR] }', fired=Thu Dec 01 16:09:13 CET 2011, severity=Error, options=[]}
> {noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list