Right, I understand. That's why the patch pretty much just add a new
accessor function to get both types of handlers so that OpenEJB can
continue to use the same code base for both but at the same time the
ServiceRefs get (re)serialized properly.

If we could disable webservice processing in OpenEJB from Geronimo,
that would be good too. What would be a good way to do this?

Jarek

On Nov 13, 2007 5:26 PM, Dain Sundstrom <[EMAIL PROTECTED]> wrote:
> Jarek,
>
> The idea with that code is that OpenEJB will deal with jax-rpc
> handlers and jax-ws handlers using the same code base.  I know this
> doesn't work for Geronimo, and we need a way to work around this.
> Can we simply disable processing of webservice stuff when embedded
> into Geronimo since Geronimo is handling webservices?
>
> -dain
>
>
> On Nov 13, 2007, at 1:27 PM, Jarek Gawor wrote:
>
> > Dain,
> >
> > Some of these web service handler changes are causing problems in
> > Geronimo (and TCK). Here's one problem discovered:
> > https://issues.apache.org/jira/browse/OPENEJB-717. I attached a small
> > patch to that bug that resolves the problem in Geronimo and hopefully
> > does not break anything else in OpenEJB. Please review/comment or
> > apply the patch.
> >
> > Thanks,
> > Jarek
> >
> > On Nov 9, 2007 3:56 PM, Dain Sundstrom <[EMAIL PROTECTED]> wrote:
> >> Webservice Handlers are now working. See the examples:
> >>
> >> EJB with handlers
> >> http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/ejb-
> >> examples/src/main/java/org/apache/openejb/examples/servlet/
> >> HelloEjbService.java?view=markup
> >>
> >> POJO with handlers
> >> http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/ejb-
> >> examples/src/main/java/org/apache/openejb/examples/servlet/
> >> HelloPojoService.java?view=markup
> >>
> >> Servlet with client handlers
> >> http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/ejb-
> >> examples/src/main/java/org/apache/openejb/examples/servlet/
> >> HelloPojoService.java?view=markup
> >>
> >> Handler code
> >> http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/ejb-
> >> examples/src/main/java/org/apache/openejb/examples/servlet/
> >> ServerHandler.java?view=markup
> >>
> >> -dain
> >>
>
>

Reply via email to