Author |
Message |
Topic: XMLTransformation node issue |
XZ
Replies: 8 Views: 6933
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 21, 2008 5:18 am Subject: XMLTransformation node issue |
What this exception is saying that org.apache.xalan.xsltc could not find the style sheet while it is resolving it because "deployed:" is not a known protocol name (it is actually internal to ... |
Topic: XMLTransformation node issue |
XZ
Replies: 8 Views: 6933
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 21, 2008 4:10 am Subject: XMLTransformation node issue |
A few things:
1. I am not sure what is meant by "I can see the path in the eg ...". I am assuming that means that the file is in $MQS_WORKPATH/components/<broker_name>/<EG_UUID&g ... |
Topic: XMLTransformation node issue |
XZ
Replies: 8 Views: 6933
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 21, 2008 3:39 am Subject: XMLTransformation node issue |
Deployed as UII_NeoInterface.xsl or com/bt/oneit/iap/pal/cap/UII_NeoInterface.xsl? Can you see the style sheet in the directory I mentioned earlier? |
Topic: XMLTransformation node issue |
XZ
Replies: 8 Views: 6933
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 21, 2008 3:13 am Subject: XMLTransformation node issue |
It looks that the node could not file your style sheet. Have you deployed the style sheet (through a bar file)? Can you see UII_NeoInterface.xsl under $MQS_WORKPATH/components/<broker_name>/&l ... |
Topic: XML Trasformation settings |
XZ
Replies: 6 Views: 3942
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 26, 2007 3:44 am Subject: XML Trasformation settings |
In that case I don't think using file path will help you. The Xalan Engine is probably consuming too much space to parse your input. |
Topic: XML Trasformation settings |
XZ
Replies: 6 Views: 3942
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 26, 2007 3:22 am Subject: XML Trasformation settings |
You have to put your XML file content as the message body of your input message. It does not matter it is in a flat format or not. If it is too big, try to increase the JVM heap space (refer to the ... |
Topic: XMLTransformation incompatible with additionalInstances? |
XZ
Replies: 13 Views: 6509
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 16, 2007 7:45 am Subject: XMLTransformation incompatible with additionalInstances? |
You are probably affected by a known bug and as far as I know a fix has been put in for V6. Is FixPack5 the latest FP? |
Topic: CR/LF in XSL Transformation Node |
XZ
Replies: 1 Views: 2895
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 05, 2007 1:03 am Subject: CR/LF in XSL Transformation Node |
When you say it is not working, do you mean not working on Unix only or both? What makes you think it is not working? I did your test on my Windows machine and checked the output message (binary dat ... |
Topic: Large XSLTs giving cache problem |
XZ
Replies: 13 Views: 9927
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 24, 2007 11:46 pm Subject: Large XSLTs giving cache problem |
Every thing should work if it works outside broker. Have you deployed the style sheets to be included as well? Which version have you used outside the broker? Make sure you upgrad to the latest ser ... |
Topic: Large XSLTs giving cache problem |
XZ
Replies: 13 Views: 9927
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 23, 2007 6:54 am Subject: Large XSLTs giving cache problem |
WMB V6 uses Xalan V2.6. It is very close to V2.7. |
Topic: Large XSLTs giving cache problem |
XZ
Replies: 13 Views: 9927
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 21, 2007 11:58 pm Subject: Large XSLTs giving cache problem |
Could be a Xalan bug. Have you tried compiling your style sheet using Xalan directly? |
Topic: Large XSLTs giving cache problem |
XZ
Replies: 13 Views: 9927
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 21, 2007 7:21 am Subject: Large XSLTs giving cache problem |
This does look like a compilation failure rather than a caching problem.
The link I sent previously was IBM internal. My apology! Try this one instead: http://xml.apache.org/xalan-j/extensions_xsl ... |
Topic: MQGet Node - Where do you set MQMD params? |
XZ
Replies: 12 Views: 22990
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 21, 2007 12:24 am Subject: MQGet Node - Where do you set MQMD params? |
This looks like a known bug. Try setting "Use complete input MQMD" as a workaround. Also, make sure the "minimum message buffer size" is big enough. |
Topic: Large XSLTs giving cache problem |
XZ
Replies: 13 Views: 9927
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 21, 2007 12:09 am Subject: Large XSLTs giving cache problem |
What is the actual failure message? It may not be a caching problem. With cache level > 0, you also activate the XSLT compiled processor, which may not support certain aspects of your style sheet ... |
Topic: How to read the deployed XML in MB V6 |
XZ
Replies: 14 Views: 8444
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 04, 2007 1:29 am Subject: How to read the deployed XML in MB V6 |
You haven't specified the full file path, have you?
Just want to warn you that this is not a supported practice -- use it at your own risk. You may find the file moves its location or you can get ... |