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'. http://www.nabble.com/file/4434/jencks_appContext.txt jencks_appContext.txt
Is weblogic JMSXAConnectionFactory compatible with the PooledSpringXAConnectionFactory? Attach is the configuration snippet from spring context file. -- View this message in context: http://www.nabble.com/Weblogic-9.2-JMS-XAConnectionFactory-is-not-compatible-with-PooledSpringXAConnectionFactory--tf2750002.html#a7672523 Sent from the jencks - user mailing list archive at Nabble.com.
