Property (XPath Representation) | Description | Example |
|---|---|---|
<config> | ||
<modulename> | Name of the integration module. | CCB-EBS |
<CCB-EBS> | ||
<jdbc_driver_class> | JDBC Driver class | oracle.jdbc.OracleDriver |
<jdbc_xa_driver_class> | JDBC XA Driver class | oracle.jdbc.xa.client.OracleXADataSource |
Workflow Notification Properties | ||
<WorkFlow.Notification> | ||
<from.emailid> | Email ID which should be set in the “From” property of Workflow Notification bean. | Admin.user@yourdomain.com |
<mode> | Type of notification mode | EMAIL |
CCB Application Information | ||
<CCB> | ||
<ApplicationUsername> | CCB Application login username | CCBUSER |
<ApplicationPassword> | CCB Application login password | CCBPWD |
<dbhostname> | CCB Database host name | CCBDB_HOST.yourdomain.com |
<dbport> | CCB Database port number | CCBDB_PORT_NO |
<dbsid> | CCB Database SID | CCBSID |
<dbuser> | CCB Database username | CCBDBUSER |
<dbpwd> | CCB Database password | CCBDBPWD |
<ApplicationHost> | Host name of the CCB application/ server | CCB_HOST.yourdomain.com |
<ApplicationPort> | Port number of the CCB application/ server | CCB_PORT_NO |
<contextRoot> | CCB service context root | CCB_CONTEXT_ROOT _NAME ouaf/XAIApp/xaiserver (for XAI services) ouaf/webservices (for IWS services) |
<protocol> | CCB Service Protocol | http |
<policy> | The security policy that CCB accepts when invoking it’s webservice. | Use oracle/ wss_http_token_client_policy for XAI services or refer to the Security Policies section for more information when invoking IWS services. |
EBS Application Information | ||
<EBS> | ||
<ApplicationUsername> | EBS Application login username | EBSUSER |
<ApplicationPassword> | EBS Application login password | EBSPWD |
<dbhostname> | EBS Database host name | EBSDB_HOST.yourdomain.com |
<dbport> | EBS Database port number | EBSDB_PORT_NO |
<dbsid> | EBS Database SID | EBSSID |
<dbuser> | EBS Database username | EBSDBUSER |
<dbpwd> | EBS Database password | EBSDBPWD |
SOA Information | ||
<config> <SOA> | ||
Admin Server Information | ||
<AdminServer> | ||
<hostname> | Host name of the server where admin server hosting SOA suite is installed. | adminserver.example.oracle.com |
<portnumber> | Port number the admin server (hosting SOA suite) is listening to. | 7001 |
<servername> | Admin server name (hosting SOA suite) | AdminServer |
<username> | User name used to log in as an Admin server (hosting SOA suite) administrator. | weblogic |
<password> | Password used to log in as an Admin server (hosting SOA suite) administrator. | weblogic |
<domainname> | WebLogic domain name hosting SOA suite. | soa_domain |
Managed Server Information | ||
<ManagedServer> | ||
<hostname> | Host name of the server where managed server (hosting SOA suite) is installed. | managedserver.example.oracle.com |
<portnumber> | Port number the managed server (hosting SOA suite) is listening to. | 8001 |
<servername> | Managed server name (hosting SOA suite) | Managedserver1 |
<username> | User name used to log in to managed server (hosting SOA suite) as an administrator. | weblogic |
<password> | Password used to log in to managed server (hosting SOA suite) as an administrator. | |
Oracle HTTP Server Information | ||
<OHS> | In case of non-cluster environment these properties would be same as <ManagedServer> values | |
<hostname> | Oracle HTTP server host name | Oracle http server where cluster is managed |
<portnumber> | Oracle HTTP server port number | Port number of the Oracle http server |
<servernames> | Provide the list of managed server(s) | In case of multiple managed servers, provide comma separated values. Example: soa_server1, soa_server2 |
<Protocol> | Oracle HTTP Server Protocol. The protocol on which Oracle HTTP Server can be accessed. | http or https |
MDS DB Information | ||
<mdsconfig> | ||
<mdsdbusername> | User name used to log in to MDS schema. | XXX_MDS |
<mdsdbuserpassword> | Password used to log in to MDS schema. | XXX_MDSPWD |
<mdsdbhostname> | Host name of the server hosting the database containing MDS schema. | Db.hostname.oracle.com |
<mdsdbportnumber> | Port number of the database containing MDS schema. | 1521 |
<mdsdbsid> | SID of the database containing MDS schema. | SID |
Integration DB Information | ||
<db> | ||
<adminusername> | SOA Database admin user name | system |
<adminpassword> | SOA Database admin password | manager |
<username> | Integration schema name to access SOA database for CCB-EBS Lookup tables etc | ccbebsuser |
<password> | Integration schema password | ccbebspwd |
<user.createflag> | This flag controls whether an Integration schema user is created. If the user is already created then this will be set to false for the next installation. | true |
<hostname> | SOA Database host name | Db.sample.oracle.com |
<portnumber> | SOA Database port number | 1521 |
<sid> | SOA Database SID | SID |
Email Information | ||
<EMAIL> | ||
<MailAccessProtocol> | E-mail receiving protocol. The possible values are IMAP and POP3. Required only if e-mail is supported on the driver instance. | IMAP |
<OutgoingDefaultFromAddr> | The default FROM address (if one is not provided in the outgoing message) | admin@yourcompany.com |
<OutgoingMailServer> | The name of the SMTP server. Mandatory only if an e-mail needs to be sent. | host.yourdomain.com |
<OutgoingMailServerPort> | The port number of SMTP server. | 465 |
<OutgoingMailServerSecurity> | The security used by SMTP server. Possible values are None, TLS, and SSL. Default value is None. | SSL |
<OutgoingUsername> | The user name used for SMTP authentication. Required only if SMTP authentication is supported by the SMTP server | admin@yourcompany.com |
<Outgoingpassword> | The password used for SMTP authentication. Required only if SMTP authentication is supported by the SMTP server. | Yourpassword |
<IncomingUserIDs> | The list of user names of the mail accounts the driver instance is polling from. Each name must be separated by a comma. Required only if e-mail receiving is supported on the driver instance. | admin@yourcompany.com |
<IncomingUserPasswords> | The list of passwords corresponding to the user names. Each password is separated by a comma and must reside in the same position in the list as their corresponding user name appears on the user names list. Required only if e-mail receiving is supported on the driver instance. | Yourpassword |
<applicationName> | This is the application name for the user messaging service | CCBEBS |
<Capability> | Sets the driver's capability to send or receive messages. | SEND, RECEIVE, and BOTH. |