users@tyrus.java.net

Re: Discrepancy between URIs of programmatic and annotated endpoint

From: Arun Gupta <arun.p.gupta_at_oracle.com>
Date: Sun, 17 Feb 2013 07:21:06 -0800

Ah, wrong alias :-)

This need to go to users_at_websocket-spec.

Arun

On 2/17/13 1:28 AM, Pavel Bucek wrote:
> Hi Arun,
>
> how is this Tyrus issue?
>
> Pavel
>
> On 2/16/13 8:57 PM, Arun Gupta wrote:
>> There is a discrepancy between programmatic and annotated endpoint.
>> The following two code work in GlassFish b76:
>>
>> @WebSocketEndpoint(value="/websocket")
>> public class MyEndpoint {
>>
>> AND
>>
>> public class MyServerConfiguration extends DefaultServerConfiguration
>> implements ServerEndpointConfiguration {
>>
>> public MyServerConfiguration() {
>> super(MyEndpoint.class, "websocket");
>> }
>>
>> But annotated endpoint takes the URI as "/websocket" and the
>> programmatic endpoint takes the URI as "websocket".
>>
>> The spec requires annotated endpoint URI to start with / but could
>> not find anything around (may be I missed) programmatic endpoint.
>>
>> Arun
>>
>

-- 
http://twitter.com/arungupta
http://blogs.oracle.com/arungupta