[jira] [Commented] (WICKET-6177) Blocking page serialization

2017-04-06 Thread manuel barzi (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-6177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15959413#comment-15959413 ] manuel barzi commented on WICKET-6177: -- pushed ,) > Blocking page serialization >

[jira] [Commented] (WICKET-6177) Blocking page serialization

2017-04-06 Thread Thomas Heigl (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-6177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15959331#comment-15959331 ] Thomas Heigl commented on WICKET-6177: -- [~manuelbarzi]: Looks good to me and would work as a drop-in

[jira] [Commented] (WICKET-6353) Proxy deserialization fails due to classloading issues

2017-04-06 Thread Sven Meier (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-6353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15959073#comment-15959073 ] Sven Meier commented on WICKET-6353: So we have the following call hierarchies now: {code}

[jira] [Commented] (WICKET-6353) Proxy deserialization fails due to classloading issues

2017-04-06 Thread Emond Papegaaij (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-6353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15958853#comment-15958853 ] Emond Papegaaij commented on WICKET-6353: - I've added some docs. I can understand that the code

[jira] [Commented] (WICKET-6353) Proxy deserialization fails due to classloading issues

2017-04-06 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-6353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15958851#comment-15958851 ] ASF subversion and git services commented on WICKET-6353: - Commit

wicket git commit: WICKET-6353: add some documentation

2017-04-06 Thread papegaaij
Repository: wicket Updated Branches: refs/heads/classloadingfix 5b7ff7d03 -> bdc9e66c2 WICKET-6353: add some documentation Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/bdc9e66c Tree:

[jira] [Commented] (WICKET-6177) Blocking page serialization

2017-04-06 Thread manuel barzi (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-6177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15958792#comment-15958792 ] manuel barzi commented on WICKET-6177: -- hi, Thomas, Martin, in the pr was introduced a change in

[jira] [Commented] (WICKET-6177) Blocking page serialization

2017-04-06 Thread Thomas Heigl (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-6177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15958775#comment-15958775 ] Thomas Heigl commented on WICKET-6177: -- That's what I was thinking, yes. > Blocking page

[jira] [Commented] (WICKET-6177) Blocking page serialization

2017-04-06 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-6177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15958742#comment-15958742 ] Martin Grigorov commented on WICKET-6177: - I understand now. The IPageStore is asynchronous in

[jira] [Commented] (WICKET-6177) Blocking page serialization

2017-04-06 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-6177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15958738#comment-15958738 ] Martin Grigorov commented on WICKET-6177: - That's the purpose of IDataStore#canBeAsynchronous().

[jira] [Commented] (WICKET-6177) Blocking page serialization

2017-04-06 Thread Thomas Heigl (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-6177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15958670#comment-15958670 ] Thomas Heigl commented on WICKET-6177: -- It fails with: {code} 16816 [read] ERR

[jira] [Commented] (WICKET-6353) Proxy deserialization fails due to classloading issues

2017-04-06 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-6353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15958669#comment-15958669 ] Martin Grigorov commented on WICKET-6353: - I'd be happy to have some new javadoc / inline

[jira] [Commented] (WICKET-6177) Blocking page serialization

2017-04-06 Thread Martin Grigorov (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-6177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15958503#comment-15958503 ] Martin Grigorov commented on WICKET-6177: - How exactly it fails ? What error(s) do you experience

[jira] [Commented] (WICKET-6177) Blocking page serialization

2017-04-06 Thread Thomas Heigl (JIRA)
[ https://issues.apache.org/jira/browse/WICKET-6177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15958497#comment-15958497 ] Thomas Heigl commented on WICKET-6177: -- Hi, I'm very interested in this issue and gave the