WebLogic Server 7.0 Code Examples, BEA Systems, Inc.

Package examples.wtc.atmi.simpconv

This example demonstrates the ability of WebLogic Tuxedo Connector to allow Tuxedo to interoperate with a Weblogic Server application using conversations.

See:
          Description

Class Summary
TuxedoServerConversationBean ToupperBean is a stateful SessionBean.
 

Package examples.wtc.atmi.simpconv Description

This example demonstrates the ability of WebLogic Tuxedo Connector to allow Tuxedo to interoperate with a Weblogic Server application using conversations.

Configure the example

simpconv uses the same configuration that is required for convsimp.
  • If you have completed the convsimp example, you are ready run simpconv.
  • Otherwise, complete the convsimp example.

    Run the example

    Run the convcl client.
    1. Change directories to the Tuxedo convsimp directory
    2. Execute the convcl client followed by a space and string of characters.

      Example:
         convcl asdf
      The WLS service replys to your Tuxedo client with:
         First sends completed normally.  Starting recv loop
         Returned buffer OK iteration 1.
         Second sends completed normally.  Starting recv loop
         Returned buffer OK iteration 1.

    Use TraceLevel

    If you have a problem running the simpconv example, use the WTC tracing feature. Add the TraceLevel attribute to your startWebLogic script.
    Example:
       -Dweblogic.wtc.TraceLevel=20000
    A TraceLevel of 20000 traces all of the calls to the Tuxedo object in the client.

    There's more...

    For more information about WebLogic Server WebLogic Tuxedo Connector, see:


    Documentation is available at
    http://e-docs.bea.com/wls/docs70

    Copyright © 2002 BEA Systems, Inc. All Rights Reserved.