[
https://issues.apache.org/jira/browse/AMQ-4189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13510814#comment-13510814
]
Timothy Bish commented on AMQ-4189:
-----------------------------------
I don't see there's a whole lot we can do here as its more of an issue with the
mixed versions being pulled in by this particular project configuration. Can
you update your project to use the commons-pool v1.6.0 ?
> PooledConnectionFactory with JmsTemplate results in
> MalformedParameterizedTypeException
> ---------------------------------------------------------------------------------------
>
> Key: AMQ-4189
> URL: https://issues.apache.org/jira/browse/AMQ-4189
> Project: ActiveMQ
> Issue Type: Bug
> Components: activemq-pool
> Affects Versions: 5.7.0
> Environment: Tomcat 7.0.27
> Spring 3.1.2
> Reporter: Pragadeesh Prakasam
> Attachments: ConnectionPoolTest.java, jms-local-test.xml
>
>
> <!-- JMS ConnectionFactory to use, configuring the embedded broker using
> XML -->
> <amq:connectionFactory id="jmsFactory" brokerURL="vm://localhost"/>
>
> <!-- Spring JMS Template -->
> <bean id="myJmsTemplate" class="org.springframework.jms.core.JmsTemplate">
> <property name="connectionFactory">
> <!-- lets wrap in a pool to avoid creating a connection per send -->
> <bean
> class="org.springframework.jms.connection.SingleConnectionFactory">
> <property name="targetConnectionFactory">
> <ref local="jmsFactory" />
> </property>
> </bean>
> </property>
> </bean>
> here if we use org.apache.activemq.pool.PooledConnectionFactory instead of
> org.springframework.jms.connection.SingleConnectionFactory,
> we are receiving org.springframework.beans.factory.BeanCreationException:
> Initialization of bean failed; nested exception is
> java.lang.reflect.MalformedParameterizedTypeException
> We got this when we upgraded from ActiveMQ 5.4 to 5.7
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira