Author |
Message |
Topic: LENGTH FUNCTION |
whocares61
Replies: 16 Views: 16957
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 05, 2007 1:03 pm Subject: LENGTH FUNCTION |
Your code does not do what goldym requires.
Well I agree, but I thought it's easy to see how it could be applied, isn't it?
Cheers |
Topic: LENGTH FUNCTION |
whocares61
Replies: 16 Views: 16957
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Mar 04, 2007 6:41 pm Subject: LENGTH FUNCTION |
Works for me like this:
DECLARE cursor REFERENCE TO Root.XMLNSC.Content;
SET rsd = FIELDVALUE(cursor);
IF (LENGTH(rsd) = 0) THEN
-- do stuff
END IF;
 |
Topic: RESOLVED: Sending email as HTML with IA07 |
whocares61
Replies: 31 Views: 29248
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 14, 2006 12:00 pm Subject: RESOLVED: Sending email as HTML with IA07 |
In this sense, it's easier with EMail Connector as content type can be changed through Top Level business object at any time.
Nice to here that your problem is resolved as well
You could ... |
Topic: RESOLVED: Sending email as HTML with IA07 |
whocares61
Replies: 31 Views: 29248
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 13, 2006 2:26 pm Subject: RESOLVED: Sending email as HTML with IA07 |
Hi jrjoe,
Looks like I resolved my problem with EMail Connector, and this might work for SendMailPlugin as well.
In my case the trick is in XSLTransform node, which I use before sending HTML bod ... |
Topic: Websphere broker cores |
whocares61
Replies: 5 Views: 11786
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 07, 2006 2:55 pm Subject: Websphere broker cores |
Looks like ODBC problem to me - what it basically tries to tell you is that Broker tries to read data from the empty cursor, so there's obviously sync issues... Which database you are using? Have you ... |
Topic: RESOLVED: Sending email as HTML with IA07 |
whocares61
Replies: 31 Views: 29248
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 07, 2006 2:38 pm Subject: RESOLVED: Sending email as HTML with IA07 |
Tried this as well -- getting blank message, although empty tag <![CDATA[]]> does exist in the body when the source of the message is viewed.
I probably should try to transform HTML to String ... |
Topic: RESOLVED: Sending email as HTML with IA07 |
whocares61
Replies: 31 Views: 29248
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 06, 2006 6:26 pm Subject: RESOLVED: Sending email as HTML with IA07 |
Hi jrjoe,
Wonder how is it going with your problem?
I bumped into the same issue when using out-of-the-box EMail Connector. Any HTML code passed as a message body is ignored, unless you hardcode ... |