FYI - IBM have informed us as well that 332 with 5.3 is not supported, especially on Solaris. They reccommended 3.4 but we are putting 332 with 5.2.1 on our production system.
We are just about to setup a production environment on Solaris using Oracle as the backend DB. Does anyone have any good reasons for or against using 5.3 with CSD 1 in this production environme ...
This is for WAS 4 i.e. EJB 1.1. Basically he is trying to simulate the functionality of an MDB. If you look at the 2nd article it talks about wrapping calls up in a transaction and has some s ...
Thanks for that. I really wanted the day of week e.g. Tuesday is a 3. But your code prompted me to use the date difference function mod 7 and add 4 for 1/1/03 - this was a Wednesday.
I am trying to get the current day of week in a message flow. I am using the backend DB2 database to achieve this. Howver the follloiwng code returns an empty result set but works in DB2 CLP.
...