Details
-
Test
-
Status: Closed
-
Major
-
Resolution: Fixed
-
4.7.0
-
None
-
All
Description
I personally don't have time to fix these as I'm swamped with the
business interface proxy changes. Between OpenEJB and Geronimo, I'm
pretty much the only guy who understands how it was all integrated in
2x and how that maps into 3x. Since that's generally not a good
thing, i've done my absolute best to come up with a test case that
documents all the details on how a Web Service Provider and OpenEJB
would come together to complete the EJB Web Services puzzle. At
least how it relates to JAX-RPC.
Here is that test case (not that the test method is more or less
commented out):
http://svn.apache.org/repos/asf/incubator/openejb/trunk/openejb3/
container/openejb-core/src/test/java/org/apache/openejb/core/
stateless/JaxRpcWebServiceInvocationTest.java
There's some code in there already to perform the OpenEJB side of
this, but as Jarek points out it still has issues. Are there any
adventurous souls out there who'd like to try and get this working?
Multiple volunteers are welcome, as always.
Jarek, is it possible you can use this test case and craft up a
simlilar one for JAX-WS Web Service invocations? It'll probably take
some discussion on how we want those to work as we've never done JAX-
WS whereas in 2x we at least had a certified JAX-RPC integration to
work from.
-David