I thought I was rid of this problem but it reared its ugly head again.
Local deployments all worked and where fine but when we copyed all our stuff over to the clustered dev server we where getting the dreaded timezone error again.
The solution and last resort was to add the following tag to the adfc-config.xml (Application Resources - Descriptors - ADF META-INF)
<user-time-zone-config xmlns="http://xmlns.oracle.com/adf/usertimezone/config">
<user-timezone expression="GMT+2.00"/>
</user-time-zone-config>
Local deployments all worked and where fine but when we copyed all our stuff over to the clustered dev server we where getting the dreaded timezone error again.
The solution and last resort was to add the following tag to the adfc-config.xml (Application Resources - Descriptors - ADF META-INF)
<user-timezone expression="GMT+2.00"/>
</user-time-zone-config>
Comments
Post a Comment