12345678910111213141516171819202122232425262728293031323334353637 |
- dao.factory.default=com.ibm.cognos.internal.hts.persist.dao.openjpa.OpenJPADAOFactory
- deployment.templates=/com/ibm/cognos/internal/hts/service/ws_ht/templates/createManualTask_approve.xml,/com/ibm/cognos/internal/hts/service/ws_ht/templates/createManualTask_notification.xml,/com/ibm/cognos/internal/hts/service/ws_ht/templates/createPushNotificationTask.xml,/com/ibm/cognos/internal/hts/service/ws_ht/templates/createAgentUserTask.xml,/com/ibm/cognos/internal/hts/service/ws_ht/templates/createManualTask_approveRPC.xml,/com/ibm/cognos/internal/hts/service/ws_ht/templates/createAgentUserTaskRPC.xml,/com/ibm/cognos/internal/hts/service/ws_ht/templates/createManualTask_acknowledge.xml,/com/ibm/cognos/internal/hts/service/ws_ht/templates/createManualTask_acknowledgeRPC.xml,/com/ibm/cognos/internal/hts/service/ws_ht/templates/createManualTask_email.xml,/com/ibm/cognos/internal/hts/service/ws_ht/templates/createPushNotificationTask_Message.xml,/com/ibm/cognos/internal/hts/service/ws_ht/templates/createManualTask_generic.xml,/com/ibm/cognos/internal/hts/service/ws_ht/templates/topicTask.xml,/com/ibm/cognos/internal/hts/service/ws_ht/templates/todoTask.xml,/com/ibm/cognos/internal/hts/service/ws_ht/templates/createManualTask_planningReviewer.xml,/com/ibm/cognos/internal/hts/service/ws_ht/templates/createManualTask_planningContributor.xml
- #test.properties=IS THERE SOME OTHER WAY WE CAN DO THIS? WHAT DO YOU SUGGEST?
- #test.properties=C:/Work/main_emf/src/hts/test/build/test.properties
- openjpa.ConnectionFactory=com.ibm.cognos.internal.hts.persist.jdbc.PooledConnectionDatasource
- openjpa.persistence.xml = hts_ans_openjpa.xml
- #uncomment this if required
- #openjpa.jdbc.Schema=PUBLIC
- humanTaskService.version=1
- annotations.version=3
- #set this to false if you want to edit schemas and run them from the script buyer beware
- humanTaskService_annotations.openJpaBuildSchemas=true
- annotations.update_1_2=com.ibm.cognos.internal.annotations.schema.SchemaVersionUpdate1_2
- annotations.update_2_3=com.ibm.cognos.internal.annotations.schema.SchemaVersionUpdate2_3
- # emails message body to hide comments on task
- msg.security.enabled=false
- logicalPeopleGroupSupport.CAM=com.ibm.cognos.internal.hts.logicalPeopleGroup.CamLogicalPeopleGroupSupport
- logicalPeopleGroupSupport.CM=com.ibm.cognos.internal.hts.logicalPeopleGroup.ContentManagerLogicalPeopleGroupSupport
- logicalPeopleGroupSupport.EMAIL=com.ibm.cognos.internal.hts.logicalPeopleGroup.EmailLogicalPeopleGroupSupport
- #logicalPeopleGroupSupport.BASIC=com.ibm.cognos.pdisp.hts.logicalPeopleGroup.PlanningLogicalPeopleGroupSupport
- #do we store user names or go to cm
- userNames.cache=true
-
- #what to do if an import finds an existing object (same id)
- deployment.import.overwrite=false
- html.description.allowedTags=span,p,b,br,i,u,strike,ol,ul,li,blockquote,div,table,tbody,tr,td,th,html,body,head,meta,em,hr,strong,tt,title,sup,sub,small,s,h1,h2,h3,h4,h5,h6,font,center,big,a,textarea
|