Hi,
I have developed an application in Apex 4.0. I've translated the application into one additional language, and set the language to be derived from the browser. On the 4.0 instance, this works as expected (changing the preferred language in the browser and reloading a page uses the translated app).
I then deployed the main app and the translated app to an Apex 4.1 (runtime-only) instance. If I access the application with the browser set to the primary language (English), it works, but if I change it to the secondary language and reload the page, I get:
Error processing session sentry function.
ORA-01403: no data found
This also happens if I try to access the translated application directly via the URL.
(I'm not sure what "session sentry function" means; in my application I have a custom authentication scheme with a custom "authentication function", but I have not specified anything for "session verify function" -- which is close but not exactly the same as "session sentry function", so I am not sure if they are the same thing.)
Anyway, as this works on Apex 4.0 and not on Apex 4.1, I wonder if it is a bug... ?
- Morten
http://ora-00001.blogspot.com