Re: CXF and Axis2 (dogs and cats?)

2007-02-11 Thread Davanum Srinivas
Ah. I see! looks like it's gonna be painful for all of us working on Axis2 integration :( thanks -- dims On 2/11/07, Jarek Gawor <[EMAIL PROTECTED]> wrote: Yes, it works now because you have one gbean and pretty much one function to check for the right provider. But as soon as we start adding e

Re: CXF and Axis2 (dogs and cats?)

2007-02-11 Thread Jarek Gawor
Yes, it works now because you have one gbean and pretty much one function to check for the right provider. But as soon as we start adding ejb support and service-ref support you will have multiple gbeans and multiple functions to add that check in. The check itself is not a lot of code or anything

Re: CXF and Axis2 (dogs and cats?)

2007-02-11 Thread Davanum Srinivas
Jarek, I've been testing the whole day long, it's working for me. -- dims On 2/11/07, Jarek Gawor <[EMAIL PROTECTED]> wrote: Dims, I don't think that alone will work. I think we need to stop the entire cxf-deployer/car or axis2-deployer/car modules to deregister several gbeans. Basically what

Re: CXF and Axis2 (dogs and cats?)

2007-02-11 Thread Lin Sun
Dims/Jarek, What if we add property substitution capability in the config.xml and plan files so that people can just specify axis2, Axis2Builder and axis2-deployer as the value of the properties when they want Axis2. If they want CXF, they can specify cxf, CXFBuilder and cxf-deployer instead

Re: CXF and Axis2 (dogs and cats?)

2007-02-11 Thread Jarek Gawor
Dims, I don't think that alone will work. I think we need to stop the entire cxf-deployer/car or axis2-deployer/car modules to deregister several gbeans. Basically what Lin Sun was saying which can either be done by changing the config.xml file or through the console today. So I believe the chang

Re: CXF and Axis2 (dogs and cats?)

2007-02-11 Thread Davanum Srinivas
Found a spot in WebServicesBuilder.configurePojo where i can skip stuff. will try to use that. thanks, dims On 2/11/07, David Jencks <[EMAIL PROTECTED]> wrote: On Feb 11, 2007, at 6:28 AM, Davanum Srinivas wrote: > Dain, > > Just reviewed the code in OpenJPA. Am going to try to add some simil

Re: CXF and Axis2 (dogs and cats?)

2007-02-11 Thread David Jencks
On Feb 11, 2007, at 6:28 AM, Davanum Srinivas wrote: Dain, Just reviewed the code in OpenJPA. Am going to try to add some similar switch Keying off of javax.xml.ws.spi.Provider (defined by the JSR) and specific implementations are org.apache.cxf.jaxws.spi.ProviderImpl and org.apache.axis2.jaxw

Re: CXF and Axis2 (dogs and cats?)

2007-02-11 Thread Davanum Srinivas
Dain, Just reviewed the code in OpenJPA. Am going to try to add some similar switch Keying off of javax.xml.ws.spi.Provider (defined by the JSR) and specific implementations are org.apache.cxf.jaxws.spi.ProviderImpl and org.apache.axis2.jaxws.spi.Provider. It's getting to be very annoying to keep

RE: CXF and Axis2 (dogs and cats?)

2007-01-11 Thread Lin Sun
- From: Dain Sundstrom [mailto:[EMAIL PROTECTED] Sent: Thursday, January 11, 2007 4:48 PM To: dev@geronimo.apache.org Subject: Re: CXF and Axis2 (dogs and cats?) It would be very nice if this could work like JPA where I set a single property in my application to switch implementations. -dain

Re: CXF and Axis2 (dogs and cats?)

2007-01-11 Thread Davanum Srinivas
dain, +1000 -- dims On 1/11/07, Dain Sundstrom <[EMAIL PROTECTED]> wrote: It would be very nice if this could work like JPA where I set a single property in my application to switch implementations. -dain On Jan 11, 2007, at 1:16 PM, Matt Hogstrom wrote: > I am not overly knowledgeable about

Re: CXF and Axis2 (dogs and cats?)

2007-01-11 Thread Dain Sundstrom
It would be very nice if this could work like JPA where I set a single property in my application to switch implementations. -dain On Jan 11, 2007, at 1:16 PM, Matt Hogstrom wrote: I am not overly knowledgeable about WebServices so I'll bear my ignorance directly. Given that we'll have two

Re: CXF and Axis2 (dogs and cats?)

2007-01-11 Thread Davanum Srinivas
Am at a point where i am struggling to get a test up and running in the geronimo harness and connect to it from my debugger :) So am absolutely the wrong person to ask :) -- dims On 1/11/07, Matt Hogstrom <[EMAIL PROTECTED]> wrote: I am not overly knowledgeable about WebServices so I'll bear my