Author |
Message |
Topic: Linkage Error because same class name |
Frik
Replies: 4 Views: 4235
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 22, 2020 8:23 am Subject: Re: Linkage Error because same class name |
Looks like this is more of class not found due to a class loader problem. Check how you are deploying all those jar files and what is in scope for the class loader.
The jars I'm using ... |
Topic: Linkage Error because same class name |
Frik
Replies: 4 Views: 4235
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 22, 2020 1:44 am Subject: Re: Linkage Error because same class name |
This is exactly how my code looks like, with the full class name for them both. and the problem persists and cannot be compiled.
It's working fine on my computer outside the broker. Only compiling ... |
Topic: Linkage Error because same class name |
Frik
Replies: 4 Views: 4235
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 21, 2020 1:10 am Subject: Linkage Error because same class name |
Hey there!
I'm trying to deploy java project and Library that have procedure that calls a method.
Everything worked fine and the project could be deployed fine.
Yesteday I added some code to th ... |
Topic: Connecting to IIB v10 from Toolkit v9? |
Frik
Replies: 4 Views: 2596
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 05, 2018 10:26 pm Subject: Connecting to IIB v10 from Toolkit v9? |
As zpat mentioned I don't think it is possible to connect to v10 via v9 toolkit, you can use WebGUI to administer v10...or use Integration API
Is there a specific reason why do don't prefer to inst ... |
Topic: Connecting to IIB v10 from Toolkit v9? |
Frik
Replies: 4 Views: 2596
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 05, 2018 4:20 am Subject: Connecting to IIB v10 from Toolkit v9? |
Hello,
We upgraded our development environment from IIB 9 to IIB 10.
Now, we can't connect it via our Toolkit 9.0.0.4, which was not upgraded.
Is there a way to connect to IIB 10 without Toolki ... |
Topic: Java function not updated |
Frik
Replies: 2 Views: 3302
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 02, 2017 6:27 am Subject: Java function not updated |
Well, found the solution. Its java isolation
https://developer.ibm.com/integration/blog/2015/06/23/application-isolation-for-java-in-ibm-integration-bus-v10-and-v9-0-0-3/
Thanks. |
Topic: Java function not updated |
Frik
Replies: 2 Views: 3302
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 02, 2017 6:09 am Subject: Java function not updated |
Hello,
I'm calling java function referenced by ESQL (CREATE PROCEDURE ... LANGUAGE JAVA ....) using jar called InfraCommon.jar.
One of the java classes changed, and I got a new jar, with the s ... |
Topic: Same Application, different behavior |
Frik
Replies: 10 Views: 7682
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 29, 2016 7:32 am Subject: Same Application, different behavior |
Thanks, mqjeff, but the behavior is the same  |
Topic: Same Application, different behavior |
Frik
Replies: 10 Views: 7682
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 29, 2016 6:21 am Subject: Same Application, different behavior |
yes, that what i meant - the bar file did it.
I stopped and started the application (and reloaded the execution group, and after that - restarted the boker... nothing) - the behavior is the same.
... |
Topic: Same Application, different behavior |
Frik
Replies: 10 Views: 7682
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 29, 2016 6:06 am Subject: Same Application, different behavior |
As part of the application only.
Not as is. |
Topic: Same Application, different behavior |
Frik
Replies: 10 Views: 7682
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 29, 2016 5:59 am Subject: Same Application, different behavior |
Where's the jar file for the procedure?
In a library that contains the java project.
This library is one of the projects that referenced by the application. |
Topic: Same Application, different behavior |
Frik
Replies: 10 Views: 7682
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 29, 2016 5:37 am Subject: Same Application, different behavior |
Hello,
I have an application that contains a flow, that calls a java procedure I changed lately. I call the java procedure using esql call ("Create Procedure... language java").
I have ... |
Topic: IIB Ignores default values?! |
Frik
Replies: 4 Views: 3009
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 26, 2015 6:48 pm Subject: IIB Ignores default values?! |
Of course |
Topic: IIB Ignores default values?! |
Frik
Replies: 4 Views: 3009
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 26, 2015 6:04 am Subject: IIB Ignores default values?! |
Hello,
Using IIB 9.0.0.3.
We have migarated some of the projects and decided to leave alone the Mxsds (and start using DFDLs in the future).
Now,
There is a mxsd file which have CWF Domain. Ev ... |
Topic: "There is no process to read data written to a pipe&quo |
Frik
Replies: 1 Views: 2354
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun May 10, 2015 3:58 am Subject: "There is no process to read data written to a pipe&quo |
Hello,
We are getting a lot of these problems lately:
"There is no process to read data written to a pipe", when our flow return the responses of web services (SoapReply node).
The ti ... |