RE: JMS Sample : ClassCastException

2003-01-02 Thread Kevin Wang
Add $SONIC_HOME/lib/tools.jar to your classpath and try again. I got the same error when I first try to run it. Kevin -Original Message- From: Krishnakumar B [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 01, 2003 12:20 AM To: [EMAIL PROTECTED] Subject: RE: JMS Sample

RE: JMS Sample : ClassCastException

2002-12-31 Thread Krishnakumar B
ime Meritt [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 31, 2002 7:19 PM To: [EMAIL PROTECTED] Subject: RE: JMS Sample : ClassCastException Krishnakumar, The ClassCastException is common when the jndi administered objects are not set up correctly. Have you followed the sample documentation f

RE: JMS Sample : ClassCastException

2002-12-31 Thread Jaime Meritt
Krishnakumar, The ClassCastException is common when the jndi administered objects are not set up correctly. Have you followed the sample documentation for setting up these elements? Which JMS server are you using? If you are using SonicMQ the sample documentation describes the steps necessary

RE: JMS sample - (CLARIFICATION)

2002-11-21 Thread Jaime Meritt
webservice call can timeout within the jms thread waiting for its response. Am I correct? -Original Message- From: Kevin Wang [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 21, 2002 3:47 PM To: [EMAIL PROTECTED] Subject: RE: JMS sample Hi Jaime, Can I archieve this using AXI

RE: JMS sample

2002-11-21 Thread Jaime Meritt
Inline... Thanks, Jaime -Original Message- From: Kevin Wang [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 21, 2002 3:47 PM To: [EMAIL PROTECTED] Subject: RE: JMS sample Hi Jaime, Can I archieve this using AXIS API: VM1 --(request)--> VM2 --(forward request)--> VM3 --(re

RE: JMS sample - (CLARIFICATION)

2002-11-21 Thread Asbell, Jonathan
the jms thread waiting for its response. Am I correct? -Original Message- From: Kevin Wang [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 21, 2002 3:47 PM To: [EMAIL PROTECTED] Subject: RE: JMS sample Hi Jaime, Can I archieve this using AXIS API: VM1 --(request)--> VM2 --(forw

RE: JMS sample

2002-11-21 Thread Kevin Wang
Hi Jaime, Can I archieve this using AXIS API: VM1 --(request)--> VM2 --(forward request)--> VM3 --(response)--> VM1? (do we need change the code to allow user set replyTo to a nontemporary wellknown destination?) or I have to use this way: VM1 <--(request/response)--> VM2 <--(request/response)-

RE: JMS sample

2002-11-21 Thread Jaime Meritt
Great, let me know if you have any other issues. Thanks, Jaime -Original Message- From: Kevin Wang [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 20, 2002 4:51 PM To: [EMAIL PROTECTED] Subject: RE: JMS sample Jaime, Thank you for your reply. I have modified

RE: JMS sample

2002-11-20 Thread Kevin Wang
- From: Jaime Meritt [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 20, 2002 4:22 PM To: [EMAIL PROTECTED] Subject: RE: JMS sample Kevin, The stock sample is both a web service and a proxy to another web service. If you pass in XXX as the symbol it returns the hard coded value. If it is any

RE: JMS sample

2002-11-20 Thread Jaime Meritt
Kevin, The stock sample is both a web service and a proxy to another web service. If you pass in XXX as the symbol it returns the hard coded value. If it is any other ticker symbol it goes to another web service to get the actual value. The proxy behavior is just an implementation detail. It i

RE: JMS sample can not run

2002-11-19 Thread Kevin Wang
Crystal. Thank you very much Jaime. You are very kind and helpful. -Original Message- From: Jaime Meritt [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 19, 2002 5:34 PM To: [EMAIL PROTECTED] Subject: RE: JMS sample can not run Kevin, Glad to hear that it is now working for you

RE: JMS sample can not run

2002-11-19 Thread Jaime Meritt
long as that destination still exists. Thus, your configuration works as expected. Does that clear things up a bit? Thanks, Jaime -Original Message- From: Kevin Wang [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 19, 2002 3:38 PM To: [EMAIL PROTECTED] Subject: RE: JMS sample can not

RE: JMS sample can not run

2002-11-19 Thread Kevin Wang
tions, they can not access the same Temporary queue. Thanks, kevin -Original Message- From: Jaime Meritt [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 19, 2002 2:02 PM To: [EMAIL PROTECTED] Subject: RE: JMS sample can not run Kevin, Most of what I am referring to is located i

RE: JMS sample can not run

2002-11-19 Thread Jaime Meritt
Wang [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 19, 2002 1:55 PM To: [EMAIL PROTECTED] Subject: RE: JMS sample can not run Hi Jaime, Are you using axis 1.0? I cannot find sonic-connection-factory.properties. Thanks, Kevin -Original Message- From: Jaime Meritt [mailto:[EMAIL PROT

RE: JMS sample can not run

2002-11-19 Thread Kevin Wang
Hi Jaime, Are you using axis 1.0? I cannot find sonic-connection-factory.properties. Thanks, Kevin -Original Message- From: Jaime Meritt [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 19, 2002 10:56 AM To: [EMAIL PROTECTED] Subject: RE: JMS sample can not run Kevin, Inline

RE: JMS sample can not run

2002-11-19 Thread Jaime Meritt
Kevin, Inline inside tags. Thanks, Jaime -Original Message- From: Kevin Wang [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 19, 2002 10:19 AM To: [EMAIL PROTECTED] Subject: RE: JMS sample can not run Thanks Jaime and David, I think I followed the instruction in

RE: JMS sample can not run

2002-11-19 Thread Kevin Wang
rrect? Thanks again, Kevin -Original Message- From: Jaime Meritt [mailto:[EMAIL PROTECTED]] Sent: Monday, November 18, 2002 5:24 PM To: [EMAIL PROTECTED] Subject: RE: JMS sample can not run Kevin, It looks like the Connection Factory you are pulling out of JNDI is not configured correc

Re: JMS sample can not run

2002-11-18 Thread David Chappell
Kevin, Per Jaime's suggestion to try the alternate approach using the vendor adapter directly, here is the specific command line - java -Dorg.apache.axis.components.jms.JMSVendorAdapter=org.apache.axis.components.jms.SonicMQVendorAdapter samples.jms.JMSTest -c sonic-connection-factory.properti

RE: JMS sample can not run

2002-11-18 Thread Jaime Meritt
Kevin, It looks like the Connection Factory you are pulling out of JNDI is not configured correctly. Did you follow the steps in the document to setup your connection factory in the JNDI repository? Which JNDI implementation are you using? Since you are using SonicMQ, another option exists in