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