I'm trying the example at http://jencks.org/Message+Driven+POJOs with spring 1.2.5 and activemq 3.1 with an embedded broker configuration
Every time i get it started it falls down with this execution: org.springframework.beans.NotWritablePropertyException: Invalid property 'jcaContainer' of bean class [org.jencks.JCAConnector]: Bean property 'jcaContainer' is not writable or has an invalid setter method: Does the parameter type of the setter match the return type of the getter? Indeed org.jenks.JCAConnector doesn't have a jcaContainer property. Any hint is appreciated, thanks -- Massimo
