Invitación: Cómo Negociar y Vender sus Productos a Las Grandes Cadenas Comerciales

2011-08-22 Thread Isabel Gonzalez
Cómo Negociar y Vender sus Productos a Las Grandes Cadenas Comerciales   Bogotá 14 de Septiembre - Cali 15 de Septiembre - Medellín 16 de Septiembre Muchos proveedores son rechazados no porque su producto sea malo, sino porque no están lo suficientemente preparados.Quality Training Colombia

WebSphere Application Server: Extracting X.509 with IBM C&C Verification Tool for SSL/TLS Webcast Sep 6

2011-08-22 Thread dWForums
Author: josephlam Message: You are invited to attend a webcast on the topic of Extracting X.509 Public Certificates with IBM Connection and Configuration Verification Tool for SSL/TLS. On 6 September 2011 at 11:00 AM EDT, a WebSphere Support Technical Exchange presentation on Extracting X.509

WebSphere Application Server: Re: Sudden pausing of MQ Activations spec listeners

2011-08-22 Thread dWForums
Author: mamwl1 Message: Hi, Try looking for this in your system out logs: CWWMQ0007W. You must have had a transaction timeout in place as you showed me a transaction timeout message! When you say you set the timeout in the ibm-ejb-ext.xml file I presume you are talking about the component tran

WebSphere Application Server: Re: Sudden pausing of MQ Activations spec listeners

2011-08-22 Thread dWForums
Author: MANT Message: Hi Matt, Although we are running batch jobs using the MDB, it is not a single transactions. It is bunch of transactions after the message is consumed, to avoid the MDB transaction timeout, we have specified the MDB in the ibm-ejb-ext.xml file with transaction timeout as -1

Reminder of your subscription to caml-list

2011-08-22 Thread caml-list-request
Your are subscriber of list caml-l...@inria.fr with email archive@mail-archive.com Everything about this list : https://sympa-roc.inria.fr/wws/info/caml-list Unsubscription : mailto:sy...@inria.fr?subject=sig%20caml-list%20arch...@mail-archive.com

WebSphere Application Server: Re: Sudden pausing of MQ Activations spec listeners

2011-08-22 Thread dWForums
Author: mamwl1 Message: Hi, It is generally a very bad idea to have long running transactions. Certainly something that runs a single transaction for hours is very bad. If you are actually doing transactional work then the work will get undone anyway as a result of the transaction timing out.