We are thinking about moving the EJB3 WS integration code to the EJB3 code-base. The basic idea is that EJB3 related WS code depends on the JBossWS SPI only (we already have that), but the implementation (i.e. EJB3 InvocationHandler) lives with the EJB3 code-base. This way it would be affected by re-factoring and other code changes in the EJB3 module.
Any objections, idea's ?