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

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

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.