Proble with Axis More

2004-03-31 Thread Jody
I have a java.lang.NullPointerException at AxisServlet.getServiceName when i load http://localhost:8080/axismora/servlet/AxisServlet Can someone help me and give me more information about axis more and axis J2ME Thanks Jody Marca

Re: client-config.wsdd

2004-03-31 Thread Glen Daniels
+1, this override works too. Of course, "client-config.wsdd" is the default value for that property, and will just look in the current directory - if you want it to look somewhere in particular, use the full pathname. --Glen > Try something like that on your command line > > java -Daxis.ClientCo

Re: client-config.wsdd

2004-03-31 Thread Glen Daniels
Hi Richard! > I'm having trouble getting AXIS to notice that I have a > client-config.wsdd on the classpath that specifies a number of client > side handlers. The file's location is alleady declared on the classpath > and it doesn't work - is there anything else that I need to do? Is there > a bet

Java2WSDL Ant task question

2004-03-31 Thread Adhamh Findlay
This might be more of an ant specific question but this case is specifically about the Java2WSDL task... I have this task: http://localhost:8080/axis/services/DialogListener"; output="${impl.build}/dsoap.wsdl" namespace="com.adhamh..DialogSOAP" style="rpc" useinheri

ANNOUNCE : Axis 1.2 Beta ready for testing

2004-03-31 Thread Glen Daniels
Greetings, Axis community: After a bunch more bug fixing, the Axis 1.2 beta release is finally ready to go. You'll find it at http://www.apache.org/dist/ws/axis/1_2beta/ - the versions on the mirrors are incomplete ones from yesterday, so until they update (dates on the files should be 31-Mar-200

JMS--- Error!!

2004-03-31 Thread Senthil_KM
  Hi,   I am trying to create a web servcie which used JMS as the trasnport From the client side i set my transport to JMS and also placed the handler class in the client-config.wsdd   I have also properly deployed my web servcie.I have a listener class listening to the JMSqueue. From the c

RE: client-config.wsdd

2004-03-31 Thread Senthil_KM
Hi richard!! I also faced the same problem In the axis.jar there is a client-config.wsdd and server-config.wsdd So all the handler definitions I placed it inside this client-config.wsdd which is inside the axis.jar. It worked perfectly. Rgds Senthil -Original Message- From: Richard Mart

RE: client-config.wsdd

2004-03-31 Thread Christophe Roudet
Try something like that on your command line java -Daxis.ClientConfigFile=client-config.wsdd Christophe > -Original Message- > From: Richard Martin [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 31, 2004 3:19 PM > To: [EMAIL PROTECTED] > Subject: client-config.wsdd > > Hi fello

client-config.wsdd

2004-03-31 Thread Richard Martin
Hi fellow AXIS users! I'm having trouble getting AXIS to notice that I have a client-config.wsdd on the classpath that specifies a number of client side handlers. The file's location is alleady declared on the classpath and it doesn't work - is there anything else that I need to do? Is there a

Re: Problem Installing Axis on WebSphere 4.0

2004-03-31 Thread Ashish Kulkarni
Hi I guess this is because of the way websphere 4.0 loads the application, i guess there are different jar files in lib folder of websphere and in your WEB-INF/lib folder of web application, If you have webservice.jar file in lib folder of websphere, try removing this jar and restarting your app, i

Problem Installing Axis on WebSphere 4.0

2004-03-31 Thread Thomas . Kirsch
I deployed Axis to a WebSphere 4.0 App server. When I start the app server I get the problems below. What am I doing wrong? When I run Axis in the WebSphere TestEnvironment with WebSphere Studio, everything runs fine. Thank you for your help! Thomas Kirsch Servlet Error-[AdminServlet]: Failed to

MessageContext.getCurrentContext() returns null

2004-03-31 Thread Tony Thompson
When I invoke MessageContext.getCurrentContext(), it returns null. Can anyone explain why that might happen and how I can fix it? I am trying to add a DIME attachment to a response and it is hard to do without a MessageContext. Thanks. Tony

RE: How To Use TCPMonitor?

2004-03-31 Thread Zhao Sharon-CSC002
Title: Message Thank you, Rick and Jay.   Sharon -Original Message-From: Jay D [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 31, 2004 1:27 AMTo: [EMAIL PROTECTED]Subject: Re: How To Use TCPMonitor? Hello,   I found the information on the URL  

Does any one know? ['Watchdog': checked] ['Watchdog': Virus checked]

2004-03-31 Thread KKanagaraj
Hi Friends, Iam facing some problem in XML Schema design, particularly in Data integrity. I really dont know to which user group should i post this, As iam a existing user in Axis user group, iam asking u people. Can anyone tell me to which user group should i post queries regarding xml sche

Re: Performance monitoring tools

2004-03-31 Thread Felix Dierich
Hi Vivek! Oracle's JDeveloper has very good and useful profiling options. You can get it for free (only for development purposes - what else would you do with it?) at otn.oracle.com. Takes a little fiddling into, but is very powerful. It can profile down into any level, as long as you include t

Axis 1.1 Handler destroy() not called problem!

2004-03-31 Thread S Sridhar
Hi, I am a newbie to Axis. I have written a Handler which is part of a chain. This logs some stuff which come sin the requestFlow. Now, when the service is undeployed or when the container is shutdown, I want my Handler to cleanup before it exits. When I override the destroy() of javax.xml.rpc.

RE: possible solution for 500 error using axis 1.1 on OC4J !!!

2004-03-31 Thread Florence Amardeilh
Hi John, I found a solution for seeing the happyaxis page on Weblogic 6.1, maybe it would work for you as well: I had a j2ee.jar in the WEB-INF/lib of my "axis.war" and it was either incompatible or too different with the one of Weblo. I just deleted it and deploy the axis.war again and all was wo