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
Expand all | Collapse all

Hide the Shared tab in a java service

  • 1.  Hide the Shared tab in a java service

    Posted Mon October 04, 2004 02:17 PM

    Hi All,
    Can anyone tell me how to hide the “Shared” tab in a java service?
    Or how to make the “Source” and “Shared” tab read only in any java service?
    Thanks in Advance.

    Saroj


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


  • 2.  RE: Hide the Shared tab in a java service

    Posted Tue October 05, 2004 07:56 AM

    Getting rid of the .java source, the .idf files and the .frag files will eliminate all source from your java services.

    Track down any *.idf files under the ns directory and delete them. That’s where the shared source lives.

    Blowing away the .frag files and .java files will ensure there is no other source remaining.

    I’d recommend doing this in the exported zip file to make sure you don’t accidentally blow away something important. (open up winzip, sort by type and track down .java, .idf and .frag files and delete them… so long as the .class files are still there, your java services will run fine).

    Regards,
    Nathan
    WmUnit Unit testing framework for webMethods


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