Author |
Message |
Topic: Accessing Global environment ArrayList Variables from JCN.. |
bpkumar2
Replies: 1 Views: 3164
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Dec 28, 2012 5:26 am Subject: Accessing Global environment ArrayList Variables from JCN.. |
Any Idea how to read Envrionment Variables Array from java compute node which are assigned in Compute node ?. For example...
ComputeNode:
SET Environment.Variables.NameArr[1]= 'Name1'; ... |
Topic: Accessing Global environment Variables in JavaCoputeNode |
bpkumar2
Replies: 8 Views: 4965
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Dec 28, 2012 12:54 am Subject: Accessing Global environment Variables in JavaCoputeNode |
Thank you for your help, I notied the problem with SET statement and I have corrected it.
What was the problem? Was there a mistake in parsing the Input tree?
Exactly... There was a mistake in p ... |
Topic: Accessing Global environment Variables in JavaCoputeNode |
bpkumar2
Replies: 8 Views: 4965
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 27, 2012 8:50 am Subject: Accessing Global environment Variables in JavaCoputeNode |
Notice that 'Environment' is blank. This indicates that your set statement did not successfully execute.
Thank you for your help, I notied the problem with SET statement and I have corrected it. |
Topic: Accessing Global environment Variables in JavaCoputeNode |
bpkumar2
Replies: 8 Views: 4965
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 26, 2012 10:43 am Subject: Accessing Global environment Variables in JavaCoputeNode |
The pattern you could use in your trace node is:
Root:
${Root}
===
LocalEnvironment:
${LocalEnvironment}
===
Environment:
${Environment}
===
Excep ... |
Topic: Accessing Global environment Variables in JavaCoputeNode |
bpkumar2
Replies: 8 Views: 4965
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 26, 2012 8:39 am Subject: Accessing Global environment Variables in JavaCoputeNode |
1. Use
I will follow the standards.
2. You mis-spelled 'Variables'..
I have corrected the typo. but still its same issue.
Where are your Trace nodes? If you had used Trace nodes, you co ... |
Topic: Accessing Global environment Variables in JavaCoputeNode |
bpkumar2
Replies: 8 Views: 4965
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 26, 2012 8:09 am Subject: Accessing Global environment Variables in JavaCoputeNode |
I have set the below environment in the compute node
SET Environment.Variables.FileName =InputRoot.XMLNSC.MAIN.INPUT1.CONTENT.FILENAME;
and trying to access the same environment variable in Java ... |
Topic: How to read a particular file using file FileInput node ? |
bpkumar2
Replies: 5 Views: 3007
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 13, 2012 10:34 am Subject: How to read a particular file using file FileInput node ? |
My crystal ball says that this poster is actually asking about
You are right Jeff, FileRead node is not available in 7.0.0.0, not sure how to deal this requirement without fix pack. |
Topic: How to read a particular file using file FileInput node ? |
bpkumar2
Replies: 5 Views: 3007
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 13, 2012 8:22 am Subject: How to read a particular file using file FileInput node ? |
I want to read a given file from a folder using MB FileInput node and write the file to destination. I don't want to use any any wildcard character/pattern. i.e. *.*,* ,*.txt. *.xml....
If I am asked ... |