Migration Changes from CT 17.1.4 to CT 19.1
The following table lists the technical changes in Canvas Technology platform from version 17.1.4 to 19.1:
No. | Subject | Changes |
---|---|---|
1 | DB - Changes in CT Tables |
|
2 | DB - updates for existing configurations |
|
3 | Web - App Config Changes |
# The data source that is used by the CT framework helps to connect with the file data import schema
CT_FW_FILEIMPORT_DATASOURCE=java:/ModelHouseCT
# This is used for an initialization of the queue
REPORT_QUEUE_INITIAL_CONTEXT_FACTORY=org.jnp.interfaces.NamingContextFactory
# This is used for the connectivity
REPORT_JMS_CONNECTION_FACTORY=java:JmsXA
# This mentions the location of the report
REPORT_QUEUE_JNDI_URL=localhost:8082
# This is used to specify the file name
REPORT_FILE_NAME=REPORT_NAME+YEAR+MONTH2+DAY+HOURS+MINUTES+SECONDS
# This is used to generalize the archieval path
REPORT_GROUP_ARCHIEVED_PATH=/InfoReport/Archived/CORPORATE_ID/USER_NUMBER
# This is used to specify the group file name
REPORT_GROUP_FILE_NAME=REPORT_GROUP_NAME+YEAR+MONTH2+DAY+HOURS+MINUTES+SECONDS
log.level.dataimport=debug # This is used to set the logger level of the data
The value of the "folderRef" attribute in framework and direction tag in the CSSCONFIG.XML should be the path of the CSS file relative to the context root. Refer the following example: The value of the "name" attribute in CSS tag in the CSSCONFIG.XML should be the file name alone of the CSS file (path should not be included). Refer the following example: |
4 | Web - Deployment Procedure Changes | The WEB.XML has to be updated to add the "InitializeContextFilter". The following entries must be added before the entry for SessionFilter: |
5 | Web - Jar Version updates |
|
6 | Mobile - App bundle procedure changes | The latest hybrid files will be shared and have to be included. |
7 | Mobile - Cordova Plugin Changes | No changes. |
8 | Miscellaneous | Client side changes :
use the following code instead:
Example: Instead of the code to trigger the click by selecting DOM from the first row in the grouping grid, configure them in a group stage as “expand only first node”.
|
9 | Java changes |
|