Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Edited by: Les Austin, Pawel H Debski and David E. Jones
 
Table of Contents
Table of Contents

Related Documents

 

  • XML File Definitions (Documents Page)

...

Introduction

...

This document describes the configuration of the Service Engine. It starts with an introduction of general ideas and then goes through each part of the serviceengine.xml file and explains the available elements and their usage. The serviceengine.xml file used for the OFBiz applications has examples of a number of different options and is located in

...

The global-services tag is used to define the location of service definition files. This tag has the following two attributes:

Attribute NameRequired?Description
loaderYThe loader referenced from the resource loader definitions.
locationYSpecifies the location that the resource-loader will use inside itself to load the resource.

...

The service-groups tag is used to define the location of the service group definition files. This tag has the following two attributes:

Attribute NameRequired?Description
loaderYThe loader referenced from the resource loader definitions.
locationYSpecifies the location that the resource-loader will use inside itself to load the resource.

ECAs

...

This service-ecas tag is used to define the location of the service event condition action definition files. This tag has the following two attributes:

Attribute NameRequired?Description
loaderYThe loader referenced from the resource loader definitions.
locationYSpecifies the location that the resource-loader will use inside itself to load the resource.

JMS

...

The tag jms-service defines service locations for JMS services.

Attribute NameRequired?Description
nameYThe name of the JMS service, used as the location in service definitions.
send-modeYThe mode which to send the defined servers (below) can be: none, all, first-available, random, round-robin, or least-load.

The jms-service tag includes one or more server tags that contain the following attributes:

Attribute NameRequired?Description
jndi-server-nameYThe name of the JNDI server defined in the jndiservers.xml.
jndi-nameYThe name in JNDI for the JMS Factory.
topic-queueYThe name of the topic or queue.
typeYThe JMS type can be either topic or queue.
usernameYuser name used to connect to the topic/queue.
passwordYpassword used to connect to the topic/queue.
listenYtrue/false to enable listening on this queue/topic.

...