Richard, Have you seen the code in Axis' EJBProvider? (http://cvs.apache.org/viewcvs.cgi/ws-axis/java/src/org/apache/axis/providers/java/). We can use that as a starting point to write our own GeronimoProvider if we want more control...
thanks, -- dims --- Richard Monson-Haefel <[EMAIL PROTECTED]> wrote: > Hi, I actually had an adapter written up but now I can't find it ... Very > weird. Anyway, if memory serves I used the ApacheRpcAdapter (something like > that) because this delivered the invocation in the form of that could be > easily translated into an Invocation object as used in the Geronimo call > stack. I think this is the best way to go, as it lets us introduce the > functionality we need for handlers in the Geronimo call stack after the > transaction and security interceptors have been called, but before the call > in delegated to the bean instance. > > I'm going on vacation and won't be around next week. I hope this helps ... > I'm working off of memory and trying to tie loose ends before I leave (read: > in a rush!) > > Richard > -- > Richard Monson-Haefel > http://www.Monson-Haefel.com > ===== Davanum Srinivas - http://webservices.apache.org/~dims/
