Author |
Message |
Topic: Help Regarding UserDefined Nodes [Solved] |
MKHODER
Replies: 19 Views: 17478
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Dec 29, 2017 8:40 am Subject: Help Regarding UserDefined Nodes [Solved] |
Thank you for your reply
I have a flow (BasicInoutTest) that contains the following nodes:
- BasicInputNode
- Compute
- MQOutput
When I deploy my application on the execution group, I only ... |
Topic: Help Regarding UserDefined Nodes [Solved] |
MKHODER
Replies: 19 Views: 17478
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 28, 2017 9:31 am Subject: Problems UDN input java |
Hello everyone,
I created a user-defined node with java.
My node appeared well in the palette of the toolkit, and my java project exists in the lilPath path, except when I deploy my flow, I go ... |
Topic: User Defined (Java) |
MKHODER
Replies: 19 Views: 12201
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 28, 2017 7:47 am Subject: recover the default values |
To recover the default values, initialize the variables with the default UDP EX values:
UDP url
Default value: http://testDefaultValue.com
In the java project
public String url = "ht ... |
Topic: User Defined (Java) |
MKHODER
Replies: 19 Views: 12201
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 28, 2017 7:20 am Subject: Resolved |
Thank you for your reply,
my UDP url was called Url.
Finally, I managed to recover UDP values.
I unchecked the configurable checkbox.
I named the first letter of the UDP in lower case (you ... |
Topic: User Defined (Java) |
MKHODER
Replies: 19 Views: 12201
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 27, 2017 7:10 am Subject: CMP properties |
I have browsed the properties of my java node with the CMP API and I have the following result:
############## = Properties
traceLevel: none
userTraceLevel: none
url: |
Topic: User Defined (Java) |
MKHODER
Replies: 19 Views: 12201
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 27, 2017 7:09 am Subject: CMP properties |
I have browsed the properties of my java node with the CMP API and I have the following result:
############## = Properties
traceLevel: none
userTraceLevel: none
url: |
Topic: User Defined (Java) |
MKHODER
Replies: 19 Views: 12201
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 27, 2017 5:05 am Subject: UDP value is Null |
Hello everyone,
I created a java node that contains UDP Url :
- Built-in : String
- Default Value : defaultUrl
- Custom Compiler Class : empty value
- Custom EditorClass : empty value
... |