I work with sts 2.6.1, spring 3.0.5 and Spring-integration 2.0.0.
I see cvc-complex-type.3.2.2 error in IDE syntaxt checking frequently.
for example in:
error is related to expression attribute.Code:<integration:service-activator input-channel="ch" expression="@eventCacheAspect.invalidateCache(payload)"/>
and in:
error is assigned to error-channel attribute.Code:<jms:message-driven-channel-adapter channel="ch2" destination-name="dest" pub-sub-domain="true" error-channel="errorChannel"/>
CAUTION: jms and integration namespaces are defined and corresponding maven dependencies are defined so required jar files exist in classpath.


Reply With Quote
