Context Node Configuration - Integration for Banner Travel and Expense Management - English - Foundation 22.1 - OnBase - external

Integration for Banner Travel and Expense Management

Platform
OnBase
Product
Integration for Banner Travel and Expense Management
Release
Foundation 22.1
License

The Hyland.Integrations.Ellucian class must be added to the configuration file of the server hosting the TEM application. To add the class:

  1. Locate the applicationContext.xml configuration file for WEB-INF classes on the server hosting the TEM application and open it for editing in a plain-text editor.
  2. Add a <bean> element with the following attributes:
    <bean id="attachmentService" class="com.hyland.integrations.Ellucian.Ellucian" parent="abstractAttachmentService"> </bean>
  3. If any additional properties need to be added, add them as child elements of the <bean> node.
    Note:

    For details on configuring the server, see the help files provided with the server by Ellucian.

  4. Save and close the configuration file.
  5. Restart the TEM application.