I've tried to configure the Weblogic9.2 JMS and Jencks for the pooling in
Spring Framework and deploy it to the tomcat. When i started up the tomcat,
there was an exception thrown indicating that
'org.springframework.beans.TypeMismatchException: Failed to convert property
value of type [weblogic.jms
.client.JMSXAConnectionFactory] to required type
[javax.jms.XAConnectionFactory] for property 'connectionFactory'; nested
exceptio
n is java.lang.IllegalArgumentException: No matching editors or conversion
strategy found'.
Is weblogic JMSXAConnectionFactory compatible with the
PooledSpringXAConnectionFactory?
The following is my Spring configuration snippet:
Code:
weblogic.jndi.WLInitialContextFactory
t3://localhost:7001
--
View this message in context:
http://www.nabble.com/Weblogic-9.2-JMS-XAConnectionFactory-is-not-compatible-with-PooledSpringXAConnectionFactory--tf2749993.html#a7672477
Sent from the jencks - user mailing list archive at Nabble.com.