Re: deployment form for wrapped doc/lit operation

2004-10-14 Thread Jeff Greif
Apparently my hypotheses were correct, more or less. The new error occurred because the newer version of Axis apparently deserializes xsd:anyURI into org.apache.axis.types.URI, instead of into String as the old one did. Since URI is not compatible with String, the method mismatched the deployment

RE: Deployment Error

2004-09-29 Thread Suzy Fynes
Thanks got it fixed, the was a typo in the pathname to log4j   Thanks for help   -Original Message- From: Sunkara, Jayachandra S [mailto:[EMAIL PROTECTED] Sent: 29 September 2004 10:47 To: [EMAIL PROTECTED] Subject: RE: Deployment Error   Do this. On the command prompt type

RE: Deployment Error

2004-09-29 Thread Sunkara, Jayachandra S
command line after editing the .bashrc file appropriately. This should solve your problem   jayachandra From: Suzy Fynes [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 29, 2004 3:08 PM To: [EMAIL PROTECTED] Subject: RE: Deployment Error   Thought that was the problem but its

RE: Deployment Error

2004-09-29 Thread Suzy Fynes
Thought that was the problem but its not, am getting quite stumped   -Original Message- From: Sunkara, Jayachandra S [mailto:[EMAIL PROTECTED] Sent: 29 September 2004 10:15 To: [EMAIL PROTECTED] Subject: RE: Deployment Error   Means log4j jar is missing in classpath

RE: Deployment Error

2004-09-29 Thread Sunkara, Jayachandra S
Means log4j jar is missing in classpath   From: Suzy Fynes [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 29, 2004 2:43 PM To: [EMAIL PROTECTED] Subject: Deployment Error   Hi,   I set all classpaths on my server and I’m getting the following error now when I try run

RE: Deployment Error - PLEAES IGNOR LAST POST FOUND THE PROBLEM! SORRY

2004-09-29 Thread Suzy Fynes
    -Original Message- From: Suzy Fynes [mailto:[EMAIL PROTECTED] Sent: 29 September 2004 10:13 To: [EMAIL PROTECTED] Subject: Deployment Error   Hi,   I set all classpaths on my server and I’m getting the following error now when I try run the AdminClient   Exception in th

RE: deployment problems

2004-07-30 Thread Vijai Mohan
- From: rory galvin [mailto:[EMAIL PROTECTED] Sent: Friday, July 30, 2004 12:43 PM To: [EMAIL PROTECTED] Subject: RE: deployment problems   Thomas, Thanks again for ur reply. In the mean time I've added the service element from my deploy.wsdd file to the server-config.wsdd under WE

RE: deployment problems

2004-07-30 Thread THOMAS, JAI [AG-Contractor/1000]
s the admin client do more than update server-config.wsdd? Rory.. >From: "THOMAS, JAI [AG-Contractor/1000]" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> >Subject: RE: de

RE: deployment problems

2004-07-30 Thread rory galvin
erver-config.wsdd? Rory.. >From: "THOMAS, JAI [AG-Contractor/1000]" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> >Subject: RE: deployment problems >Date: Fri, 30 Jul 2004 12:34:50 -0500 >

RE: deployment problems

2004-07-30 Thread THOMAS, JAI [AG-Contractor/1000]
java org.apache.axis.client.AdminClient -lhttp:///service/AdminService deploy.wsdd    Jai    -Original Message-From: rory galvin [mailto:[EMAIL PROTECTED]Sent: Friday, July 30, 2004 12:22 PMTo: [EMAIL PROTECTED]Subject: RE: deployment problems Thomas, I did as you said and checked s

RE: deployment problems

2004-07-30 Thread rory galvin
processing but the web service is nowhere to be seen. Rory..       >From: "THOMAS, JAI [AG-Contractor/1000]" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> >Subject: RE: deployment problems >Date

RE: deployment problems

2004-07-30 Thread THOMAS, JAI [AG-Contractor/1000]
As step 1, I would open up server-config.wsdd under web-app and see your services are listed.   Jai -Original Message-From: rory galvin [mailto:[EMAIL PROTECTED]Sent: Thursday, July 29, 2004 11:54 AMTo: [EMAIL PROTECTED]Subject: deployment problems Hey guys, I'm h

Re: Deployment without Axis

2004-07-29 Thread Craig M
of course, Axis just makes it easy if you don't want to mess with xml parsing   just use a standard servlet and code it yourself if you need to be tool agnostic - Original Message - From: Suzanne Fynes To: [EMAIL PROTECTED] Sent: Thursday, July 29, 2004 5:02 AM Subj

RE: Deployment Question

2004-07-09 Thread Sagar Pidaparthi
ssage- From: Keith Hatton [mailto:[EMAIL PROTECTED] Sent: Friday, July 09, 2004 5:00 AM To: [EMAIL PROTECTED] Subject: RE: Deployment Question Hi, Axis should only require the classes that an RMI client for your EJBs would also require, i.e. the home and remote interfaces of your EJBs and any

RE: Deployment Question

2004-07-09 Thread Keith Hatton
on servers (what server are you using?) Hope this helps, Keith -Original Message- From: Sagar Pidaparthi [mailto:[EMAIL PROTECTED] Sent: 08 July 2004 16:28 To: [EMAIL PROTECTED] Subject: RE: Deployment Question Hi, I am not sure if the answer below solves the problem. Correct me if I am

RE: Deployment Question

2004-07-08 Thread Sagar Pidaparthi
PROTECTED] Sent: Wednesday, July 07, 2004 6:57 PM To: [EMAIL PROTECTED] Subject: RE: Deployment Question You can include the axis jar files in your application and add the sections from the axis web.xml file to enable the bindings for the AxisServlet. Then axis will have access to the classes

RE: Deployment Question

2004-07-07 Thread Steve Mactaggart
You can include the axis jar files in your application and add the sections from the axis web.xml file to enable the bindings for the AxisServlet. Then axis will have access to the classes deployed in your webapp. Steve > -Original Message- > From: Keith Tingle [mailto:[EMAIL PROTECTED]

Re: Deployment Descriptor - deploy.wsdd vs. web.xml

2004-07-05 Thread matthew.hawthorne
Jason Etherton wrote: When I added an Axis Ant task (war) to my build file it told me I needed the "webxml" atttribute. Upon looking this up I found that it is the URL of the deployment descriptor, so I added the URL for the WSDL2Java-generated 'deploy.wsdd'. I know this is wrong, but what I d

Re: Deployment Descriptor - deploy.wsdd vs. web.xml

2004-07-05 Thread NYY96
It is my understanding that all deploy.wsdd does is add a service section to the web.xml for Axis. It is my undersatnding that the AdminClient simply performs a pseudo "copy and paste" for the developer to allow him to quickly deploy and undeploy the service. You can manually do it by working in

Re: Deployment in AXIS

2004-03-11 Thread Jeff Greif
org/apache/axis/server/server-config.wsdd (in axis.jar) deploys it Read the docs about wsdd options to find out about lifetime, etc. Read the architecture and user guides to find out about handlers. Jeff - Original Message - From: Senthil_KM To: [EMAIL PROTECTED] Sent: Thursday, March

RE: Deployment problems

2003-09-01 Thread Mayne, Peter
Title: RE: Deployment problems It turns out that it was indeed a missing class. I spent ages looking through the Axis logs looking for a problem. Eventually I switch from Tomcat to Jetty, which displayed the exception immediately. I went back and looked in the Tomcat logs, and there it was

RE: Deployment problems

2003-08-29 Thread Mayne, Peter
Title: Message From: Alexander Berry,Jr.   See below that your class is in a package. So there should be a package statement in the java code. which would mean that under the /lib directory that package structure must exist.   The deploy.wsdd is as generated by WSDL2Java. A "jar tf" shows th

Re: Deployment problems

2003-08-29 Thread Alexander Berry,Jr.
See below that your class is in a package. So there should be a package statement in the java code. which would mean that under the /lib directory that package structure must exist. so Either: remove the package statement and recompile and redeploy without a package or create the package corr

Re: Deployment problems

2003-08-29 Thread Alexander Berry,Jr.
another thought check the wsdd and make sure that the package names match and are in the same case. Alexander Berry, Jr. Confluent Software The Webservices Management Company. Mayne, Peter wrote: RE: Deployment problems > From: Alexander Berry,Jr. > Check to see if y

Re: Deployment problems

2003-08-29 Thread Alexander Berry,Jr.
wrote: RE: Deployment problems > From: Alexander Berry,Jr. > Check to see if you are getting a classnotfound error. I have had the same problem when I get a > classnotfound because of a typo or something. Good point. I've put the necessary jars in /webapp

RE: Deployment problems

2003-08-29 Thread Mayne, Peter
Title: RE: Deployment problems > From: Alexander Berry,Jr. > Check to see if you are getting a classnotfound error. I have had the same problem when I get a > classnotfound because of a typo or something. Good point. I've put the necessary jars in /webapps/axis/WEB-IN

Re: Deployment problems

2003-08-29 Thread Alexander Berry,Jr.
Check to see if you are getting a classnotfound error. I have had the same problem when I get a classnotfound because of a typo or something. Alexander Berry, Jr. Confluent Software The Webservices Management Company Mayne, Peter wrote: Deployment problems I'm attempting to deploy

Re: deployment woes

2003-08-28 Thread Anil Dindigal
> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 27, 2003 9:53 PM Subject: Re: deployment woes > Your type mapping has languageSpecificType as > java:java:. It should be java: > >Sanjay > > --- Anil Dindigal <[EMAIL PROTECTED]> wrote: > > Hello Axis Guru

Re: deployment woes

2003-08-28 Thread Sanjay Krishnamurthi
Your type mapping has languageSpecificType as java:java:. It should be java: Sanjay --- Anil Dindigal <[EMAIL PROTECTED]> wrote: > Hello Axis Gurus, > > Here is a problem that is bugging me. Its something > very straight forward > that Im not able to put my finger on. I basically > have added

RE: Deployment fails- Help

2003-03-28 Thread Vincent Carpentier (LMC)
28, 2003 6:11 AM To: [EMAIL PROTECTED] Subject: Re: Deployment fails- Help Hi ! I'm sorry I missed out a point with regards to my earlier mail. I'm using Axis v1.0 on weblogic v7.0 Regards Kumar Raj Kumar Raj wrote: > Hi > > Couple of queries. > > 1. I'm worki

Re: Deployment fails- Help

2003-03-28 Thread Kumar Raj
Hi ! I'm sorry I missed out a point with regards to my earlier mail. I'm using Axis v1.0 on weblogic v7.0 Regards Kumar Raj Kumar Raj wrote: > Hi > > Couple of queries. > > 1. I'm working on Axis 1.0 release. When I deploy a service which maintains the > state with the client,it gets deploye

RE: deployment problem without .jws

2003-01-24 Thread David Gilbert
:[EMAIL PROTECTED]] Sent: Friday, January 24, 2003 1:34 PM To: [EMAIL PROTECTED] Subject: RE: deployment problem without .jws think it should be parameter and not option under service. -Original Message- From: David Gilbert [mailto:[EMAIL PROTECTED]] Sent: Friday, January 24, 2003 12:42

RE: deployment problem without .jws

2003-01-24 Thread Vidyanand Murunikkara
think it should be parameter and not option under service. -Original Message- From: David Gilbert [mailto:[EMAIL PROTECTED]] Sent: Friday, January 24, 2003 12:42 PM To: [EMAIL PROTECTED] Subject: RE: deployment problem without .jws Here is the deployment result in server-config.xml

RE: deployment problem without .jws

2003-01-24 Thread Vidyanand Murunikkara
Can u try changing the servlet mapping entry to AxisServlet /services/* This shld hopefully fix the 404 -Original Message- From: David Gilbert [mailto:[EMAIL PROTECTED]] Sent: Friday, January 24, 2003 12:39 PM To: [EMAIL PROTECTED] Subject: RE: deployment problem without

RE: deployment problem without .jws

2003-01-24 Thread David Gilbert
] Subject: RE: deployment problem without .jws Hi can u look up the servlet mapping for Axis Servlet in your web.xml ? -Original Message- From: David Gilbert [mailto:[EMAIL PROTECTED]] Sent: Friday, January 24, 2003 11:21 AM To: [EMAIL PROTECTED] Subject: RE: deployment problem without .jws

RE: deployment problem without .jws

2003-01-24 Thread David Gilbert
Servlet with http://localhost:8080/axis/services/Product - right? Should I need to map each deployed service? -Original Message- From: Vidyanand Murunikkara [mailto:[EMAIL PROTECTED]] Sent: Friday, January 24, 2003 12:38 PM To: [EMAIL PROTECTED] Subject: RE: deployment problem without .jws

RE: deployment problem without .jws

2003-01-24 Thread David Gilbert
Any other ideas? -Original Message- From: Vidyanand Murunikkara [mailto:[EMAIL PROTECTED]] Sent: Friday, January 24, 2003 12:02 PM To: [EMAIL PROTECTED] Subject: RE: deployment problem without .jws Could you try using http://localhost:8080/axis/services/Product as the URL > -Ori

RE: deployment problem without .jws

2003-01-24 Thread Vidyanand Murunikkara
Could you try using http://localhost:8080/axis/services/Product as the URL > -Original Message- > From: David Gilbert [mailto:[EMAIL PROTECTED]] > Sent: Friday, January 24, 2003 11:12 AM > To: [EMAIL PROTECTED] > Subject: deployment problem without .jws > > I am runnin

Re: deployment without running tomcat

2002-09-27 Thread Steve Loughran
- Original Message - From: "Robert Herold" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, September 27, 2002 20:31 Subject: RE: deployment without running tomcat > Deploying w/Ant: I just run the admin client by invoking the following > target:

Re: deployment without running tomcat

2002-09-27 Thread Steve Loughran
- Original Message - From: "Robert Herold" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, September 27, 2002 00:19 Subject: deployment without running tomcat > In my build process, I first use Ant to build/install webapps to > tomcat/webapps, then start up tomcat, then use An

RE: deployment without running tomcat

2002-09-27 Thread Robert Herold
PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Ulrich Winter Sent: Friday, September 27, 2002 12:44 AM To: [EMAIL PROTECTED] Subject: Re: deployment without running tomcat Robert, > Is there a known way to use the AdminClient without first starting Tomcat > (or whatever servlet contai

RE: deployment without running tomcat

2002-09-27 Thread Robert Herold
Deploying w/Ant: I just run the admin client by invoking the following target: http://localhost:8080/bobh/servlet/AxisServlet/AdminService"/> where ${tst.webservices.dir} and build.classpath are appropriately defined elsewhere. This target requires that Tomc

Re: deployment without running tomcat

2002-09-27 Thread Ulrich Winter
Robert, > Is there a known way to use the AdminClient without first starting Tomcat > (or whatever servlet container is hosting the Axis webservice)? deployment of web services in axis needs two parts: - make the classes available in the servers class path (which is done in your first step) -

Re: Deployment of my service as war-file inclusive Axis

2002-07-18 Thread Martin Jericho
include the server-config.wsdd file in the WEB-INF directory of your war file. - Original Message - From: "Oliver Rettig" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 18, 2002 7:06 PM Subject: Deployment of my service as war-file inclusive Axis > Hallo, > > I want to

Re: Deployment of my service as war-file inclusive Axis

2002-07-18 Thread Oliver Rettig
Thanks all for your help. > Hallo, > > I want to pack a war file which includes the Axis stuff and all files of my > webservice. This is easy to do with Netbeans. But now I want to put the > war-file to my provider and I do not want to execute some code to deploy my > service. I want to make some

Re: Deployment of my service as war-file inclusive Axis

2002-07-18 Thread Bruce Scharlau
At 11:06 AM 7/18/2002 +0200, you wrote: >Hallo, > >I want to pack a war file which includes the Axis stuff and all files of my >webservice. This is easy to do with Netbeans. But now I want to put the >war-file to my provider and I do not want to execute some code to deploy my >service. I want to m

AW: 2 questions re: deployment of services

2002-06-21 Thread Till Woerner
Answers inline, > > 1. Is there a comprehensive "usage" of AdminClient? i.e. > where can i find a list of various options (and what they do) > for AdminClient? The current usage output doesn't give any good info. The documentation of the class AdminClient in the API-docs lists all command

2 questions re: deployment of services

2002-06-21 Thread Agrawal, Anuj (Anuj)** CTR **
1. Is there a comprehensive "usage" of AdminClient? i.e. where can i find a list of various options (and what they do) for AdminClient? The current usage output doesn't give any good info. 2. I have pre-generated wsdd files, each of which possibly contain more than 1 service. Is there a way

Re: Deployment with WSDD without SOAP request

2002-05-28 Thread Steve Loughran
- Original Message - From: "Arne M. Degenring" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 28, 2002 1:19 PM Subject: Deployment with WSDD without SOAP request > Hi, > > has anybody managed to do the deployment with a WSDD file without using > AdminClient? AdminClient

RE: Deployment with WSDD without SOAP request

2002-05-28 Thread thomas . cherel
Title: RE: Deployment with WSDD without SOAP request Have a look to org/apache/axis/utils/Admin.java. This is the implementation of the Admin service (which is taking care of the deploy). There is even a main program that might do exactly what you are asking for. Thomas -Original

RE: Deployment

2002-04-23 Thread Ramon Turnes
You have getOperation() method in MessageContext. I don't know if that is what you want. Regards. Ramón. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Monday, April 22, 2002 4:40 PM > To: [EMAIL PROTECTED] > Subject: RE: Deplo

RE: Deployment

2002-04-22 Thread Geza.Szocs
> When you deploy a service axis configuration is modified, which means > that if you are using the default configuration, server-config.wsdd > changes. I don't think that web.xml is modified at all. Ok, ok, stupid me. I meant server-config.wsdd. Right. So only that file changes, and nothing el

RE: Deployment

2002-04-22 Thread Ramon Turnes
When you deploy a service axis configuration is modified, which means that if you are using the default configuration, server-config.wsdd changes. I don't think that web.xml is modified at all. What I don't understand is what you mean by client deployment. Why should you need that. Regards.

RE: deployment descriptor

2002-04-02 Thread Volkmann, Mark
Title: RE: deployment descriptor There's some syntax in the DTD that I don't understand. For example, It seems that a lot of those parens aren't necessary. Also, I've never seen a solitary * in a DTD. I don't think that's a valid way of saying that any

RE: deployment descriptor

2002-04-02 Thread Glen Daniels
Title: RE: deployment descriptor Both of which are, alas, way out of date.  Sigh.  This is on my list, but keeps getting bumped due to higher-priority stuff.   --G -Original Message-From: Volkmann, Mark [mailto:[EMAIL PROTECTED]]Sent: Tuesday, April 02, 2002 10:36 AMTo

RE: deployment descriptor

2002-04-02 Thread Volkmann, Mark
Title: RE: deployment descriptor Download the source for Axis and look in the java/wsdd directory. You'll find both a DTD and an XML Schema there. > -Original Message- > From: Ramzy [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, April 02, 2002 9:20 AM > To: [EMAIL PRO

RE: deployment

2002-03-21 Thread Glyn Normington
ROTECTED]> cc: 21/03/02 09:27 Subject: RE: deployment

RE: deployment

2002-03-21 Thread Ramon Turnes
> Sent: Wednesday, March 20, 2002 3:19 PM > To: [EMAIL PROTECTED] > Subject: RE: deployment > > > > Actually when you deploy a new service using the Admin service, Axis > updates server-config *and* makes the changes ef

RE: deployment

2002-03-20 Thread Glyn Normington
cc: 20/03/02 12:31 Subject: RE: deployment Please resp

RE: deployment

2002-03-20 Thread Ramon Turnes
My understanding is that the Axis server loads services defined in server-config.wsdd at boot time. You only need to invoke the AdminClient when you want to deploy a new service. When you deploy a new service the Admin service updates server-config but these changes aren't effective until nex