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
ore advice. Thanks, Jaime -Original Message- From: Krishnakumar B [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 31, 2002 7:55 AM To: [EMAIL PROTECTED] Subject: JMS Sample : ClassCastException Hi I am new to AXIS. I am trying out AXIS/JMS example. When i run the JMSTest client

JMS Sample : ClassCastException

2002-12-31 Thread Krishnakumar B
Hi I am new to AXIS. I am trying out AXIS/JMS example. When i run the JMSTest client i get the following error. ( ClassCastException ) . The command is java samples.jms.JMSTest -c ./samples/jms/jndi-connection-factory.properties -d "MyQ" IBM PRGS The response is org.apache.axis.transport.jms.

RE: Can't JMS Sample

2002-12-19 Thread David payam
PROTECTED]] > Sent: Wednesday, December 18, 2002 9:26 AM > To: [EMAIL PROTECTED] > Subject: Can't JMS Sample > > hi: >When I ran the JMS sample, I got the erro code: > > - Exception: > javax.naming.NameNotFoundException: MyCF > at &

RE: Can't JMS Sample

2002-12-18 Thread Kameshwar Jayaraman
David payam [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 18, 2002 9:26 AM To: [EMAIL PROTECTED] Subject: Can't JMS Sample hi: When I ran the JMS sample, I got the erro code: - Exception: javax.naming.NameNotFoundException: MyCF

Can't JMS Sample

2002-12-18 Thread David payam
hi:    When I ran the JMS sample, I got the erro code:   - Exception:javax.naming.NameNotFoundException: MyCF    at com.sun.jndi.fscontext.RefFSContext.getObjectFromBindings(RefFSContext.java:400)    at com.sun.jndi.fscontext.RefFSContext.lookupObject(RefFSContext.java:327)    at

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
-Original Message- From: Kevin Wang [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 20, 2002 10:21 AM To: [EMAIL PROTECTED] Subject: JMS sample Hi Jaime, Actually, the sample is showing a proxy instead of a webservice. Is it possible to deploy a JMS based webservices? Can I

JMS sample

2002-11-20 Thread Kevin Wang
Hi Jaime, Actually, the sample is showing a proxy instead of a webservice. Is it possible to deploy a JMS based webservices? Can I wrap an Axis engine in SimpleJMSListener or whatever jms consumer, and deploy my services to this engine, and in the OnMessage method, dispatch the request message

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
Hi Jaime, Now the JMS sample can run using both SonicMQVendorAdapter or JNDI, the reason why the JNDI approach didn't work is I missed a $SONIC_HOME/lib/tools.jar in my classpath, so wired it reported a classcast exception before. I get rid of JMSListner from JMSTest.java and add another

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

JMS sample in WebLogic?

2002-11-18 Thread Arulazi D
Hi Does anybody have tried running the JMS sample in WebLogic 7.0(using WebLogic JMS) ? Regards, Arul

Re: JMS sample can not run

2002-11-18 Thread David Chappell
VendorAdapter. Instead of > jndi-connection-factory.properties, you should use > sonic-connection-factory.properties in the sample directory. Let me > know how this works for you. > > Thanks, > Jaime > Sonic Software Corporation > > -Original Message- > From: Kevin Wan

RE: JMS sample can not run

2002-11-18 Thread Jaime Meritt
et me know how this works for you. Thanks, Jaime Sonic Software Corporation -Original Message- From: Kevin Wang [mailto:[EMAIL PROTECTED]] Sent: Monday, November 18, 2002 5:09 PM To: [EMAIL PROTECTED] Subject: JMS sample can not run Hi, I'm new to Axis, now I'm trying to run

JMS sample can not run

2002-11-18 Thread Kevin Wang
Hi, I'm new to Axis, now I'm trying to run the JMS sample with SonicMQ. But I got an exception like this: C:\xml-axis-10\samples\jms>java samples.jms.JMSTest -c jndi-connection-factory.p roperties -d "MyQ" IBM PRGS Nov 18, 2002 4:57:57 PM org.apache.axis.transport.jms.Si

Re: Problem running JMS sample with Axis 1.0

2002-11-17 Thread Ray Chun
Chun Sonic Software - Original Message - From: Arulazi D <[EMAIL PROTECTED]> Date: Saturday, November 16, 2002 10:08 am Subject: Re: Problem running JMS sample with Axis 1.0 > Hi, > I am able to get rid of this exception. After doing a refresh in the > SonicMQ Explorer, this worked

Re: Problem running JMS sample with Axis 1.0

2002-11-16 Thread Arulazi D
Thanks in advance. Regards, Arul Arulazi D wrote: > Hi, > I am getting the following exceptions when I try running the jms sample > that comes bundled with Axis 1.0. > I am using SonicMQ 4.0.2 on my Win2K box. > E:\work\xml-axis-10>java samples.jms.JMSTest -c >

Problem running JMS sample with Axis 1.0

2002-11-16 Thread Arulazi D
Hi, I am getting the following exceptions when I try running the jms sample that comes bundled with Axis 1.0. I am using SonicMQ 4.0.2 on my Win2K box. E:\work\xml-axis-10>java samples.jms.JMSTest -c jndi-connection-factory.properties -d "MyQ" IBM PRGS Exception in

RE: problem getting jms sample to work

2002-10-28 Thread Enrique Rodriguez
Title: RE: problem getting jms sample to work do you make this? java org.apache.axis.utils.Admin client client_deploy.xml java org.apache.axis.utils.Admin server server-config.xml and then java samples.jms.JMSTest -c jndi-connection-factory.properties -d MyQ XXX -Mensaje

Re: problem getting jms sample to work

2002-10-28 Thread Daniel C. Wickstrom
server > configuration information. > > Regards, > Len Takeuchi > > -Original Message- > From: Len Takeuchi [mailto:ltakeuchi@;salescentrix.com] > Sent: Friday, October 25, 2002 3:52 PM > To: Axis User > Subject: problem getting jms sample to work > > Hi, >

RE: problem getting jms sample to work

2002-10-28 Thread Len Takeuchi
guess the directory where you are running from is where axis looks for the server configuration information. Regards, Len Takeuchi -Original Message- From: Len Takeuchi [mailto:ltakeuchi@;salescentrix.com] Sent: Friday, October 25, 2002 3:52 PM To: Axis User Subject: problem getting jms samp

problem getting jms sample to work

2002-10-25 Thread Len Takeuchi
Hi, I'm trying to run the jms sample and I'm running into some problems. I have followed the document associated with the sample to setup the JMS provider (sonic). It seems that the message is getting on to the queue and the listener (SimpleJMSListener) is picking up the message but c