Query on JavaToWsdl

2010-06-25 Thread Chaitanya
Hi, WSDL generation with CXF-2.2.9 results in a wsdl file with in the following format : http://localhost:9090/{PortName} where as WSDL generation with an older version of CXF(2.0.2) set the as : http://localhost:9090/{ServiceName}/{PortName} I am not sure if this is a bug. Can someone thr

Re: Some queries regarding JSON support in cxf-2.2.4

2009-10-29 Thread Chaitanya
such as 'type') but which have nothing to do with class hierarchies, but have some domina-specific meaning cheers, Sergey - Original Message - From: "Chaitanya" To: "cxf_dev" Sent: Thursday, October 29, 2009 8:39 AM Subject: Some queries regarding

Some queries regarding JSON support in cxf-2.2.4

2009-10-29 Thread Chaitanya
Hi, I have been evaluating cxf-2.2.4.jar and I need some help for the following issues. Issue 1 : Is there any support for getting JSON in Badgerfish and Jettison-Mapped notations in cxf-2.2.4? If yes, please tell me the configuration to get JSON any one of these notations. If no, by when do

Support for Json arrays

2009-07-09 Thread Chaitanya
Hi, I have a JAX-RS method which takes an array of Employee objects as a param. Employee class is given below. @XmlRootElement public class Employee { private String name; public String getName() { return name; } public void setName(String name) { this.name = n

Supprot for wrapped/unwrapped styles in Mapped convention for JSON

2009-07-03 Thread Chaitanya
Hi, I have a JAX-RS method which takes an Employee object as a param. Employee class is given below. @XmlRootElement public class Employee { private String name; public String getName() { return name; } public void setName(String name) { this.name = name; }

CXF 2.2 release

2009-01-27 Thread Chaitanya
Hi, We are evaluating CXF 2.2 snapshots for JAX-RS 1.0 implementation. Do you have any plans for CXF 2.2 release, anytime soon? Thanks, Chaitanya

Suppport for Regular expressions in template params.

2009-01-16 Thread Chaitanya
Hi, JAX-RS specification says, template parameters can optionally specify the regular expression used to match their values. The default value matches any text and terminates at the end of a path segment but other values can be used to alter this behavior, e.g.: @Path("widgets/{path:.+}") pub

Plan for CXF 2.2

2008-11-24 Thread Chaitanya
, Chaitanya