Re: RSFB events and annotations....

2009-08-11 Thread Alessio Soldano
Hi Daniel, Daniel Kulp wrote: OK. I have the WSDLDocumentation stuff working. http://cwiki.apache.org/CXF20DOC/annotations.html and documentation stuff can be added to a BUNCH of places now. Definitely a really cool addition for the java-first use cases. Cool :-) Alessio, since you had

Re: WSDL2JS

2009-08-11 Thread Benson Margulies
OK, that message is buried in the substrate somewhere. I'm not sure that I agree with it :-) In practical terms, we just don't have the code or RPC/encoded. I'm unaware of anything you can use to interconnect an old Axis RPC/encoded service with CXF. On Mon, Aug 10, 2009 at 11:00 PM, Demetris wro

Re: Reusing CXF DataBindings in the JAX-RS implementation

2009-08-11 Thread Sergey Beryozkin
Will providing a set of classes be sufficient, when initializing a DataBinding from JAX-RS ? Should it be a map instead, for Type(s) from Method.getGenericResponseType() Method.getGenericResponseTypes()[index] also be available ? thanks, Sergey dkulp wrote: > > > Basically, I think we

Fwd: OSGi Alliance artifacts are finally in Maven Central

2009-08-11 Thread David Bosschaert
FYI -- Forwarded message -- From: Alin Dreghiciu Date: 2009/8/11 Subject: OSGi Alliance artifacts are finally in Maven Central To: Felix - Developers FYI, Finally the official OSGi Alliance artifacts are now in Maven Central so there is no need of using third party repository t

How to disablle Aegis schema validation

2009-08-11 Thread Sergey Beryozkin
Is there a property which can be used to disable Aegis schema validation ? thanks, Sergey -- View this message in context: http://www.nabble.com/How-to-disablle-Aegis-schema-validation-tp24920473p24920473.html Sent from the cxf-dev mailing list archive at Nabble.com.

Re: WSDL2JS

2009-08-11 Thread Demetris
That's what I figured ;) Thanks for the info Benson. Now regarding inteconnection of Web Services across implementations, if there is no bridge between the old RPC/encoded and CFX, at least I am assuming that newer versions would be able to handle SOAP calls across them or not? This is someth

Re: WSDL2JS

2009-08-11 Thread Daniel Kulp
On Tue August 11 2009 12:15:40 pm Demetris wrote: > That's what I figured ;) Thanks for the info Benson. > > Now regarding inteconnection of Web Services across implementations, if > there is no bridge > between the old RPC/encoded and CFX, at least I am assuming that newer > versions would > be a

Re: WSDL2JS

2009-08-11 Thread Demetris
Well that's what I was after and I agree with you - Thanks much Dan Daniel Kulp wrote: On Tue August 11 2009 12:15:40 pm Demetris wrote: That's what I figured ;) Thanks for the info Benson. Now regarding inteconnection of Web Services across implementations, if there is no bridge between

Re: WSDL2JS

2009-08-11 Thread Demetris
Of course I do see infrastructures here in production still using Axis 1.x without any plans on migrating while other systems come into play with Axis 2 etc. and interoperability between the two sides is impossible - and of course the rest of us will need to sit in between and needing to do o

Re: WSDL2JS

2009-08-11 Thread Benson Margulies
Demetris, If your place has a big investment in RPC/encoded, perhaps one of you would like to pick up the project that one of our committers started of adding RPC/encoded support to CXF. If you do it, you get to ensure that it works with your services :-). I'd be happy to mentor someone in figurin

Web site look and feel....

2009-08-11 Thread Daniel Kulp
I'm sure a couple of you have noticed that the "upgrade" that infrastructure did to confluence a few weeks ago has caused some trouble with the html export, particularly with code samples. Every time someone edits a page that contains code samples, I seem to have to re-export the entire space

Re: Web site look and feel....

2009-08-11 Thread Jeff Genender
Looks great! Jeff On Aug 11, 2009, at 7:22 PM, Daniel Kulp wrote: I'm sure a couple of you have noticed that the "upgrade" that infrastructure did to confluence a few weeks ago has caused some trouble with the html export, particularly with code samples. Every time someone edits a pag

Re: WSDL2JS

2009-08-11 Thread Demetris
Hi Benson, that would a great opportunity to get to know CXF but I am sure I won't be given the time to work on it. I will certainly pass it on and see if we can get someone to work with you although I still have a feeling that the pressure to migrate to Axis2 is mounting. We (at least I) app

Re: WSDL2JS

2009-08-11 Thread Demetris
Do you know if Axis 1.x can generate document/literal or only rpc/encoded? I am wondering if setting the OPERATION_STYLE_PROPERTY to document would do the trick. Benson Margulies wrote: Demetris, If your place has a big investment in RPC/encoded, perhaps one of you would like to pick up the

Re: Web site look and feel....

2009-08-11 Thread John Fuhr
looks great, reads very well. I assume that the "User's Guide" will look like CXFTEST... E. J. Fuhr On Tue, Aug 11, 2009 at 8:22 PM, Daniel Kulp wrote: > > I'm sure a couple of you have noticed that the "upgrade" that infrastructure > did to confluence a few weeks ago has caused some trouble wit