Walter Heestermans/TMME is out of the office.

2008-02-27 Thread Walter . Heestermans
I will be out of the office starting 27/02/2008 and will not return until 28/02/2008. I will respond to your message when I return. For urgent issues, contact WebSphere Support group.

Walter Heestermans/TMME is out of the office.

2008-02-24 Thread Walter . Heestermans
I will be out of the office starting 23/02/2008 and will not return until 26/02/2008. I will respond to your message when I return. For urgent issues, contact WebSphere Support group.

Walter Heestermans/TMME is out of the office.

2008-02-06 Thread Walter . Heestermans
I will be out of the office starting 07/02/2008 and will not return until 08/02/2008. I will respond to your message when I return. For urgent issues, contact WebSphere Support group.

Fw: iBATIS and stream mode

2008-01-22 Thread Walter . Heestermans
Hi, When using BLOB data it is prefered to use stream mode to save memory usage. So instead of using a byte[] for my BLOB data, is there a way to have a stream? I've been looking around in the documentation and on the Internet. Until now I only found messages that BLOBs can't be processed in s

Walter Heestermans/TMME is out of the office.

2007-12-06 Thread Walter . Heestermans
I will be out of the office starting 06/12/2007 and will not return until 07/12/2007. I will respond to your message when I return. For urgent issues, contact WebSphere Support group.

Re: Setting schema name

2007-11-13 Thread Walter . Heestermans
Hi, What a like to have is that I deploy, for example, a web application inside the WebSphere environment, and the proeprties file with teh schema information is outside this application, the file is somewhere on the filesystem and then loaded by the ibatis runtime when needed. This properties

Setting schema name

2007-11-13 Thread Walter . Heestermans
Hi, Is there a way to set the schema name using some Java code instead of setting it inside the iBatis configuration file? Walter