Results 1 to 2 of 2

Thread: Integration Graph

  1. #1
    Join Date
    Apr 2010
    Posts
    8

    Lightbulb Integration Graph

    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...
    PHP Code:
        <context:annotation-config />


        <
    import resource="smsConfig.xml" />
        <
    import resource="emailConfig.xml" />
        <
    import resource="cleanupSms.xml" />
        <
    import resource="cleanupEmail.xml" /> 
    any ideas how to display all the elements correctly?

    regards
    angela
    Attached Images Attached Images

  2. #2

    Default

    The Integration graph doesn't support importing elements from other files. You'd need to open each XML file individually to see its components, but at the moment there is no global overview for the Spring Integration application like you have in mind.
    Leo Dos Santos
    Committer, SpringSource Tool Suite

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •