Author |
Message
|
akir |
Posted: Tue Aug 21, 2007 5:54 am Post subject: Calling Java(JMS) from esql error. |
|
|
 Acolyte
Joined: 28 Jun 2007 Posts: 51
|
Iam trying to use JMS as Java routine calling from esql procedure.
Error Obtained is
<ErrorMessage>
<ErrorSource>
<FlowName>MsgFlow</FlowName>
<NodeName>Compute</NodeName>
</ErrorSource>
<ErrorDescription>MyClass.mymethod,java.lang.SecurityException,Node throwing exception.Error detected, rethrowing.Error occured in procedure.The following error occurred during execution of an Java Method call.Java Exception calling CallStaticObjectMethodA..</ErrorDescription>
<ErrorCategory>RecoverableException.</ErrorCategory>
<TimeStamp>2007-08-21 19:26:28.053332</TimeStamp>
</ErrorMessage>
Please help me in this regard.
Thank you in advance. |
|
Back to top |
|
 |
vmcgloin |
Posted: Wed Aug 22, 2007 4:41 am Post subject: |
|
|
Knight
Joined: 04 Apr 2002 Posts: 560 Location: Scotland
|
It is difficult to tell from the limited details here but I would guess that you are using JMS to put a message where the userid does not have authority to like a 2035 type error.
Just out of curiosity, why are you calling JMS code from within an message flow? |
|
Back to top |
|
 |
EddieA |
Posted: Wed Aug 22, 2007 7:19 am Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
I didn't think you could make any JMS or MQ calls from within a Java procedure/function or node. But, I could be wrong.
Cheers, _________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
akir |
Posted: Fri Aug 24, 2007 12:08 am Post subject: |
|
|
 Acolyte
Joined: 28 Jun 2007 Posts: 51
|
Quote: |
Just out of curiosity, why are you calling JMS code from within an message flow? |
Trying this whether it will work or not.
Last edited by akir on Fri Aug 24, 2007 12:28 am; edited 1 time in total |
|
Back to top |
|
 |
Vitor |
Posted: Fri Aug 24, 2007 12:20 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
akir wrote: |
Trying this whether it will work or not. |
Why would you want to do it? Even if it worked?  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
|