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

java.lang.ClassNotFoundException: com/covigo/data/FileSource

  • 1.  java.lang.ClassNotFoundException: com/covigo/data/FileSource

    Posted Thu September 11, 2003 03:33 PM

    A Pocket PC application needs, according to flow.log, the class FileSource because the application tries to open a local file.

    According to the TMS 1.1.2 documentation, the class com.covigo.data.FileSource is contained within com.covigo.data.DefaultDataAdapter. However, although I copied this file over to the Pocket PC the error persists.

    Do I need any other classes too?


    Karnail Jita
    Software AG (UK) Ltd


    #webMethods
    #Tamino
    #API-Management


  • 2.  RE: java.lang.ClassNotFoundException: com/covigo/data/FileSource

    Posted Thu September 18, 2003 05:46 PM

    the only available data adapter available on the smartclient is the Tamino Mobile DB data adapter. All other adapters are for backend integration and thus not supported on the smartclient.
    The File adapter is not available on the smartclient and thus not present in mini_flow.jar and it doesn’t help to copy additional classes there as they are not supported by the limited JDK implementation on Pocket PC devices.


    #webMethods
    #API-Management
    #Tamino