Author |
Message |
Topic: FileRead node Parsing Issue |
paerjohan
Replies: 2 Views: 5783
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 17, 2011 10:52 pm Subject: FileRead node Parsing Issue |
It can be done by putting a compute node before and after the FileRead node. Then you use the variables the FileRead node is putting in LocalEnvironment after reading to update some Environment variab ... |
Topic: Problem with Java Classloader service in WMB 7.0.0.2 |
paerjohan
Replies: 15 Views: 20761
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 02, 2011 6:27 am Subject: Problem with Java Classloader service in WMB 7.0.0.2 |
Did you try the third option, assigning a semicolon separated list of jar file names to IncludedDeployedJars?
Yes, I have tried it. It didn't help . |
Topic: Problem with Java Classloader service in WMB 7.0.0.2 |
paerjohan
Replies: 15 Views: 20761
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 02, 2011 6:12 am Subject: Problem with Java Classloader service in WMB 7.0.0.2 |
Yes, I'm also able to resolve it if I'm putting JCN Jar file in the classloader folder.
I've also tried to deploy the jar-file first and then the flow. I can deploy the jar-file, but when I try to ... |
Topic: Problem with Java Classloader service in WMB 7.0.0.2 |
paerjohan
Replies: 15 Views: 20761
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 02, 2011 5:57 am Subject: Problem with Java Classloader service in WMB 7.0.0.2 |
Hello Esa
If I understand the documentation correct, the sharedJarPath is for additional classes.
If I choose automatic in the includedDeployedJars, the jar that contains the CLTest_JavaCompute c ... |
Topic: Problem with Java Classloader service in WMB 7.0.0.2 |
paerjohan
Replies: 15 Views: 20761
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 02, 2011 5:03 am Subject: Problem with Java Classloader service in WMB 7.0.0.2 |
Hello again
I'm only trying to deploy the skeleton code for the JavaCompute node (see below),
I have not added any extra code.
I can only deploy when the Classloader service property is not set ... |
Topic: Problem with Java Classloader service in WMB 7.0.0.2 |
paerjohan
Replies: 15 Views: 20761
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 02, 2011 3:34 am Subject: Problem with Java Classloader service in WMB 7.0.0.2 |
Hello
I have written a simple test flow with only an HTTPInput node and a JavaCompute node to test the Java classloader service in WMB 7.0.0.2. But when I deploy the flow I get a
ClassNotFoundExc ... |
Topic: splitting large text files (BLOB) into smaller ones in WMBv7 |
paerjohan
Replies: 28 Views: 45424
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 30, 2010 4:18 am Subject: splitting large text files (BLOB) into smaller ones in WMBv7 |
ydsk
When I dropped the 70 MB file, the memory usage for the EG increased to about 390 MB, and the CPU usage was close to 40. When the 105 MB file was dropped both the memory and CPU usage remained ... |
Topic: SOAP nodes WS-Security issue |
paerjohan
Replies: 0 Views: 1524
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 02, 2010 8:10 am Subject: SOAP nodes WS-Security issue |
We have a situation where we are receiving a SOAP-message signed with SAML holder-of-key to a SOAPInput node. There is no support for this (yet) in WMB
so the verification of the signature is done b ... |