Configuration Properties
The following tables list the properties for configuring the database of order management services.
Authorization Service Properties
| Property Name | Default Property Value |
|---|---|
| default.tenant.id | TIBCO |
| logging.config | config/logback_auth.xml |
| Property Name | Default Property Value |
|---|---|
| datasource.driver-class-name | org.postgresql.Driver |
| datasource.url | jdbc:postgresql://localhost:5432/admindbll |
| hibernate.temp.use_jdbc_metadata_defaults | false |
| datasource.initial_size | 10 |
| datasource.max_wait | 30000 |
| datasource.max_active | 100 |
| datasource.max_idle | 100 |
| datasource.min_idle | 10 |
| datasource.username | adminuserll |
| datasource.password | adminuserll |
| hibernate.dialect | org.hibernate.dialect.PostgreSQLDialect |
| hibernate.show_sql | false |
| Property Name | Default Property Value |
|---|---|
| authentication.token.signing.key | 1t1s@asy |
| authorization.access.token.validity | 43200 |
| authorization.refresh.token.validity | 2592000 |
| authorized.client.id | order-management-client |
| authorized.client.secret | order-management-secret |
Catalog Engine Configuration Properties
| Property Name | Default Property Value |
|---|---|
| redisHostCatalog | localhost |
| redisPortCatalog | 6379 |
| logging.config | config/logback_catalog.xml |
| Property Name | Default Property Value |
|---|---|
| com.tibco.catalog.loading.using.ems | false |
| ems.server.url | tcp://localhost:7222 |
| ems.server.username | admin |
| ems.server.password | admin |
| jndi.connectionFactory | GenericConnectionFactory |
| initial.context.factory | com.tibco.tibjms.naming.TibjmsInitialContextFactory |
| jms.session.transacted | true |
| jms.set.timeout.receive.calls | 10000 |
| concurrent.ems.consumers | 5 |
| product.catalog.loading.queue | tibco.aff.catalog.product.request |
| planfragment.catalog.loading.queue | tibco.aff.catalog.planfragment.request |
| Property Name | Default Property Value |
|---|---|
| authentication.token.signing.key | 1t1s@asy |
| Property Name | Default Property Value |
|---|---|
| authorization.server.protocol | http |
| authorization.server.host | localhost |
| authorization.server.port | 9091 |
| authorized.client.id | order-management-client |
| authorized.client.secret | order-management-secret |
Orchestrator Engine Configuration Properties
| Property Name | Default Property Value |
|---|---|
| enableAuditTrail | false |
| enableLogNotifications | false |
| logNotificationTypes | * |
| mapOrderIdWithRef | false |
| validateDuplicateOrder | false |
| recoverFailedOrder | false |
| enablePurgeCompleteOrder | false |
| processComponentMode | REST |
| pcNotificationPubEndpoint | process-component |
| numCachedMachines | 100 |
| enableStats | false |
| redisHost | localhost |
| redisPort | 6379 |
| redisHostStat | localhost |
| redisPortStat | 6379 |
| redisHostCatalog | localhost |
| redisPortCatalog | 6379 |
| productCacheExpiryPeriod | 30 |
| enablePlanFragmentGlobalCache | false |
| enableProductModelGlobalCache | false |
| extResource.aopdProtocol | http |
| extResource.aopdHost | localhost |
| extResource.aopdPort | 9094 |
| extResource.aopdPath | /v1/generatePlan |
| spring.profiles.active | DEV |
| spring.jackson.serialization.WRITE_DATES_AS_TIMESTAMPS | false |
| spring.jackson.default-property-inclusion | NON_NULL |
| logging.config | config/logback_orch.xml |
| Property Name | Default Property Value |
|---|---|
| enableFTLNotifications | false |
| ftlNotificationTypes | * |
| enableBatchNotification | false |
| realmHost | localhost |
| realmPort | 8080 |
| realmAppName | fom-orch |
| realmUsr | guest |
| realmPswd | guest-pw |
| realmAppIdentifier | default |
| realmClientLabel | fom-orch |
| realmNotificationEndpoint | fom-orch |
| pcNotificationSubEndpoint | pc-subscriber |
| Property Name | Default Property Value |
|---|---|
| extResource.pcProtocol | http |
| extResource.pcHost | localhost |
| extResource.pcPort | 9089 |
| extResource.pcPath | /v1/planitem/executionrequest |
| Property Name | Default Property Value |
|---|---|
| authentication.token.signing.key | 1t1s@asy |
| Property Name | Default Property Value |
|---|---|
| authorization.server.protocol | http |
| authorization.server.host | localhost |
| authorization.server.port | 9091 |
| authorized.client.id | order-management-client |
| authorized.client.secret | order-management-secret |
Data Service Engine Configuration Properties
| Property Name | Default Property Value |
|---|---|
| redisHost | localhost |
| redisPort | 6379 |
| spring.jackson.default-property-inclusion | NON_EMPTY |
| enableUniqueUDFNames | false |
| Logging Configuration file Path | config/logback_dataservice.xml |
| Property Name | Default Property Value |
|---|---|
| authentication.token.signing.key | 1t1s@asy |
| Property Name | Default Property Value |
|---|---|
| authorization.server.protocol | https, http |
| authorization.server.host | localhost |
| authorization.server.port | 9091 |
| authorized.client.id | order-management-client |
| authorized.client.secret | order-management-secret |
TM Forum Adapter Configuration Properties
| Property Name | Default Property Value |
|---|---|
| om.server.protocol | https, http |
| om.server.host | localhost |
| om.server.port | 9093 |
| om.server.submit.order.path | /v1/order |
| spring.jackson.default-property-inclusion | NON_NULL |
| om.server.withdraw.order.path | /v1/order |
| om.server.order.details.path | /v1/order |
| Property Name | Default Property Value |
|---|---|
| auth.service.protocol | http |
| auth.service.host | localhost |
| auth.service.port | 9091 |
| auth.service.path | /oauth/token |
| auth.service.username | admin |
| auth.service.password | admin |
| om.server.tenantid | TIBCO |
| auth.service.order-management-client | order-management-client |
| auth.service.order-management-secret | order-management-secret |
| useAccessTokenFromProperty | false |
| access.token | |
| logging.config | config/logback_tmf.xml |
Automated Order Plan Development Configuration Properties
| Property Name | Default Property Value |
|---|---|
| com.tibco.af.aopd.cacheType | redis |
| redisHostCatalog | localhost |
| redisPortCatalog | 6379 |
| productCacheExpiryPeriod | 30 |
| enablePlanFragmentGlobalCache | false |
| enableProductModelGlobalCache | false |
| com.tibco.af.aopd.cacheType.cache.maxNoProductcached | 0 |
| Property Name | Default Property Value |
|---|---|
| tnt##nonexecutingPlanfragmentID | NON_EXECUTING |
| logging.config | config/logback_aopd.xml |
| Property Name | Default Property Value |
|---|---|
| tnt##com.tibco.af.aopd.flags.affinity.affinityudfnamemerge | false |
| tnt##com.tibco.af.aopd.flags.affinity.characterisitcswithoutaffinitypostfix | - |
| tnt##com.tibco.af.aopd.flags.skipitemsequence | -1 |
| tnt##com.tibco.af.aopd.flags.affinity.mergeaffinityitemdescription | false |
| tnt##com.tibco.af.aopd.flags.singleuse.hierarchysingleuse | false |
| tnt##com.tibco.af.aopd.flags.affinity.enableaffinityudfparent | false |
| tnt##com.tibco.af.aopd.flags.udflist | EPMR_ACTION_PROVIDE,EPMR_ACTION_UPDATE,EPMR_ACTION_CEASE,EPMR_ACTION_WITHDRAW,COMPENSATE_PROVIDE,COMPENSATE_UPDATE,COMPENSATE_CEASE,MODIFICATION_IDENTIFYING_ATTR |
| tnt##com.tibco.af.aopd.flags.enablebidirectionallinkid | false |
| tnt##com.tibco.af.aopd.flags.amendment.enablemodificationidentifyingattribute | false |
| tnt##com.tibco.af.aopd.flags.amendment.noDependencyInCOMPPlanItems | false |
| tnt##com.tibco.af.aopd.flags.amendment.dateshiftcompredo | false |
| tnt##com.tibco.af.aopd.flags.amendment.compensateRestartForNoEPMRChar | false |
| tnt##com.tibco.af.aopd.flags.allowmultiplerequiredproducts | false |
| tnt##com.tibco.af.aopd.flags.ignorepdofirstchilddependency | false |
| tnt##com.tibco.af.aopd.flags.handleconflict | Apply |
| com.tibco.af.aopd.flags.handlepcocircularDependency | Error |
| tnt##com.tibco.af.aopd.flags.includeonlyproductorderline | false |
| tnt##com.tibco.af.aopd.flags.includeproductmodelcharacteristics | false |
| tnt##com.tibco.af.aopd.flags.enableparentidudfcheck | false |
Copyright © Cloud Software Group, Inc. All rights reserved.
