You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Davanum Srinivas <di...@yahoo.com> on 2002/09/02 02:14:05 UTC

Re: JAX-RPC Handler Support in Axis

Greg,

Applied Patch. Please cross-check.

Thanks,
dims

--- Greg Truty <gt...@us.ibm.com> wrote:
> 
> 
> 
> 
> Folks,
> 
> Ok... further tests indicate that I had an issue w/my implementation.
> Essentially, I am writing a testcase to contribute which add's headers,
> checks headers, and modifies the soap body as part of doing this from a
> JAX-RPC handler.  It showed that my JAX-RPC intercepters are in the wrong
> spot on the server side.  They need to be moved so they run AFTER the pivot
> point.  Sending a header in the SOAP response was not possible.  I moved
> them to SOAPService and it works fine.
> The changes are as follows:
> 
> When I have the testcase finished, I will contribute it...
> (See attached file: patch.zip)
> 
> Regards... Greg
> 
> Greg Truty
> 
> 
> 
>                                                                                                 
>                                                      
>                       Russell                                                                   
>                                                      
>                       Butek/Austin/IBM@        To:       axis-dev@xml.apache.org                
>                                                      
>                       IBMUS                    cc:                                              
>                                                      
>                                                Subject:  Re: JAX-RPC Handler Support in Axis    
>                                                      
>                       08/28/2002 12:11                                                          
>                                                      
>                       PM                                                                        
>                                                      
>                       Please respond to                                                         
>                                                      
>                       axis-dev                                                                  
>                                                      
>                                                                                                 
>                                                      
> 
> 
> 
> The TCK still passes with these changes.
> 
> Russell Butek
> butek@us.ibm.com
> 
> 
> Davanum Srinivas <di...@yahoo.com> on 08/28/2002 09:55:59 AM
> 
> Please respond to axis-dev@xml.apache.org
> 
> To:    axis-dev@xml.apache.org
> cc:
> Subject:    Re: JAX-RPC Handler Support in Axis
> 
> 
> 
> Greg,
> Checked in. Please cross-check. How about some testcases? doc updates? :)
> 
> Russell, Sam,
> Can you please run the JAXRPC TCK tests and let Greg and me know if you see
> problems?
> 
> Notes:
> - Fixed the EngineConfigurationFactoryFinder problem.
> - cleaned up the imports in the new java files from Greg.
> - added a few entries in the properties files that were missing.
> - run "ant clean all-tests"
> 
> Thanks,
> dims
> 
> --- Greg Truty <gt...@us.ibm.com> wrote:
> >
> >
> >
> >
> > Dims,
> >
> > I was only a few days off so the upgrade was simple.
> > 1) I can't run all-tests but I can do the functional tests due to the
> > following error (Richard Sitze will look into it when he get's in)
> >
> >     <failure message="File: C:
> >
> \axis\0828\java\src\org\apache\axis\configuration\EngineConfigurationFactoryFinder.
> 
> 
> > java: Unexpected: log\.(info|warn|error|fatal)[ \t]*\((?![ \t]
> *JavaUtils\.
> > getMessage)
> > " type="junit.framework.AssertionFailedError">junit.framework.
> > AssertionFailedError: File: C:
> >
> \axis\0828\java\src\org\apache\axis\configuration\EngineConfigurationFactoryFinder.
> 
> 
> > java: Unexpected: log\.(info|warn|error|fatal)[ \t]*\((?![ \t]
> *JavaUtils\.
> > getMessage)
> >       at test.utils.TestSrcContent.testSourceFiles(TestSrcContent.java:
> 73)
> >
> > 2) fully agree (are you going to do this or should I ask Russell?)
> >
> > Here is the .zip file as you requests...
> > (See attached file: handler.zip)
> >
> > Regards... Greg
> >
> > Greg Truty
> > WebSphere Architecture/Development,  IBM Austin
> > EMail:     gtruty@us.ibm.com                               (Internal)
> > gtruty@ibmusm26
> > Phone:   (ext)  (512) 838-2828                               (Tie) 678-
> 2828
> >
> >
> >
> >
> >                       Davanum Srinivas
> >
> >                       <di...@yahoo.com>         To:      axis-dev@xml.
> apache.org
> >
> >                                                cc:
> >
> >                       08/28/2002 07:52         Subject: Re: JAX-RPC
> Handler Support in Axis
> >
> >                       AM
> >
> >                       Please respond
> >
> >                       to axis-dev
> >
> >
> >
> >
> >
> >
> >
> > Greg,
> >
> > Thanks. I was hoping someone would jump in :) Here's my +1 for the
> changes
> > as long as:
> >
> > #1: Don't break any of the tests...
> > #2: We still pass the JAX-RPC TCK...
> >
> > Also, Can you please send in a patch as follows?
> >
> > - Get the latest Axis code, make the necessary changes.
> > - run "cvs diff -u" from the xml-axis/java/ directory, capture the output
> > in say a axis.diff file.
> > - Create a zip file with all the new java files and the axis.diff from
> > above.
> > - Send the zip file to the list.
> >
> > As soon as i get this update from you, i will try to merge the changes
> in,
> > run the axis tests and
> > hand it over to russell for jaxrpc tests...Does this sound ok?
> >
> > Thanks,
> > dims
> >
> >
> > --- Greg Truty <gt...@us.ibm.com> wrote:
> > >
> > >
> > >
> > >
> > > Folks,
> > >
> > > I apologize for the long note... so... if you are not interested in the
> > > JAX-RPC handler support in Axis... you can stop right here.  I was
> taking
> > a
> > > look at our current JAX-RPC handler support in Axis.  To (a) document
> the
> > > work and (b) define issues with it. I defined what I believe Axis does,
> > > defined the issues, and then suggest a solution.
> > >
> > > Dims has added a good portion of the Axis support for Handlers (thanks
> > > Dims).  However, the support needed for containers (as defined in JSR
> > 109)
> > > and that required for non-managed environments (as defined in 101) is a
> > bit
> > > different.  In addition, how this *could* or *should* be reflected in
> the
> > > *config.wsdd documents should be addressed as pieces are currently
> > missing.
> 
=== message truncated ===

> ATTACHMENT part 2 application/zip name=patch.zip



=====
Davanum Srinivas - http://xml.apache.org/~dims/

__________________________________________________
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.yahoo.com

stopping SimpleAxisServer

Posted by Mark Volkmann <vo...@charter.net>.
Is there any way to stop an running instance of SimpleAxisServer other than
killing the process? I'd really like to be able to do this from an Ant build
script.