You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Jason Dillon (JIRA)" <ji...@apache.org> on 2007/04/11 00:01:33 UTC

[jira] Created: (GERONIMO-3089) geronimo-activemq-ra's ra.xml is missing several config-property elements

geronimo-activemq-ra's ra.xml is missing several config-property elements
-------------------------------------------------------------------------

                 Key: GERONIMO-3089
                 URL: https://issues.apache.org/jira/browse/GERONIMO-3089
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: ActiveMQ
            Reporter: Jason Dillon
         Assigned To: Jason Dillon
             Fix For: 1.2, 2.0-M5


Several configuration properties which are listed ( http://activemq.apache.org/resource-adapter-properties.html ) are not actually configurable in the normal J2EE/JavaEE ra way as the ra.xml is missing config-property elements to define them as configurable.

Specifically these documented properties are missing:

 * AllPrefetchValues
 * DurableTopicPrefetch
 * QueuePrefetch
 * InputStreamPrefetch
 * TopicPrefetch
 * InitialRedeliveryDelay
 * MaximumRedeliveries
 * RedeliveryBackOffMultiplier
 * RedeliveryUseExponentialBackOff

Should also double check the org.apache.activemq.ra.ActiveMQResourceAdapter class for any other properties which may be missing.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (GERONIMO-3089) geronimo-activemq-ra's ra.xml is missing several config-property elements

Posted by "Jason Dillon (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-3089?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12487937 ] 

Jason Dillon commented on GERONIMO-3089:
----------------------------------------

Other properties not on documentation but on the RA impl:

 * QueueBrowserPrefetch
 * UseInboundSessionEnabled
 * UseInboundSession


> geronimo-activemq-ra's ra.xml is missing several config-property elements
> -------------------------------------------------------------------------
>
>                 Key: GERONIMO-3089
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3089
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: ActiveMQ
>            Reporter: Jason Dillon
>         Assigned To: Jason Dillon
>             Fix For: 1.2, 2.0-M5
>
>
> Several configuration properties which are listed ( http://activemq.apache.org/resource-adapter-properties.html ) are not actually configurable in the normal J2EE/JavaEE ra way as the ra.xml is missing config-property elements to define them as configurable.
> Specifically these documented properties are missing:
>  * AllPrefetchValues
>  * DurableTopicPrefetch
>  * QueuePrefetch
>  * InputStreamPrefetch
>  * TopicPrefetch
>  * InitialRedeliveryDelay
>  * MaximumRedeliveries
>  * RedeliveryBackOffMultiplier
>  * RedeliveryUseExponentialBackOff
> Should also double check the org.apache.activemq.ra.ActiveMQResourceAdapter class for any other properties which may be missing.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (GERONIMO-3089) geronimo-activemq-ra's ra.xml is missing several config-property elements

Posted by "Jason Dillon (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-3089?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12487938 ] 

Jason Dillon commented on GERONIMO-3089:
----------------------------------------

This also affects the g1.1-activemq4 tree.

> geronimo-activemq-ra's ra.xml is missing several config-property elements
> -------------------------------------------------------------------------
>
>                 Key: GERONIMO-3089
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3089
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: ActiveMQ
>            Reporter: Jason Dillon
>         Assigned To: Jason Dillon
>             Fix For: 1.2, 2.0-M5
>
>
> Several configuration properties which are listed ( http://activemq.apache.org/resource-adapter-properties.html ) are not actually configurable in the normal J2EE/JavaEE ra way as the ra.xml is missing config-property elements to define them as configurable.
> Specifically these documented properties are missing:
>  * AllPrefetchValues
>  * DurableTopicPrefetch
>  * QueuePrefetch
>  * InputStreamPrefetch
>  * TopicPrefetch
>  * InitialRedeliveryDelay
>  * MaximumRedeliveries
>  * RedeliveryBackOffMultiplier
>  * RedeliveryUseExponentialBackOff
> Should also double check the org.apache.activemq.ra.ActiveMQResourceAdapter class for any other properties which may be missing.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (GERONIMO-3089) geronimo-activemq-ra's ra.xml is missing several config-property elements

Posted by "Prasad Kashyap (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-3089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Prasad Kashyap updated GERONIMO-3089:
-------------------------------------

    Fix Version/s:     (was: 2.0-M5)
                   2.0

> geronimo-activemq-ra's ra.xml is missing several config-property elements
> -------------------------------------------------------------------------
>
>                 Key: GERONIMO-3089
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3089
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: ActiveMQ
>            Reporter: Jason Dillon
>            Assignee: Jason Dillon
>             Fix For: 1.2, 2.0
>
>
> Several configuration properties which are listed ( http://activemq.apache.org/resource-adapter-properties.html ) are not actually configurable in the normal J2EE/JavaEE ra way as the ra.xml is missing config-property elements to define them as configurable.
> Specifically these documented properties are missing:
>  * AllPrefetchValues
>  * DurableTopicPrefetch
>  * QueuePrefetch
>  * InputStreamPrefetch
>  * TopicPrefetch
>  * InitialRedeliveryDelay
>  * MaximumRedeliveries
>  * RedeliveryBackOffMultiplier
>  * RedeliveryUseExponentialBackOff
> Should also double check the org.apache.activemq.ra.ActiveMQResourceAdapter class for any other properties which may be missing.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (GERONIMO-3089) geronimo-activemq-ra's ra.xml is missing several config-property elements

Posted by "Jason Dillon (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-3089?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12488150 ] 

Jason Dillon commented on GERONIMO-3089:
----------------------------------------

Discussion thread here: http://www.nabble.com/RA-properties-tf3556020s2354.html

> geronimo-activemq-ra's ra.xml is missing several config-property elements
> -------------------------------------------------------------------------
>
>                 Key: GERONIMO-3089
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3089
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: ActiveMQ
>            Reporter: Jason Dillon
>         Assigned To: Jason Dillon
>             Fix For: 1.2, 2.0-M5
>
>
> Several configuration properties which are listed ( http://activemq.apache.org/resource-adapter-properties.html ) are not actually configurable in the normal J2EE/JavaEE ra way as the ra.xml is missing config-property elements to define them as configurable.
> Specifically these documented properties are missing:
>  * AllPrefetchValues
>  * DurableTopicPrefetch
>  * QueuePrefetch
>  * InputStreamPrefetch
>  * TopicPrefetch
>  * InitialRedeliveryDelay
>  * MaximumRedeliveries
>  * RedeliveryBackOffMultiplier
>  * RedeliveryUseExponentialBackOff
> Should also double check the org.apache.activemq.ra.ActiveMQResourceAdapter class for any other properties which may be missing.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (GERONIMO-3089) geronimo-activemq-ra's ra.xml is missing several config-property elements

Posted by "David Jencks (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-3089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Jencks reassigned GERONIMO-3089:
--------------------------------------

    Assignee: David Jencks  (was: Jason Dillon)

> geronimo-activemq-ra's ra.xml is missing several config-property elements
> -------------------------------------------------------------------------
>
>                 Key: GERONIMO-3089
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3089
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: ActiveMQ
>            Reporter: Jason Dillon
>            Assignee: David Jencks
>             Fix For: 2.0.x
>
>
> Several configuration properties which are listed ( http://activemq.apache.org/resource-adapter-properties.html ) are not actually configurable in the normal J2EE/JavaEE ra way as the ra.xml is missing config-property elements to define them as configurable.
> Specifically these documented properties are missing:
>  * AllPrefetchValues
>  * DurableTopicPrefetch
>  * QueuePrefetch
>  * InputStreamPrefetch
>  * TopicPrefetch
>  * InitialRedeliveryDelay
>  * MaximumRedeliveries
>  * RedeliveryBackOffMultiplier
>  * RedeliveryUseExponentialBackOff
> Should also double check the org.apache.activemq.ra.ActiveMQResourceAdapter class for any other properties which may be missing.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (GERONIMO-3089) geronimo-activemq-ra's ra.xml is missing several config-property elements

Posted by "Jason Dillon (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-3089?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12488148 ] 

Jason Dillon commented on GERONIMO-3089:
----------------------------------------

Related to: http://issues.apache.org/activemq/browse/AMQ-1225

> geronimo-activemq-ra's ra.xml is missing several config-property elements
> -------------------------------------------------------------------------
>
>                 Key: GERONIMO-3089
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3089
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: ActiveMQ
>            Reporter: Jason Dillon
>         Assigned To: Jason Dillon
>             Fix For: 1.2, 2.0-M5
>
>
> Several configuration properties which are listed ( http://activemq.apache.org/resource-adapter-properties.html ) are not actually configurable in the normal J2EE/JavaEE ra way as the ra.xml is missing config-property elements to define them as configurable.
> Specifically these documented properties are missing:
>  * AllPrefetchValues
>  * DurableTopicPrefetch
>  * QueuePrefetch
>  * InputStreamPrefetch
>  * TopicPrefetch
>  * InitialRedeliveryDelay
>  * MaximumRedeliveries
>  * RedeliveryBackOffMultiplier
>  * RedeliveryUseExponentialBackOff
> Should also double check the org.apache.activemq.ra.ActiveMQResourceAdapter class for any other properties which may be missing.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (GERONIMO-3089) geronimo-activemq-ra's ra.xml is missing several config-property elements

Posted by "David Jencks (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-3089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Jencks closed GERONIMO-3089.
----------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 2.0.x)
                   2.1

Actually this was a problem in geronimo -- although I think it's totally insane, the j2ca spec says that the ra.xml does not have to list all the config-properties.
Fixed as  GERONIMO-3480

> geronimo-activemq-ra's ra.xml is missing several config-property elements
> -------------------------------------------------------------------------
>
>                 Key: GERONIMO-3089
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3089
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: ActiveMQ
>            Reporter: Jason Dillon
>            Assignee: David Jencks
>             Fix For: 2.1
>
>
> Several configuration properties which are listed ( http://activemq.apache.org/resource-adapter-properties.html ) are not actually configurable in the normal J2EE/JavaEE ra way as the ra.xml is missing config-property elements to define them as configurable.
> Specifically these documented properties are missing:
>  * AllPrefetchValues
>  * DurableTopicPrefetch
>  * QueuePrefetch
>  * InputStreamPrefetch
>  * TopicPrefetch
>  * InitialRedeliveryDelay
>  * MaximumRedeliveries
>  * RedeliveryBackOffMultiplier
>  * RedeliveryUseExponentialBackOff
> Should also double check the org.apache.activemq.ra.ActiveMQResourceAdapter class for any other properties which may be missing.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (GERONIMO-3089) geronimo-activemq-ra's ra.xml is missing several config-property elements

Posted by "Matt Hogstrom (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-3089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matt Hogstrom updated GERONIMO-3089:
------------------------------------

    Fix Version/s:     (was: 1.2)
                       (was: 2.0)
                   2.0.x

Good candidate for a 2.0.1.

> geronimo-activemq-ra's ra.xml is missing several config-property elements
> -------------------------------------------------------------------------
>
>                 Key: GERONIMO-3089
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3089
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: ActiveMQ
>            Reporter: Jason Dillon
>            Assignee: Jason Dillon
>             Fix For: 2.0.x
>
>
> Several configuration properties which are listed ( http://activemq.apache.org/resource-adapter-properties.html ) are not actually configurable in the normal J2EE/JavaEE ra way as the ra.xml is missing config-property elements to define them as configurable.
> Specifically these documented properties are missing:
>  * AllPrefetchValues
>  * DurableTopicPrefetch
>  * QueuePrefetch
>  * InputStreamPrefetch
>  * TopicPrefetch
>  * InitialRedeliveryDelay
>  * MaximumRedeliveries
>  * RedeliveryBackOffMultiplier
>  * RedeliveryUseExponentialBackOff
> Should also double check the org.apache.activemq.ra.ActiveMQResourceAdapter class for any other properties which may be missing.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.