Re: refactoring jaxws support

2007-10-02 Thread Jarek Gawor
Axis2 refactoring is now done in trunk too. Currently, I'm *not* planning to refactor Axis since there isn't much interest in JAX-RPC based web services (unless of course somebody really wants it). Jarek On 9/27/07, Jarek Gawor [EMAIL PROTECTED] wrote: FYI, CXF refactoring is now done in

Re: refactoring jaxws support

2007-09-27 Thread Jarek Gawor
FYI, CXF refactoring is now done in trunk. Everything seems to be working and I can now install the cxf-deployer/car plugin onto the minimal assembly and successfully deploy and run JAX-WS (Serlvet-based) web services. I'll work on Axis2 next. Jarek On 9/19/07, Jarek Gawor [EMAIL PROTECTED]

Re: refactoring jaxws support

2007-09-27 Thread David Jencks
Excellent!!! thanks david jencks On Sep 27, 2007, at 12:23 PM, Jarek Gawor wrote: FYI, CXF refactoring is now done in trunk. Everything seems to be working and I can now install the cxf-deployer/car plugin onto the minimal assembly and successfully deploy and run JAX-WS (Serlvet-based) web

refactoring jaxws support

2007-09-19 Thread Jarek Gawor
As we talked about making things more modular for 2.1, I'm planning to split the CXF and Axis2 modules into smaller units. The main purpose of the split is to separate the EJB bits from Servlet bits so that we can create a minimal server with JAX-WS support but without installing OpenEJB first.

Re: refactoring jaxws support

2007-09-19 Thread Donald Woods
Sounds great! +1 -Donald Jarek Gawor wrote: As we talked about making things more modular for 2.1, I'm planning to split the CXF and Axis2 modules into smaller units. The main purpose of the split is to separate the EJB bits from Servlet bits so that we can create a minimal server with JAX-WS

Re: refactoring jaxws support

2007-09-19 Thread Lin Sun
This sounds a great plan! What you proposed seems a intuitive way to do this... Lin Jarek Gawor wrote: As we talked about making things more modular for 2.1, I'm planning to split the CXF and Axis2 modules into smaller units. The main purpose of the split is to separate the EJB bits from