# RunCheck-2007-04-02-1940.txt       UTF-8                  dh:2007-04-02
#
# This test uses RunCheck 0.00 to perform CheckChoice using
# %OdmClasses%\ODMJNI100.jar as the source of the ODMJNI1.0 0.58beta
# runtime.
#
# A second test is performed to demonstrate that it is a jar being used,
# by providing a non-existent .jar parameter.
#
# The image RunCheck-2007-04-02-1937-JarPathChoice shows this transcript
# running in the console session at the point where the ODMA Selection
# dialog is about to be cancelled.
#
# The file RunCheck-2007-04-02-1939-odma.txt provides the ODMA Connection
# Manager log produced for the first RunCheck of this transcript.


19:36:20.32 C:\MyProjects\java\ODMdev\info\odma\odmjni100\test\Check04> RunCheck  CheckChoice \ODMJNI100.jar
**   RunCheck.bat 0.00 PERFORMING odmjni100 CONFIRMATION CHECKS
*    OdmJava.bat 0.04 ESTABLISH JAVA ENVIRONMENT FOR ODMJNI
         Using the Java SDK installed at C:\Program Files\Java\jdk1.5.0_09
         Using package class path at C:\MyProjects\java\ODMdev
         and default package path info\odma\odmjni100


CheckChoice> 0.17 Use ODMA Working Documents  (using JNI 1.4)

             > OdmConnection interface acquired:
               ODMJNI 1.0 OdmJniApp 0.12

             > > An ODMA Connection is available.

             > > > A Default DMS is available.

             > > > > returned interface = a working-document implementation:
                     info.odma.practical100.OdmNullWorkingDocument@173a10f
                     ODMJNI 1.0 OdmNullWorkingDocument 0.08

                                dmsAvailable() = false
                          operationSucceeded() = false
                          operationCancelled() = true
                     localOperationRequested() = false

                     viewOnly() = false
                     docID() = null
                     docLocation() = null

                     windowTitle() = null
                     dmsAuthor() = null
                     dmsDocName() = null
                     dmsDocType() = null
                     dmsFormatName() = null

                     Save to New DMS Document? [y]/N: N


             > > > The Default DMS is no longer required.
                   It is released by OdmConnection.release().

             > > The Connection is no longer required.
                 It is released by OdmConnection.release().

             > Interface OdmConnection.release() performed.
               The Default DMS is no longer available.
               The connection is no longer available.

CheckChoice> exit


19:40:04.64 C:\MyProjects\java\ODMdev\info\odma\odmjni100\test\Check04> RunCheck CheckChoice \ODMJNIxxx.jar
**   RunCheck.bat 0.00 PERFORMING odmjni100 CONFIRMATION CHECKS
*    OdmJava.bat 0.04 ESTABLISH JAVA ENVIRONMENT FOR ODMJNI
         Using the Java SDK installed at C:\Program Files\Java\jdk1.5.0_09
         Using package class path at C:\MyProjects\java\ODMdev
         and default package path info\odma\odmjni100


Exception in thread "main" java.lang.NoClassDefFoundError: info/odma/odmjni100/OdmJniBind
        at CheckChoice.hello(CheckChoice.java:40)
        at CheckChoice.main(CheckChoice.java:138)

**   ERRORS IN EXECUTION, ERRORLEVEL = 1
**       Remedy depends on the available error messages from Java.


19:40:38.51 C:\MyProjects\java\ODMdev\info\odma\odmjni100\test\Check04>

# $Header: /ODMdev/info/odma/odmjni100/test/Check04/RunCheck-2007-04-02-1940.txt 1     07-04-02 20:00 Orcmid $

#               *** end of RunCheck-2007-04-02-1940.txt ***