[jboss-jira] [JBoss JIRA] (AS7-4061) CLONE - String configuration parameters for HornetQ address cannot be set via CLI

Brian Stansberry (JIRA) jira-events at lists.jboss.org
Tue Mar 6 18:19:36 EST 2012


     [ https://issues.jboss.org/browse/AS7-4061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Stansberry moved JBPAPP-8365 to AS7-4061:
-----------------------------------------------

              Project: Application Server 7  (was: JBoss Enterprise Application Platform)
                  Key: AS7-4061  (was: JBPAPP-8365)
             Workflow: GIT Pull Request workflow   (was: jira)
    Affects Version/s: 7.1.0.Final
                           (was: EAP 6.0.0 ER 1)
          Component/s: Domain Management
                       JMS
                           (was: HornetQ)
             Security:     (was: Public)
        Fix Version/s: 7.1.2.Final
                           (was: TBD EAP 6)
       Docs QE Status:   (was: NEW)

    
> CLONE - String configuration parameters for HornetQ address cannot be set via CLI
> ---------------------------------------------------------------------------------
>
>                 Key: AS7-4061
>                 URL: https://issues.jboss.org/browse/AS7-4061
>             Project: Application Server 7
>          Issue Type: Bug
>          Components: Domain Management, JMS
>    Affects Versions: 7.1.0.Final
>            Reporter: Pavel Slavicek
>            Assignee: Clebert Suconic
>              Labels: eap6_need_triage
>             Fix For: 7.1.2.Final
>
>
> String configuration parameters for HornetQ address cannot be set via CLI because of the following issue "JBAS014688: Wrong type for value. Expected [STRING] but was OBJECT".
> pwd: 
> /subsystem=messaging/hornetq-server=default/address-setting=#
> [standalone at localhost:9999 address-setting=#:read-attribute(name=redistribution-delay)                
> {
>     "outcome" => "success",
>     "result" => -1L
> }
> [standalone at localhost:9999 address-setting=#] :write-attribute(name=redistribution-delay, value=1000L)
> {"outcome" => "success"}
> [standalone at localhost:9999 address-setting=#:read-attribute(name=redistribution-delay)                
> {
>     "outcome" => "success",
>     "result" => 1000L
> }
> [standalone at localhost:9999 address-setting=#] :write-attribute(name=address-full-policy, value=PAGE)  
> {
>     "outcome" => "failed",
>     "failure-description" => "JBAS014688: Wrong type for value. Expected [STRING] but was OBJECT",
>     "rolled-back" => true
> }
> [standalone at localhost:9999 address-setting=#] :write-attribute(name=address-full-policy, value="PAGE")
> {
>     "outcome" => "failed",
>     "failure-description" => "JBAS014688: Wrong type for value. Expected [STRING] but was OBJECT",
>     "rolled-back" => true
> }
> [standalone at localhost:9999 address-setting=#] :write-attribute(name=expiry-address, value="jms.queue.DLQ")      
> {
>     "outcome" => "failed",
>     "failure-description" => "JBAS014688: Wrong type for value. Expected [STRING] but was OBJECT",
>     "rolled-back" => true
> }
> [standalone at localhost:9999 address-setting=#] ls -l
> ATTRIBUTE                         VALUE                 TYPE    
> address-full-policy               BLOCK                 STRING  
> dead-letter-address               jms.queue.DLQ         STRING  
> expiry-address                    jms.queue.ExpiryQueue STRING  
> last-value-queue                  false                 BOOLEAN 
> max-delivery-attempts             10                    INT     
> max-size-bytes                    10485760              INT     
> message-counter-history-day-limit 10                    INT     
> page-max-cache-size               5                     INT     
> page-size-bytes                   10485760              LONG    
> redelivery-delay                  0                     INT     
> redistribution-delay              -1                    LONG    
> send-to-dla-on-no-route           false                 BOOLEAN 

--
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