Hey Sergey,

I added a comment on this bug as it still doesn't be fully working for
me.  

It is working for PathParam now, but still isn't working for QueryParam.

Thanks,

Jason

-----Original Message-----
From: Sergey Beryozkin [mailto:[email protected]] 
Sent: Friday, August 26, 2011 3:38 PM
To: [email protected]
Subject: Re: Enum as one of the query params in wadl

I created the one:

https://issues.apache.org/jira/browse/CXF-3770

I was planning to get to it ear;y next week - see if you can get a 
chance, if not then I'll get it fixed shorlty

Cheers, Sergey

On 26/08/11 23:07, Jason Chaffee wrote:
> I will see if I can get to it and supply a patch.  Is there a jira
number or link for this?
>
>
>
> -----Original Message-----
> From: Sergey Beryozkin [mailto:[email protected]]
> Sent: Monday, August 22, 2011 4:06 AM
> To: [email protected]
> Subject: Re: Enum as one of the query params in wadl
>
> 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<[email protected]>
wrote:
>> Any timeline on this?
>>
>> -----Original Message-----
>> From: Sergey Beryozkin [mailto:[email protected]]
>> Sent: Thursday, August 18, 2011 1:29 AM
>> To: [email protected]
>> 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<[email protected]>
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
>>
>
>
>

Reply via email to