Errors in waveinabox.net log

2011-04-27 Thread Yuri Z
I discovered some errors related to Socket.IO in waveinabox.net server log and would like to report them. They all seem to be connected with Firefox socket connection. The first error looks like this: 643:DBUG::REQUEST /socket.io/xhr-multipart/ on

Re: Errors in the log related to Socket.IO

2011-04-27 Thread Yuri Z
Can you please send me a link? 2011/4/28 Tad Glines tad.gli...@gmail.com I believe there are some potential concurrency issues with the 20101204 version of socketio-java. Do these errors go away if you use the 20110114 version? On Wed, Apr 27, 2011 at 1:50 PM, Yuri Z vega...@gmail.com

Re: [DISCUSS] Jira Cut Over

2011-04-27 Thread Michael MacFadden
All, The Infra guys have done a dry run of the Jira import. The results can be seen here: It's not perfect, but I think that any issues that need tweaking can be done in a manual way. Unless there are major objections we are going to finalize the import tomorrow evening. At which point we

Re: [DISCUSS] Jira Cut Over

2011-04-27 Thread Yuri Z
The link is missing. 2011/4/28 Michael MacFadden michael.macfad...@gmail.com All, The Infra guys have done a dry run of the Jira import. The results can be seen here: It's not perfect, but I think that any issues that need tweaking can be done in a manual way. Unless there are major

Re: [DISCUSS] Jira Cut Over

2011-04-27 Thread Michael MacFadden
https://issues.apache.org/jira-test/browse/WAVE On Apr 27, 2011, at 2:31 PM, Yuri Z wrote: The link is missing. 2011/4/28 Michael MacFadden michael.macfad...@gmail.com All, The Infra guys have done a dry run of the Jira import. The results can be seen here: It's not perfect, but I

Re: Errors in the log related to Socket.IO

2011-04-27 Thread Tad Glines
http://code.google.com/p/socketio-java/downloads/list On Wed, Apr 27, 2011 at 2:10 PM, Yuri Z vega...@gmail.com wrote: Can you please send me a link? 2011/4/28 Tad Glines tad.gli...@gmail.com I believe there are some potential concurrency issues with the 20101204 version of

Re: Maven support

2011-04-27 Thread Michael MacFadden
All, I am not sold on maven at this point. Don't get me wrong I am a strong advocate of Maven, and although it has its issues, I think it can be a big benefit to a project. I am just not sold that it is worth the effort at the moment. That being said here are a couple ways which maven could

Re: Editor as standalone component and better usage of GWT

2011-04-27 Thread Yuri Z
Talking about making editor standalone, I think it is also worth to talk about making the core HTML generation classes (various ViewBuilder's) independent of the GWT, so they can be used easily for the server side HTML generation. I think that would mean moving all the relevant code to a separate