Aight then... what is this file for:
server/trunk/applications/console/geronimo-console-standard/src/
main/resources/jms-resource-providers.properties
It contains:
<snip>
provider.activemq.name=ActiveMQ
provider.activemq.rar=org.apache.geronimo.modules/geronimo-activemq-
ra//rar
provider.activemq.dependency=org.apache.geronimo.configs/activemq-
broker//car
</snip>
That looks like information that could be used by the
ActiveMQConnectorHelper no?
I'm not really sure where any of this is used... but I prefer the jms-
resource-providers.properties so that the artifact/version can be
externalized.
Do you know how this stuff works?
--jason
On Mar 19, 2007, at 8:00 PM, Donald Woods wrote:
The Console uses it to "know" what version of the ActiveMQ RAR to
include in the connector plans when they are generated...
applications\console\geronimo-console-standard\src\main\java\org
\apache\geronimo\console\jmsmanager\activemqCF
\ActiveMQConnectorHelper.java
It was never updated after 1.1.1 to match the ActiveMQ level being
used.
I remember in prior releases, this was one of the manual/scripted
updates that had to be made for each release....
BTW - The 1.2 branch needs to be updated too....
-Donald
Jason Dillon wrote:
Anyone know why this is still using:
repository/activemq/rars/activemq-ra-3.2.1.rar
--jason