Will be fixed in CXF 2.3.7/2.4.3/ As usual, patches are welcome too Sergey On Fri, Aug 19, 2011 at 10:54 PM, Jason Chaffee <jchaf...@ebates.com> wrote: > Any timeline on this? > > -----Original Message----- > From: Sergey Beryozkin [mailto:sberyoz...@gmail.com] > Sent: Thursday, August 18, 2011 1:29 AM > To: users@cxf.apache.org > Subject: Re: Enum as one of the query params in wadl > > Hi - that is not properly supported right now - will get it fixed > > Cheers, Sergey > > On Wed, Aug 17, 2011 at 1:02 AM, javanewbie <koushikga...@gmail.com> wrote: >> Hi Guys, >> >> I am trying to use Enum as one of the query params. it is working fine but >> its not getting displayed in wadl?Is there anything special, i should do to >> pick the enum? >> >> This is how, i have : >> >> Interface >> @GET >> @Path("test") >> Response getTest(@QueryParam("") Parameters params); >> >> public class Parameters { >> private String testId; >> private TypeEnum status; >> >> } >> >> public enum TypeEnum { >> TEST("test"); >> } >> >> Any suggestions? >> >> -- >> View this message in context: >> http://cxf.547215.n5.nabble.com/Enum-as-one-of-the-query-params-in-wadl-tp4706235p4706235.html >> Sent from the cxf-user mailing list archive at Nabble.com. >> > > > > -- > Sergey Beryozkin > > http://sberyozkin.blogspot.com > Talend - http://www.talend.com >
-- Sergey Beryozkin http://sberyozkin.blogspot.com Talend - http://www.talend.com