My application was running perfect with SmartClient Pro version 8.3.
I've upgraded and downloaded the Power edition v 8.3 and copied the following directories:
smartclientRuntime\isomorphic to war\isomorphic
and
smartclientRuntime\WEB-INF\lib to war\WEB-INF\lib
smartclientRuntime\WEB-INF\lib-iTextAltenate to war\WEB-INF\lib-iTextAltenate
smartclientRuntime\WEB-INF\lib-WebDriverSupport to war\WEB-INF\lib-WebDriverSupport
This seems not to have all the jar files since I got ClassNotFound exceptions for SQLDataSource.
I then copied the jar files from smartclientSDK\WEB-INF\lib to war\WEB-INF\lib.
This solved the issue, but now I get a JavaScript error of:
TypeError: Cannot read property 'ownerDocument' of null
The ownerDocument varaible is in isomorphic JavaScript.
Please help me upgrade. I thought smartclientRuntime files is the way to go?
I've upgraded and downloaded the Power edition v 8.3 and copied the following directories:
smartclientRuntime\isomorphic to war\isomorphic
and
smartclientRuntime\WEB-INF\lib to war\WEB-INF\lib
smartclientRuntime\WEB-INF\lib-iTextAltenate to war\WEB-INF\lib-iTextAltenate
smartclientRuntime\WEB-INF\lib-WebDriverSupport to war\WEB-INF\lib-WebDriverSupport
This seems not to have all the jar files since I got ClassNotFound exceptions for SQLDataSource.
I then copied the jar files from smartclientSDK\WEB-INF\lib to war\WEB-INF\lib.
This solved the issue, but now I get a JavaScript error of:
TypeError: Cannot read property 'ownerDocument' of null
The ownerDocument varaible is in isomorphic JavaScript.
Please help me upgrade. I thought smartclientRuntime files is the way to go?
Comment