IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Finding dependent triggers

    Posted Fri March 24, 2006 11:56 PM

    We are needing to stop a connection to a back end system, and will need to do a pub.trigger:suspendRetrieval on all of the triggers that call services that call adapter services that depend on that connection. In developer, you can do a “Find Dependents” on the connection, which will show all of the adapter services that depend on the connection. You can then drill down to the triggers that ultimately fire these adapter services.

    I would like to find a way to program this so that when we shut down a connection, it will suspend all of the dependent triggers. We could just hard code the list of the trigger names, but I think a more maintainable approach would be to do this. By the way, we are on IS 6.1. I am having a hard time finding the services that developer uses to obtain this information. Any ideas?

    Thanks


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: Finding dependent triggers

    Posted Wed March 29, 2006 05:40 AM

    Hi,
    When you go to the developer/lib folder on your file system you can find developer.jar executable file. open the file with winzip and you will find DependencyAPI.class under \com\webMethods\developer\server folder and all related classes under com\webMethods\developer\is\dependency folder.decompile those classes and go through those java codes.It is generating the dependents and references.
    Thanks,
    Jay


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods


  • 3.  RE: Finding dependent triggers

    Posted Thu March 30, 2006 09:05 PM