Re: Problem with the Chat

2009-03-26 Thread Allan Pinto
works perfect!!! tried both jrdesktop and standard screen sharer. bad bandwidth error persist :( but otherwise perfect. On Thu, Mar 26, 2009 at 9:30 AM, jjcalafatt wrote: > > Thanks!!! > > I will try to do it! > > Jaume > > > -- Thanx and regd's. Allan. http://www.in2dwok.com --~--~--

Re: Problem with the Chat

2009-03-26 Thread jjcalafatt
Thanks!!! I will try to do it! Jaume --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "OpenMeetings User" group. To post to this group, send email to openmeetings-user@googlegroups.com To unsubscribe from this group,

Re: Problem with the Chat

2009-03-26 Thread Sebastian Wagner
okay plz retry with http://openmeetings.googlecode.com/files/openmeetings_0_8_rc2.zip should be slightly improved to include the correct SWF and also fixed the Chat-Issue. sebastian 2009/3/26 Sebastian Wagner : > okay should be fixed now: > http://code.google.com/p/openmeetings/source/detail?r

Re: Problem with the Chat

2009-03-26 Thread Sebastian Wagner
okay should be fixed now: http://code.google.com/p/openmeetings/source/detail?r=1973 2009/3/26 smoeker : > > hola! > > the stack in the log is telling u the whole story : > > java.lang.ClassCastException: java.util.ArrayList cannot be cast to > java.util.LinkedHashMap >        at > org.openmeetin

Re: Problem with the Chat

2009-03-26 Thread smoeker
hola! the stack in the log is telling u the whole story : java.lang.ClassCastException: java.util.ArrayList cannot be cast to java.util.LinkedHashMap at org.openmeetings.app.remote.ChatService.sendMessageToOverallChat (ChatServic­e.java:285) Class : org.openmeetings.app.remote.ChatServ

Re: Problem with the Chat

2009-03-26 Thread jjcalafatt
Hi smoeker! Thak you very much! :) I'm not java development but I try it! Where is the archive where I can to find the java function? Is it in the sever-part or in the client part (Openzalo) ? Sorry for my english... It's very bad.. Jaume --~--~-~--~~~---~--~~

Re: Problem with the Chat

2009-03-26 Thread jjcalafatt
Hi smoeker! Thak you very much! :) I'm not java development but I try it! Where is the archive where I can to find the java function? Is it in the sever-part or in the client part (Openzalo) ? Sorry for my english... It's very bad.. Jaume --~--~-~--~~~---~--~~

Re: Problem with the Chat

2009-03-26 Thread smoeker
hi, are u familiar to java development? -> the java function in the backend, receiving the clientcall expects another param type (due to changing the red5 version...) -> changing the functions parameter type to java.util.List will solve the problem... u can alternativeley scan the issues, wheth

Re: Problem with the Chat

2009-03-25 Thread jjcalafatt
Hi ! I have the same problem! But I don't understand the solution... :( How can I do this: -> u can solve this problem by changing the parametertype to "List" within the Servicefunction (and dependent subfunctions..) Thanks! Jaume --~--~-~--~~~---~--~~ You rece

Re: Problem with the Chat

2009-03-10 Thread alex LUCAS
Thanks for your reactivity Mr Smoeker :) Alex 2009/3/10 smoeker > > hola! > > due to the changes switching to a newer Red5 version, some > typemappings Flex <--> Java on RED5 have changed... > > -> u can solve this problem by changing the parametertype to "List" > within the Servicefunction (a

Re: Problem with the Chat

2009-03-10 Thread smoeker
hola! due to the changes switching to a newer Red5 version, some typemappings Flex <--> Java on RED5 have changed... -> u can solve this problem by changing the parametertype to "List" within the Servicefunction (and dependent subfunctions..) -> heres a list of the current mappings, sebastian

Problem with the Chat

2009-03-10 Thread alex LUCAS
Hi, When I compile from the source, all works well except the 'Chat'. I have no error after the compilation, just some warnings (none concerning the chat module) And when I want to post a message, I've this message in the openmeetings.log : java.lang.ClassCastException: java.util.ArrayList canno