Heh, thanks. I always wondered what that "duct tape" system property is for.
Jarek
On Nov 14, 2007 2:21 PM, Dain Sundstrom <[EMAIL PROTECTED]> wrote:
> On Nov 13, 2007, at 6:24 PM, Jarek Gawor wrote:
>
> > 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?
>
> It's pretty easy. Find the code you want to skip and add and if-
> block like this:
>
> if (System.getProperty("duct tape") != null) return;
>
> The "duct tape" flag is set only when running in Geronimo.
>
> -dain
>
>