[
https://issues.apache.org/jira/browse/AMQ-4946?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hadrian Zbarcea updated AMQ-4946:
---------------------------------
Fix Version/s: 5.9.1
> include activemq-jms-pool in activemq-all
> -----------------------------------------
>
> Key: AMQ-4946
> URL: https://issues.apache.org/jira/browse/AMQ-4946
> Project: ActiveMQ
> Issue Type: New Feature
> Components: Broker
> Affects Versions: 5.9.0
> Reporter: Gary Tully
> Assignee: Gary Tully
> Fix For: 5.9.1, 5.10.0
>
>
> on upgrade from 5.8 to 5.9
> {code}<bean id="con-factory"
> class="org.apache.activemq.spring.ActiveMQConnectionFactory">
> <property name="brokerURL" value="tcp://xxxxx:xxx" />
> </bean>
> <bean id="activemq-for-consumer"
> class="org.apache.activemq.pool.PooledConnectionFactoryBean"
> destroy-method="stop">
> <property name="connectionFactory" ref="con-factory"></property>
> </bean>{code}
> When I ran the old project,I got the exception:
> java.lang.ClassNotFoundException:
> org.apache.activemq.jms.pool.PooledConnectionFactory
> I checked the activemq-all-5.9.0.jarand didn't see the package of
> org.apache.activemq.jms in it.
--
This message was sent by Atlassian JIRA
(v6.2#6252)