hi all
i tried to display my spring integration configuration with the graph included in sts. unfortunately it doesn't work really well. my graph looks like shown in the attachment.
i also import a few xml files at the beginning of the applicationContext.xml, but i don't think that this is the main problem...
any ideas how to display all the elements correctly?PHP Code:<context:annotation-config />
<import resource="smsConfig.xml" />
<import resource="emailConfig.xml" />
<import resource="cleanupSms.xml" />
<import resource="cleanupEmail.xml" />
regards
angela


Reply With Quote