[ 
https://issues.apache.org/jira/browse/WICKET-5670?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14092755#comment-14092755
 ] 

ASF subversion and git services commented on WICKET-5670:
---------------------------------------------------------

Commit 520aea93bd8bf87886bf307ac2f052d06a1a1d71 in wicket's branch 
refs/heads/wicket-6.x from [~mgrigorov]
[ https://git-wip-us.apache.org/repos/asf?p=wicket.git;h=520aea9 ]

WICKET-5670 org.apache.wicket.protocol.ws.api.registry.IKey should be 
Serializable (IClusterable)


> org.apache.wicket.protocol.ws.api.registry.IKey should be Serializable 
> (IClusterable)
> -------------------------------------------------------------------------------------
>
>                 Key: WICKET-5670
>                 URL: https://issues.apache.org/jira/browse/WICKET-5670
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-native-websocket
>    Affects Versions: 7.0.0-M2
>            Reporter: Sebastien Briquet
>            Assignee: Martin Grigorov
>
> IKey not serializable whereas it is supposed to be.
> this.add(new WebSocketBehavior() {
>     private static final long serialVersionUID = 1L;
>     @Override
>     protected void onConnect(ConnectedMessage message)
>     {
>         super.onConnect(message);
>        
>         LOG.info("Client connected");
>        
>         applicationName = message.getApplication().getName();
>         sessionId = message.getSessionId();
>         key = message.getKey();
>     }
> });
> Leads to:
> private org.apache.wicket.protocol.ws.api.registry.IKey
> MyPage.key [class=org.apache.wicket.protocol.ws.api.registry.PageIdKey] 
> <----- field that is causing the problem
> If you could update the wicket guide in the same time (the usage of the key), 
> it would be nice!
> http://wicket.apache.org/guide/guide/nativewebsockets.html#nativewebsockets_2
> Thanks in advance,
> Sebastien



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to