On Tuesday, September 13, 2011 3:54:27 PM marcin.kasinski wrote: > Sorry. > I was wrong. > cxf-rt-transports-jms-2.4.2.jar was not on classpath. > > After adding this jar I have java.lang.NoClassDefFoundError: > org/springframework/beans/factory/InitializingBean
The JMS transport requires a bunch of things from Spring. Make sure the spring jars that we ship are available on the classpath as well. -- Daniel Kulp [email protected] http://dankulp.com/blog Talend - http://www.talend.com
