On Wed, Sep 17, 2008 at 9:34 PM, David Blevins <[EMAIL PROTECTED]> wrote: > Hi Jarek, > > > Looks pretty good to me. I'd also be fine with moving the EjbWsContext > copies into the core.webservices package. I'll hold off for another package > if you wanted to do that or else I'll just apply this tomorrow.
Great. core.webservices package sounds good to me. > We used the maven shade plugin to repackage all the spec jars into one uber > jar. We could roll another jar that has the jax-ws 2.1 apis in there. > Would there be any issues with that other than jar size? I don't think so. I updated the javaee-api-5.0-1.jar file (locally) with the extra JAX-WS 2.1 classes, removed the container/openejb-core/src/main/java/javax/ and server/openejb-client/src/main/java/javax/ directories and built the code with tests and everything went fine. Jarek
