Author |
Message |
Topic: java file path problem |
duhbaci
Replies: 12 Views: 5954
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 30, 2007 7:56 am Subject: java file path problem |
adding file to JAR also did not help.
I will ask to developer of the source code (i don't have the full code) to give the full exception message returning from the code.
Then I can understand it ... |
Topic: java file path problem |
duhbaci
Replies: 12 Views: 5954
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 30, 2007 6:56 am Subject: java file path problem |
This is where my application fails when it is called by Messsage Broker.
try {
Properties logProperties = new Properties();
logProperties.load(Thread.currentThread() ... |
Topic: java file path problem |
duhbaci
Replies: 12 Views: 5954
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 30, 2007 3:58 am Subject: java file path problem |
I don't have the source code, that is the main problem. But I asket for it, I hope to get it soon.
Even though I got the source code, thse files has to be edited for different environments. If I pu ... |
Topic: java file path problem |
duhbaci
Replies: 12 Views: 5954
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 30, 2007 1:56 am Subject: java file path problem |
I also restarted the broker. The problem is not the JAR files.
My main problem is configuration files which are in the same directory (in our case this folder is shared-classes) can not be found. |
Topic: java file path problem |
duhbaci
Replies: 12 Views: 5954
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 30, 2007 1:01 am Subject: java file path problem |
Hello,
I am having a problem when I call a java component from ESQL. What I understood is, java component needs to read some files from the application directory and when I call it from message flo ... |
Topic: How to extend JText adapter? |
duhbaci
Replies: 5 Views: 3626
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 11, 2007 12:34 am Subject: How to extend JText adapter? |
Can you tell why this is not allowed by your system architecture? The broker provides rich functionality for doing all business validations and it is ideal to do these in the broker.
Regards,
VK ... |
Topic: How to extend JText adapter? |
duhbaci
Replies: 5 Views: 3626
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 31, 2007 4:44 am Subject: How to extend JText adapter? |
Hello everybody,
I am using JText adapter to read a text file. But I need an extra functionality on the adapter.
My text file is consists one header record, one footer record, one control recor ... |