Author |
Message |
Topic: Getting a subflow parameter into a message header? |
hascheidl
Replies: 7 Views: 5289
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 24, 2006 10:24 am Subject: Getting a subflow parameter into a message header? |
Hi Alexey!
Although simple, it seems to be very useful. Would you mind sharing its code? Thanks in advance. |
Topic: XmlTransformation Exception (NullPointerException) |
hascheidl
Replies: 0 Views: 1617
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 03, 2006 7:30 am Subject: XmlTransformation Exception (NullPointerException) |
I've got the following error in XMLTransformation node.
(0x01000000):RecoverableException = (
(0x03000000):File = 'F:\build\S500_P\src\DataFlowEngine\PluginInterface\com_ibm_bro ... |
Topic: OS Environment Variables in File Paths |
hascheidl
Replies: 4 Views: 3342
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 19, 2006 4:07 am Subject: OS Environment Variables in File Paths |
 |
Topic: OS Environment Variables in File Paths |
hascheidl
Replies: 4 Views: 3342
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Jun 17, 2006 11:48 am Subject: OS Environment Variables in File Paths |
Ok, thank you. So what does it mean?
You can use any name for the trace file. For example, c:\$user\trace\trace.log. |
Topic: OS Environment Variables in File Paths |
hascheidl
Replies: 4 Views: 3342
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jun 16, 2006 8:23 am Subject: OS Environment Variables in File Paths |
Does anybody knows if it is possible to use a windows environment variable in the "file path" property of a Trace node? I couldn't at first, maybe I did something wrong.
If not, maybe I can put its v ... |
Topic: DBInsert Node |
hascheidl
Replies: 3 Views: 2762
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jun 16, 2006 7:42 am Subject: DBInsert Node |
Thank you!
I had to search a bit... The option "Combine to same row" is available in the Outline view. Thanks again. |
Topic: DBInsert Node |
hascheidl
Replies: 3 Views: 2762
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jun 16, 2006 5:17 am Subject: DBInsert Node |
Hi,
I'm trying to use DBInsert node. I've created the mapping for the input message, and I've imported the dbschema. Also, I've made the mapping, linking corresponding fields. The problems is: the no ... |
Topic: XSLT read from DB |
hascheidl
Replies: 14 Views: 11094
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 07, 2006 10:44 am Subject: XSLT read from DB |
SET OutputLocalEnvironment.ComIbmXslXmltStylesheetname = 'c:\xslt\119mon.xsl';
should work in principal. Have you tried using double '\' ('\\')?
Yes, it worked. I tried SET OutputLocalEnvironme ... |
Topic: XML Transformation node |
hascheidl
Replies: 7 Views: 6383
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 07, 2006 7:02 am Subject: Exception description |
Thats the exception I`ve got.
( WBIBK.default ) The method 'evaluate' in Java node 'XMLTransformation' has thrown the following exception: <com.ibm.broker.plugin.MbRecoverableExcep ... |
Topic: XML Transformation node |
hascheidl
Replies: 7 Views: 6383
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 07, 2006 6:35 am Subject: stylesheet not found exception |
SET OutputRoot = InputRoot;
DECLARE styleSheetID REFERENCE TO styleSheet.{'xsl:stylesheet'}.(XML.Attribute)id;
IF LASTMOVE(styleSheetID) = TRUE THEN
SET OutputRoot.XML ... |
Topic: XSLT read from DB |
hascheidl
Replies: 14 Views: 11094
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 07, 2006 5:46 am Subject: XSLT read from DB |
Sorry, I dont have a lot of experience with XML. How should I put the xsl stylesheet in the message?
Building it like
XML
--xsl:stylesheet
--ORDER
will throw an exception (two root elements). ... |
Topic: XSLT read from DB |
hascheidl
Replies: 14 Views: 11094
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 07, 2006 5:15 am Subject: Error description |
Does your ComputteNode's Compute Mode include "LocalEnvironment"?
Yes. Compute node = Local Environment and Message
Is your XMLT node style sheet selection priority properly set?
Yes.
XML Embedde ... |
Topic: XSLT read from DB |
hascheidl
Replies: 14 Views: 11094
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 05, 2006 10:03 am Subject: `evaluate` exception |
In order to pass information in OutputLocalEnvironment within the compute node, I had to change the node propertie "Compute Mode" to "Local Environment and Message". I didn't know this.
I`ve t ... |
Topic: XSLT read from DB |
hascheidl
Replies: 14 Views: 11094
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 05, 2006 6:03 am Subject: XSLT read from DB |
I am trying with the lines bellow, within a compute node before a xmltransformation node.
SET OutputLocalEnvironment.ComIbmXslOutputCharset = 1208;
SET OutputLocalEnvironment.ComIbmXslXmltStyles ... |
Topic: XSLT read from DB |
hascheidl
Replies: 14 Views: 11094
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 05, 2006 5:28 am Subject: XSL in a file |
In my case, I’d like to dynamically get the XSL, stored in a specific file, according to messages content. For example, if a message contains a PROVIDER_ID = 001, I want to use PROVIDER001.xsl. Is t ... |