ACS Abeans Configuration
Project:abeans 
Classification:User's Documentation
Identification:CSL-DOC--
Copyright © by Cosylab Ltd. All Rights Reserved.

Document History

RevisionDateAuthorSectionModification
1.02003-11-14Documentation Generator
allGenerated.
1.12003-11-14Matej Sekoranja
allAdded JVM system properties.

Confidentiality

This document is classified as a public document. Redistribution and use, with or without modification, are permitted provided that:

  1. the copyright notice is retained
  2. a reference to the original document is made in case of modifications
  3. this document may not be distributed for profit except as explicitly permitted by valid licenses.

Table of Contents

1. DefaultCORBAService

2. NamingServiceRemoteDirectory

3. RemoteLoggingService

4. ACS Plug

5. CDBDAL

How to Read this Document

This document's meta-information (authors, revision history, table of contents, ...) can be found above. What follows below is the body of the document. The body is composed of several sections, which may be further composed of subsections.

Typographical styles are used to denote entities of different kinds. For a full list of entities and their respective typographic conventions, please refer to the Styles section of the XML Documentation document.

When viewing the document in a non-printed form, it is possible to submit comments regarding a given section to the document's owner. This is achieved by clicking the mail icon next to the section title. For this to work, your mail must be configured to properly handle the mailto URLs.

1. DefaultCORBAService

DefaultCORBAService.txt
Key Description
* All properties all passed to the ORB (overriding system properties).
debug Can take values 'true' or 'false'. If 'true', plug will print out additional debug information.

2. NamingServiceRemoteDirectory

NamingServiceRemoteDirectory.txt
Key Description
reference Reference to CORBA Naming Service, use IIOP type reference - 'iiop://<host>[:<port>]'.
NOTE: can be set/overriden by NamingServiceRemoteDirectory.reference JVM system property.
debug Can take values 'true' or 'false'. If 'true', plug will print out additional debug information.

3. RemoteLoggingService

RemoteLoggingService.txt
Key Description
CentralizedLogger Context name of the Centralized Logger, defaults to 'Log'.
CacheSize The number of log entries that can be kept in the local cache. When this number is reached, all log entries are transferred to the centralized logging, defaults to '10'.
MaxCacheSize The maximum number of log entries (also for internal purposes) that can be kept in the local cache. When this number is reached, all log entries are lost, defaults to '500'.
MinCachePriority Log entries whose priority is below (smaller than) the one specified with this property will be ignored (neither cached nor submitted to the centralized logging), defaults to '0'.
MaxCachePriority Log entries whose priority exceeds (is greater than) the one specified with this property will be directly transmitted to the centralized logging, bypassing the local cache. If this is less than MinCachePriority, the local cache feature is disabled, defaults to '31'.
MaxThreads The maximum number of threads taken from thread pool by this service, defaults to '10' (minimal 2).
DisableRemoteDirectoryLookup Switch to disable remote directory lookup, defaults to 'false'.
debug Can take values 'true' or 'false'. If 'true', plug will print out additional debug information.

4. ACS Plug

ACSPlug.txt
Key Description
Manager.defaultReference Manager CORBA reference (corbaloc).
NOTE: can be set/overriden by Manager.defaultReference JVM system property.
ACS.Manager JVM property overrides Manager.defaultReference.
debug Can take values 'true' or 'false'. If 'true', plug will print out additional debug information.

5. CDBDAL

CDBDALPlug.txt
Key Description
DAL.defaultReference Default CORBA reference to the DAL remote object...
NOTE: can be set/overriden by DAL.defaultReference JVM system property.
DAO.remote Can take values 'true' or 'false'. If 'true', plug will use remote DAO object, othervise local DAO implementation will be used.
debug Can take values 'true' or 'false'. If 'true', plug will print out additional debug information.