[openmeetings-user] Re: OM and params to good performance

2011-02-07 Thread Bicho4191
yes i still makings some tests, my users with 1M in their house
sometimes have lag, sharing desktop is dificult experience

Grettings

On 5 feb, 02:37, "seba.wag...@gmail.com" 
wrote:
> Hi Bicho,
>
> well maybe its not the server that is limiting the traffic but the clients?
>
> Sebastian
>
> 2011/2/4 Bicho4191 
>
>
>
>
>
>
>
>
>
> > Hi everyone
>
> > i am using OM 1.4 (old version) with a litle modification on lazslo
> > views, but i have a litle performance problem, this is my scenarios
>
> > 12 users connected, only 9 sharing video and audio, one sharing remote
> > desktop and my connection out of control
>
> > traffic
> > AVG 8.1 M
> > MAX 27.1 M
>
> > my audios and video have lag and sharing desktop among 1.2 min.
>
> > My server ubuntu 10.10
> > SQL database (in other server)
>
> > and my config.xml:
>
> > 15
>
> > 8192
>
> > 8192
>
> > 50
>
> > 70
>
> > 22
>
> > 44
>
> > Grettings for help and directions
>
> > --
> > 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, send email to
> > openmeetings-user+unsubscr...@googlegroups.com > i...@googlegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/openmeetings-user?hl=en.
>
> --
> Sebastian 
> Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://www.wagner-sebastian.com
> seba.wag...@gmail.com

-- 
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, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



[openmeetings-user] OM and params to good performance

2011-02-04 Thread Bicho4191
Hi everyone

i am using OM 1.4 (old version) with a litle modification on lazslo
views, but i have a litle performance problem, this is my scenarios

12 users connected, only 9 sharing video and audio, one sharing remote
desktop and my connection out of control

traffic
AVG 8.1 M
MAX 27.1 M

my audios and video have lag and sharing desktop among 1.2 min.

My server ubuntu 10.10
SQL database (in other server)

and my config.xml:

15

8192

8192

50

70

22

44


Grettings for help and directions

-- 
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, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: Integration With .Net Web Application

2010-09-07 Thread Bicho4191
Hi,

Well i work on .NET 2003 and framework 1.1 everything work fine for me
but i dont use some methods and only modify those i need
i would like explain how discover the source of error:

There is an error in XML document
(1, 282). ---> System.FormatException: Input string was not in a
correct format. at System.Number.StringToNumber(String str,
NumberStyles options, NumberBuffer& number, NumberFormatInfo info,
Boolean parseDecimal) at System.Number.ParseInt64(String value,

the solution is simple but requieres download the server-side and
compile
the solution consist in not send items null in the response of soap
methods,
if you see response in php with soap some attributes of a object XML
generated by SOAP are nulls
Well .NET cannot read this null atributtes you need find the classes
to handle the setter and getters of the object

like example the getUser and setUser method in Sessiondata,java

public Long getUser_id() {
return user_id;
}
public void setUser_id(Long user_id) {
if (user_id == null)
{
//If a null values was be setter then use the
user_id=1
this.user_id = Long.parseLong("1");
}
else
{
this.user_id = user_id;
}
}
This is a example the setUserid nerver is null but other variables
like externalRoomType in addRoom become null in SOAP calls
well, i hope this information can resolve your problems
Grettings, Bicho

On 6 sep, 09:35, Sebastian Wagner  wrote:
> Hi folks,
>
> it would be great if you could publish some information about .NET
> integration on our wiki.
> You can give the text either to me or I'll set you up in the list of
> contributors to create a wiki page.
>
> Sebastian
>
> 2010/9/6 Bicho4191 
>
>
>
>
>
> > Hi soft, i work in a integration with .NET and resolve this problem
> > addin setters to some methods in server side
>
> > maybe i can help you to integrate your OM version with .NET
>
> > grettings, Bicho
>
> > The errors you view is because sometimes the XML response contains
> > null values and .NET cant read this
> > bye
>
> > On 6 sep, 08:52, Sebastian Wagner  wrote:
> > > I am not an expert for .NET but it looks like the param has not the
> > expected
> > > type of the SOAP Method.
>
> > > Sebastian
>
> > > 2010/9/6 Soft jai 
>
> > > > Hi All,
>
> > > >       I have Dot Net developer. i want to integrate openmeeting open
> > > > source to my recent Web Project. i have done some R&D and find Soap
> > > > method. When i call User Service method like - Add user,login User
> > > > they work fine. But when i call RoomService To Add room Always throw
> > > > an error like-
>
> > > > System.InvalidOperationException: There is an error in XML document
> > > > (1, 282). ---> System.FormatException: Input string was not in a
> > > > correct format. at System.Number.StringToNumber(String str,
> > > > NumberStyles options, NumberBuffer& number, NumberFormatInfo info,
> > > > Boolean parseDecimal) at System.Number.ParseInt64(String value,
> > > > NumberStyles options, NumberFormatInfo numfmt) at
> > > > System.Xml.XmlConvert.ToInt64(String s) at
>
> > Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderRoomSer
> > vice.Read34_addRoomResponse()
> > > > at
>
> > Microsoft.Xml.Serialization.GeneratedAssembly.ArrayOfObjectSerializer32.Des
> > erialize(XmlSerializationReader
> > > > reader) at
> > > > System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader
> > > > xmlReader, String encodingStyle, XmlDeserializationEvents
> > > > events)   .
>
> > > >  This is some part of Error .
>
> > > > --
> > > > You received this message because you are subscribed to the Google
> > Groups
> > > > "OpenMeetings User" group.
> > > > To post to this group, send email to
> > openmeetings-u...@googlegroups.com.
> > > > To unsubscribe from this group, send email to
> > > > openmeetings-user+unsubscr...@googlegroups.com > > >  i...@googlegroups.com> > i...@googlegroups.com>
> > > > .
> > > > For more options, visit this group at
> > > >http://groups.google.com/group/openmeetings-user?hl=en.
>
> > > --
> > > Sebastian
> > Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://
> >www.wagner-sebastian.com
> > > seba.wag...@gmail.com
>
> > --
> > You received this message because you are subscribed to

Re: Integration With .Net Web Application

2010-09-07 Thread Bicho4191
Hi

well the solution i find is change the getters methods of the
atribbuttes i need recieve and never send a null value a litle example

public Long getUser_id() {
return user_id;
}
public void setUser_id(Long user_id) {
if (user_id == null)
{
this.user_id = Long.parseLong("1");
}
else
{
this.user_id = user_id;
}
}
well Userid never be null but other atributtes like externalRoomType
in SOAP calls are null  and i change the class Rooms.java and
everything works fine

 public String getExternalRoomType() {
return externalRoomType;
}
public void setExternalRoomType(String externalRoomType) {
if(externalRoomType==null){
this.externalRoomType = "any";
}else{
this.externalRoomType = externalRoomType;
}
}

Grettings, bicho

On 6 sep, 09:35, Sebastian Wagner  wrote:
> Hi folks,
>
> it would be great if you could publish some information about .NET
> integration on our wiki.
> You can give the text either to me or I'll set you up in the list of
> contributors to create a wiki page.
>
> Sebastian
>
> 2010/9/6 Bicho4191 
>
>
>
>
>
> > Hi soft, i work in a integration with .NET and resolve this problem
> > addin setters to some methods in server side
>
> > maybe i can help you to integrate your OM version with .NET
>
> > grettings, Bicho
>
> > The errors you view is because sometimes the XML response contains
> > null values and .NET cant read this
> > bye
>
> > On 6 sep, 08:52, Sebastian Wagner  wrote:
> > > I am not an expert for .NET but it looks like the param has not the
> > expected
> > > type of the SOAP Method.
>
> > > Sebastian
>
> > > 2010/9/6 Soft jai 
>
> > > > Hi All,
>
> > > >       I have Dot Net developer. i want to integrate openmeeting open
> > > > source to my recent Web Project. i have done some R&D and find Soap
> > > > method. When i call User Service method like - Add user,login User
> > > > they work fine. But when i call RoomService To Add room Always throw
> > > > an error like-
>
> > > > System.InvalidOperationException: There is an error in XML document
> > > > (1, 282). ---> System.FormatException: Input string was not in a
> > > > correct format. at System.Number.StringToNumber(String str,
> > > > NumberStyles options, NumberBuffer& number, NumberFormatInfo info,
> > > > Boolean parseDecimal) at System.Number.ParseInt64(String value,
> > > > NumberStyles options, NumberFormatInfo numfmt) at
> > > > System.Xml.XmlConvert.ToInt64(String s) at
>
> > Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderRoomSer
> > vice.Read34_addRoomResponse()
> > > > at
>
> > Microsoft.Xml.Serialization.GeneratedAssembly.ArrayOfObjectSerializer32.Des
> > erialize(XmlSerializationReader
> > > > reader) at
> > > > System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader
> > > > xmlReader, String encodingStyle, XmlDeserializationEvents
> > > > events)   .
>
> > > >  This is some part of Error .
>
> > > > --
> > > > You received this message because you are subscribed to the Google
> > Groups
> > > > "OpenMeetings User" group.
> > > > To post to this group, send email to
> > openmeetings-u...@googlegroups.com.
> > > > To unsubscribe from this group, send email to
> > > > openmeetings-user+unsubscr...@googlegroups.com > > >  i...@googlegroups.com> > i...@googlegroups.com>
> > > > .
> > > > For more options, visit this group at
> > > >http://groups.google.com/group/openmeetings-user?hl=en.
>
> > > --
> > > Sebastian
> > Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://
> >www.wagner-sebastian.com
> > > seba.wag...@gmail.com
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "OpenMeetings User" group.
> > To post to this group, send email to openmeetings-u...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > openmeetings-user+unsubscr...@googlegroups.com > i...@googlegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/openmeetings-user?hl=en.
>
> --
> Sebastian 
> Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://www.wagner-sebastian.com
> seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: Integration With .Net Web Application

2010-09-06 Thread Bicho4191
Hi soft, i work in a integration with .NET and resolve this problem
addin setters to some methods in server side

maybe i can help you to integrate your OM version with .NET

grettings, Bicho

The errors you view is because sometimes the XML response contains
null values and .NET cant read this
bye

On 6 sep, 08:52, Sebastian Wagner  wrote:
> I am not an expert for .NET but it looks like the param has not the expected
> type of the SOAP Method.
>
> Sebastian
>
> 2010/9/6 Soft jai 
>
>
>
>
>
> > Hi All,
>
> >       I have Dot Net developer. i want to integrate openmeeting open
> > source to my recent Web Project. i have done some R&D and find Soap
> > method. When i call User Service method like - Add user,login User
> > they work fine. But when i call RoomService To Add room Always throw
> > an error like-
>
> > System.InvalidOperationException: There is an error in XML document
> > (1, 282). ---> System.FormatException: Input string was not in a
> > correct format. at System.Number.StringToNumber(String str,
> > NumberStyles options, NumberBuffer& number, NumberFormatInfo info,
> > Boolean parseDecimal) at System.Number.ParseInt64(String value,
> > NumberStyles options, NumberFormatInfo numfmt) at
> > System.Xml.XmlConvert.ToInt64(String s) at
>
> > Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderRoomSer 
> > vice.Read34_addRoomResponse()
> > at
>
> > Microsoft.Xml.Serialization.GeneratedAssembly.ArrayOfObjectSerializer32.Des 
> > erialize(XmlSerializationReader
> > reader) at
> > System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader
> > xmlReader, String encodingStyle, XmlDeserializationEvents
> > events)   .
>
> >  This is some part of Error .
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "OpenMeetings User" group.
> > To post to this group, send email to openmeetings-u...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > openmeetings-user+unsubscr...@googlegroups.com > i...@googlegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/openmeetings-user?hl=en.
>
> --
> Sebastian 
> Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://www.wagner-sebastian.com
> seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: User image

2010-09-01 Thread Bicho4191
Hi again well you have rigth bad idea relogin users, and my new way
call a method to destroy the image of item and create a new one, but
try


  


because the method is so similar to my own method but only change the
picture of current user
well i wanna make some changes and post my results

Thx for Directions and advices
grettings, bicho

On 1 sep, 06:51, Sebastian Wagner  wrote:
> Hallo Bicho,
>
> re-connecting users just to re-fresh their Avatar-Image is not a good idea.
>
> You have to go through the LZX Source Code and look for the places where the
> images are shown, register those objects to a list and then you send a event
> to all items on the list to do a certain action.
>
> This is called *observer-pattern*http://en.wikipedia.org/wiki/Observer_pattern
>
> A sample code would look like that:
>
> 
>
> 
>
> 
>   if (this.observerList == null) {
>     this.observerList = new Array();
>   }
>  this.observerList.push(refObj);
> 
>
> 
>   
> 
>
> 
>   
> 
>
> 
>   
>    canvas.register(this);
>   
>   
>     if ($debug) Debug.write("Image Re- or Loaded");
>   
>   
>    canvas.unregister(this);
>   
>   
>     this.setAttribute("src",this.src);
>   
> 
>
> 
>  src="http://openmeetings.googlecode.com/svn/docs/Scr_OM_04.jpg"/>
>  src="http://openmeetings.googlecode.com/svn/docs/Scr_OM_04.jpg"/>
>  src="http://openmeetings.googlecode.com/svn/docs/Scr_OM_04.jpg"/>
>  src="http://openmeetings.googlecode.com/svn/docs/Scr_OM_04.jpg"/>
>  src="http://openmeetings.googlecode.com/svn/docs/Scr_OM_04.jpg"/>
>  src="http://openmeetings.googlecode.com/svn/docs/Scr_OM_04.jpg"/>
>
> 
>
> Sebastian
>
> 2010/8/31 Bicho4191 
>
>
>
>
>
> > Hi all
>
> > a few days ago i post for a litle help
>
> >http://groups.google.com/group/openmeetings-user/browse_thread/thread...
>
> > i work in this and iam so close, my users can upload their pictures
> > from the room but my others user cannot see the new picture then i
> > need a method or a way to update all pictures.
>
> > grettings and thx 4 all
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "OpenMeetings User" group.
> > To post to this group, send email to openmeetings-u...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > openmeetings-user+unsubscr...@googlegroups.com > i...@googlegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/openmeetings-user?hl=en.
>
> --
> Sebastian 
> Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://www.wagner-sebastian.com
> seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



User image

2010-08-31 Thread Bicho4191
Hi all

a few days ago i post for a litle help

http://groups.google.com/group/openmeetings-user/browse_thread/thread/44c855bdb0bdcdde

i work in this and iam so close, my users can upload their pictures
from the room but my others user cannot see the new picture then i
need a method or a way to update all pictures.

grettings and thx 4 all

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: update image picture

2010-08-24 Thread Bicho4191
Hi sebastian

Me again, well about this post i can update the picture of the user
inside the room and show in the user list but others users cannot see
the image updated by the first user, i am seeking a method to
reconnect users someone have a idea?

Thx for all
Grettings

On 23 ago, 09:48, Bicho4191  wrote:
> Hi sebastian
>
> Thx for the advices, well im thinking in destroy the picture object
> and creating again, but maybe i need destroy and create again all
> picture in the participents list, another little trouble, all my users
> are from soap methods and i need change the uploadpicture metod to
> save the picture with externalID name, well thanks a lot
>
> Grettings
>
> On 23 ago, 03:51, Sebastian Wagner  wrote:
>
>
>
> > Hallo Bicho,
>
> > sorry but this is rather not so easy to re-load all the possible user
> > images at runtime.
>
> > You will have to locate all occourance in the LZX code and then
> > register all views to some kind of "observer" that then is able to
> > send an update or reload event to all images.
>
> > Sebastian
>
> > On 19 Aug., 23:44, Bicho4191  wrote:
>
> > > Hi all
>
> > > i need a hand here
> > > well i implement a option to upload profile picture directly from a
> > > room, adding new lz.uploadpicture  in menu, i do clic, the window
> > > start and choose a jpg file, the file is upload into OM files, but teh
> > > profile pic its not updated, only when a new user arrives he can see
> > > the new picture, iam searching a method to refresh my picture uri and
> > > in my aplication and other instances,
>
> > > Than for the help
>
> > > Grettings!!

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: update image picture

2010-08-23 Thread Bicho4191
Hi sebastian

Thx for the advices, well im thinking in destroy the picture object
and creating again, but maybe i need destroy and create again all
picture in the participents list, another little trouble, all my users
are from soap methods and i need change the uploadpicture metod to
save the picture with externalID name, well thanks a lot

Grettings

On 23 ago, 03:51, Sebastian Wagner  wrote:
> Hallo Bicho,
>
> sorry but this is rather not so easy to re-load all the possible user
> images at runtime.
>
> You will have to locate all occourance in the LZX code and then
> register all views to some kind of "observer" that then is able to
> send an update or reload event to all images.
>
> Sebastian
>
> On 19 Aug., 23:44, Bicho4191  wrote:
>
>
>
> > Hi all
>
> > i need a hand here
> > well i implement a option to upload profile picture directly from a
> > room, adding new lz.uploadpicture  in menu, i do clic, the window
> > start and choose a jpg file, the file is upload into OM files, but teh
> > profile pic its not updated, only when a new user arrives he can see
> > the new picture, iam searching a method to refresh my picture uri and
> > in my aplication and other instances,
>
> > Than for the help
>
> > Grettings!!

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



update image picture

2010-08-19 Thread Bicho4191
Hi all

i need a hand here
well i implement a option to upload profile picture directly from a
room, adding new lz.uploadpicture  in menu, i do clic, the window
start and choose a jpg file, the file is upload into OM files, but teh
profile pic its not updated, only when a new user arrives he can see
the new picture, iam searching a method to refresh my picture uri and
in my aplication and other instances,

Than for the help

Grettings!!

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: Only one client of java

2010-08-17 Thread Bicho4191
Hi sebastian

i am using 1.1 version of OM, this behavior (check if there is a
previous version of java webstart) is from java webstart client or OM
aplication
because the client download so many times how i do click on "share
desktop" well tha for the help

Grettings

On 17 ago, 09:25, Sebastian Wagner  wrote:
> Hallo Bic,
>
> when you re-download the client Java WebStart does already check if there is
> a previous version in your cache that can be started. You can quite easily
> check that if you click on the *Share your screen* button two times => It
> will download just one time.
>
> However it might be that after re-starting your browser the cache is flushed
> and you might need to redownload it.
>
> There is not so much you can do about it, the only chance is that we build a
> Desktop Client, and download only the needed info to connect the client to
> the Server in the right Session. This might be possible but it is kind of a
> bigger change and I don't think that we are able to add that solution to the
> Community Version at this point.
>
> Sebastian
>
> 2010/8/16 Bicho4191 
>
>
>
>
>
> > Hi all
>
> > i need a litle hand with a couple of issues
>
> > first when i share the screen or record the session a java client is
> > launch but if i do clic again in share desktop the client is
> > downloaded again i still trying to modify this behavior and launch the
> > java client what is downloaded first and dont download other java
> > client, and launch the first aplication
>
> > later i need to load the picture of a user directly from the audience/
> > conference  i need upload the image and use this on the same room
>
> > well
>
> > thx for all and grettings
> > bic
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "OpenMeetings User" group.
> > To post to this group, send email to openmeetings-u...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > openmeetings-user+unsubscr...@googlegroups.com > i...@googlegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/openmeetings-user?hl=en.
>
> --
> Sebastian 
> Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://www.wagner-sebastian.com
> seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Only one client of java

2010-08-16 Thread Bicho4191
Hi all

i need a litle hand with a couple of issues

first when i share the screen or record the session a java client is
launch but if i do clic again in share desktop the client is
downloaded again i still trying to modify this behavior and launch the
java client what is downloaded first and dont download other java
client, and launch the first aplication

later i need to load the picture of a user directly from the audience/
conference  i need upload the image and use this on the same room

well

thx for all and grettings
bic

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: Having problems with MethodGateway

2010-08-04 Thread Bicho4191
 try use setUserObjectAndGenerateRoomHashByURL method and  your
generated URL need look like this 
http://localhost/openmeetings/?secureHash=4bf21273ee499a375c657061d7a0c51b

not the main.lzx between the site and the secure hash

grettings



On 4 ago, 03:13, Raj  wrote:
> Well, I have made some progress. I am able to access MethodGateway if
> I omit .../openmeetings/... in the url.
> i.e. I get response for the server if I use url: "http://localhost:
> 8080/MethodGateway?service=userservice&method=getSession"
> instead of "http://localhost:8080/openmeetings/MethodGateway?
> service=userservice&method=getSession"
>
> I am following all the 3 steps now but not able to get any thing after
> the 3rd step:
> Step 
> 1.http://localhost:8080/MethodGateway?service=userservice&method=getSes...
>
> The SessionID is 6a875b01f7eaeaa334e84458d29793e0
>
> Step 
> 2.http://localhost:8080/MethodGateway?service=userservice&method=loginU...
>
> Return 1
>
> Step 3.
> http://localhost:8080/openmeetings/MethodGateway?service=userservice&method 
> =setUserObjectAndGenerateRoomHash&SID=6a875b01f7eaeaa334e84458d29793e0&user 
> name=jglee&firstname=JG&lastname=LEE&profilePictureUrl=&email=jg...@nchc.org.tw&externalUserId=&externalUserType=&room_id=9&becomeModeratorAsI
>  nt=1&showAudioVideoTestAsInt=1
>
> Nothing happen?
> But I redirect 
> tohttp://localhost:8080/openmeetings/main.lzx?secureHash=6a875b01f7eaea...
> So it load the openmeetings page but gives Hash Invalid.
> This is my new error.
>
> Please explain why is this change in url working??
> And what are the correct steps for SSO using MethodGateway...?
> .
> Raj.

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: Pure login screen - is it possible?

2010-08-04 Thread Bicho4191
Hi victorpictor is possible change th login screen but you need
compile the client side source try with this

http://code.google.com/p/openmeetings/wiki/BuildSourceNew?tm=4

On 4 ago, 06:39, Victorpictor  wrote:
> Hi!
>
> Is it possible to show only a username/password field on the login
> screen?
> 1.0 users can give you a hard time, clicking everywhere on the
> screen :)
>
> Thanks,
> Victorpictor

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: Having problems with MethodGateway

2010-08-03 Thread Bicho4191
Hi Raj, try use the same port to soap method and aplication, i change
my ports to 80 and everything works fine

grettings

On 3 ago, 08:12, Raj  wrote:
> I am having problem with using MethodGateway for Direct-Login.
> I followed steps given on following page for building source of
> Openmeetings in 
> eclipse:http://code.google.com/p/openmeetings/wiki/BuildSourceNew?tm=4
> Everything went fine and I was able to use the Openmeeting.
>
> Now I want to use the  conferencing feature by directly accessing the
> rooms, so that users in my web application can have one on one video
> conference.
> I tried direct login method mentioned 
> athttp://code.google.com/p/openmeetings/wiki/MethodGateway
>
> The first step is to get a SID from using below 
> link.http://localhost:5080/openmeetings/MethodGateway?service=userservice&;...
>
> My first question is that I get port no 8080 instead of 5080 because I
> am using Tomcat. I want to understand how red5 is involved in all of
> this and how does it handle the application?
>
> Secondly, I am getting HTTP Status 404 - /openmeetings/
> MethodGateway
> The requested resource (/openmeetings/MethodGateway) is not available.
> when I try to access above link. Obviously I am using the link with
> port no. 8080 instead of 5080.
> i.e.http://localhost:8080/openmeetings/MethodGateway?service=userservice&;...
> but i face the 404 error message.
>
> Please help me out with this. Lastly, there is no example available
> for using SOAP Gateway. How do I handle SSO using SOAP Gateway..?? Do
> I have to create a webservice to access Openmeeting from my web
> application..?
>
> Regards,
> Raj

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: showWhiteboard

2010-08-02 Thread Bicho4191
Hi edge you can use the SOAP methods chik this :
http://code.google.com/p/openmeetings/wiki/MainPage?tm=6#Integration_Guide_-_SOAP_Gateway_and_Direct_Access_to_Rooms

On 2 ago, 03:06, edge  wrote:
> Hi
> i use version 1.0 of openmeetings, how can i create a room without the
> whiteboard and the sharing desktop?
> best regards

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: RCD

2010-07-29 Thread Bicho4191
Oh well that cool
but that implicate the room is permanent close?
well i keep working on a litlle modifications and be waiting for a
stable release and work my changes in new one
thx for all sebastian and grettings for all

holas from mexico

On 28 jul, 13:18, Sebastian Wagner  wrote:
> Hi,
>
> *exit botton redirect to institutional webpage*
>
> => just funny I commit today a change-set:
> You can now *close* rooms and set a *redirectURL*.
> Moderators can close the room (and there is also a soap call to close
> rooms).
> Effect is that users entering (or inside) the room are redirected to the
> specified URL.
>
> Sebastian
>
> 2010/7/28 Bicho4191 
>
>
>
>
>
> > Hi sebastian
> > you rigth, its should work only with copy the sharing client, well you
> > are rigth maybe i wanna need wait and work in other issues
> > well i wanna test the rdc and hide this changes for my users,
>
> > some of the changes in my vertion
>
> > - Clic on user make it bigger and clic again back to normality
> > - primitive ligthspot in chatpanel
> > - sizes on user, videoobject etc.
> > - menu with options for moderator and users
> > - exit botton redirect to institutional webpage
> > - in soap methods not null values are trhrows (not implemented in all
> > methods)
> > - image via soap mehtod
>
> > well thx for all and grettings
>
> > On 28 jul, 11:26, Sebastian Wagner  wrote:
> > > But anyhow its not completely ready yet ;)
> > > Especially when it comes to keyboard controls
>
> > > Sebastian
>
> > > 2010/7/28 Sebastian Wagner 
>
> > > > You should be able to copy the Sharing Client 1:1 to your old
> > installation.
>
> > > > And the necessary LZX Classes that handle the output of the screen
> > sharing.
>
> > > > Sebastian
>
> > > > 2010/7/28 Bicho4191 
>
> > > > Hi folks
>
> > > >> well i am trying to implements the remote control desktop on a old
> > > >> version of OM (1.1) the reason because work in a lot of little changes
> > > >> in server side (set variables for non null values) and client side
> > > >> (sizes and behavior of compenents) maybe i can contribuite with some
> > > >> of this, i need know what classes and files are involved in remote
> > > >> control desktop (client and server) and make some changes in my
> > > >> configuration of OM.
>
> > > >> eventually i need migrate to new vertion but rigth now need include
> > > >> this component, well thx for all
>
> > > >> Grettings
>
> > > >> --
> > > >> You received this message because you are subscribed to the Google
> > Groups
> > > >> "OpenMeetings User" group.
> > > >> To post to this group, send email to
> > openmeetings-u...@googlegroups.com.
> > > >> To unsubscribe from this group, send email to
> > > >> openmeetings-user+unsubscr...@googlegroups.com > > >>  i...@googlegroups.com> > i...@googlegroups.com>
> > > >> .
> > > >> For more options, visit this group at
> > > >>http://groups.google.com/group/openmeetings-user?hl=en.
>
> > > > --
> > > > Sebastian Wagner
> > > >http://www.webbase-design.de
> > > >http://openmeetings.googlecode.com
> > > >http://www.wagner-sebastian.com
> > > > seba.wag...@gmail.com
>
> > > --
> > > Sebastian
> > Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://
> >www.wagner-sebastian.com
> > > seba.wag...@gmail.com
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "OpenMeetings User" group.
> > To post to this group, send email to openmeetings-u...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > openmeetings-user+unsubscr...@googlegroups.com > i...@googlegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/openmeetings-user?hl=en.
>
> --
> Sebastian 
> Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://www.wagner-sebastian.com
> seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: RCD

2010-07-28 Thread Bicho4191
Hi sebastian
you rigth, its should work only with copy the sharing client, well you
are rigth maybe i wanna need wait and work in other issues
well i wanna test the rdc and hide this changes for my users,

some of the changes in my vertion

- Clic on user make it bigger and clic again back to normality
- primitive ligthspot in chatpanel
- sizes on user, videoobject etc.
- menu with options for moderator and users
- exit botton redirect to institutional webpage
- in soap methods not null values are trhrows (not implemented in all
methods)
- image via soap mehtod

well thx for all and grettings

On 28 jul, 11:26, Sebastian Wagner  wrote:
> But anyhow its not completely ready yet ;)
> Especially when it comes to keyboard controls
>
> Sebastian
>
> 2010/7/28 Sebastian Wagner 
>
>
>
>
>
> > You should be able to copy the Sharing Client 1:1 to your old installation.
>
> > And the necessary LZX Classes that handle the output of the screen sharing.
>
> > Sebastian
>
> > 2010/7/28 Bicho4191 
>
> > Hi folks
>
> >> well i am trying to implements the remote control desktop on a old
> >> version of OM (1.1) the reason because work in a lot of little changes
> >> in server side (set variables for non null values) and client side
> >> (sizes and behavior of compenents) maybe i can contribuite with some
> >> of this, i need know what classes and files are involved in remote
> >> control desktop (client and server) and make some changes in my
> >> configuration of OM.
>
> >> eventually i need migrate to new vertion but rigth now need include
> >> this component, well thx for all
>
> >> Grettings
>
> >> --
> >> You received this message because you are subscribed to the Google Groups
> >> "OpenMeetings User" group.
> >> To post to this group, send email to openmeetings-u...@googlegroups.com.
> >> To unsubscribe from this group, send email to
> >> openmeetings-user+unsubscr...@googlegroups.com >>  i...@googlegroups.com>
> >> .
> >> For more options, visit this group at
> >>http://groups.google.com/group/openmeetings-user?hl=en.
>
> > --
> > Sebastian Wagner
> >http://www.webbase-design.de
> >http://openmeetings.googlecode.com
> >http://www.wagner-sebastian.com
> > seba.wag...@gmail.com
>
> --
> Sebastian 
> Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://www.wagner-sebastian.com
> seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



RCD

2010-07-28 Thread Bicho4191
Hi folks

well i am trying to implements the remote control desktop on a old
version of OM (1.1) the reason because work in a lot of little changes
in server side (set variables for non null values) and client side
(sizes and behavior of compenents) maybe i can contribuite with some
of this, i need know what classes and files are involved in remote
control desktop (client and server) and make some changes in my
configuration of OM.

eventually i need migrate to new vertion but rigth now need include
this component, well thx for all

Grettings

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: jar error

2010-07-15 Thread Bicho4191
Hi sebastian

I try to access in a windows xp client and ie with java 6 update 3 and
dont have problem, but in the second try the error back i think this
is a problem with java and null atributtes  iam keeping searching


On 15 jul, 12:30, Bicho4191  wrote:
> last changes 3293
> also 1_3 rc
> and also 3244
>
> in all i got the same error with 2 servers ubuntu and windows xp
> alternating 3 versions
> :S
>
> On 15 jul, 12:21, Sebastian Wagner  wrote:
>
>
>
> > Hallo Bicho,
>
> > Which version are you running?
>
> > Sebastian
>
> > 2010/7/15 Bicho4191 
>
> > > Hi this morning discover a exception on the screen sharing aplication
>
> > > com.sun.deploy.net.JARSigningException: Se ha encontrado una entrada
> > > sin firma en el recurso:
> > >http://localhost:5080/openmeetings/red5-screenshare/red5-screenshare.jar
>
> > > entries whitout sign on resource???
>
> > > please a little help here :S
>
> > > grettings
>
> > > --
> > > You received this message because you are subscribed to the Google Groups
> > > "OpenMeetings User" group.
> > > To post to this group, send email to openmeetings-u...@googlegroups.com.
> > > To unsubscribe from this group, send email to
> > > openmeetings-user+unsubscr...@googlegroups.com > >  i...@googlegroups.com>
> > > .
> > > For more options, visit this group at
> > >http://groups.google.com/group/openmeetings-user?hl=en.
>
> > --
> > Sebastian 
> > Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://...
> > seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: jar error

2010-07-15 Thread Bicho4191
last changes 3293
also 1_3 rc
and also 3244

in all i got the same error with 2 servers ubuntu and windows xp
alternating 3 versions
:S

On 15 jul, 12:21, Sebastian Wagner  wrote:
> Hallo Bicho,
>
> Which version are you running?
>
> Sebastian
>
> 2010/7/15 Bicho4191 
>
>
>
>
>
> > Hi this morning discover a exception on the screen sharing aplication
>
> > com.sun.deploy.net.JARSigningException: Se ha encontrado una entrada
> > sin firma en el recurso:
> >http://localhost:5080/openmeetings/red5-screenshare/red5-screenshare.jar
>
> > entries whitout sign on resource???
>
> > please a little help here :S
>
> > grettings
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "OpenMeetings User" group.
> > To post to this group, send email to openmeetings-u...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > openmeetings-user+unsubscr...@googlegroups.com > i...@googlegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/openmeetings-user?hl=en.
>
> --
> Sebastian 
> Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://www.wagner-sebastian.com
> seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



jar error

2010-07-15 Thread Bicho4191
Hi this morning discover a exception on the screen sharing aplication

com.sun.deploy.net.JARSigningException: Se ha encontrado una entrada
sin firma en el recurso: 
http://localhost:5080/openmeetings/red5-screenshare/red5-screenshare.jar

entries whitout sign on resource???

please a little help here :S

grettings

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: Co-navegation

2010-07-14 Thread Bicho4191
I find the reason, the behavior happen in the pages with login
required, google, hotmail and else the trick to restrict this behavior
is log off of the visit page

Grettings

On 13 jul, 10:48, Bicho4191  wrote:
> Oh wait!! this behavior only happens using chrome and introducing to
> google at url
>
> ---weird
>
> Grettings
>
> On 13 jul, 10:35, Bicho4191  wrote:
>
>
>
> > Conavegation have a erratic behavior, first load the url on my
> > navigator, redirect to google and googles shows on my nave closing my
> > Om session, If a new participent enter in the room the navigator
> > redirect to the page was been put in the cobrowser window
>
> > Grettings

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: Co-navegation

2010-07-13 Thread Bicho4191
Oh wait!! this behavior only happens using chrome and introducing to
google at url

---weird

Grettings

On 13 jul, 10:35, Bicho4191  wrote:
> Conavegation have a erratic behavior, first load the url on my
> navigator, redirect to google and googles shows on my nave closing my
> Om session, If a new participent enter in the room the navigator
> redirect to the page was been put in the cobrowser window
>
> Grettings

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Co-navegation

2010-07-13 Thread Bicho4191
Conavegation have a erratic behavior, first load the url on my
navigator, redirect to google and googles shows on my nave closing my
Om session, If a new participent enter in the room the navigator
redirect to the page was been put in the cobrowser window

Grettings

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: Scheduling Meetings

2010-07-13 Thread Bicho4191
Maybe changing the level of menu on naviMain table

grettings

On 13 jul, 07:26, Karl  wrote:
> Any way of setting it globally?
> I don't really want to give the user admin access.
>
> On Jul 13, 11:53 am, smoeker  wrote:
>
>
>
> > hola,
>
> > principally you should see the rooms created for an appointment within
> > room list in admin view (regard appointed flag). There it should be
> > possible to re-work room configuration
>
> > see ya
>
> > Smoeker
>
> > On 13 Jul., 12:50, Karl  wrote:
>
> > > Hi All
>
> > > Is it possible when Scheduling meetings to specify a meeting room?
> > > We have a audience room set up for 200 users but the scheduled meeting
> > > always creates a new room with 8 users.
> > > Or change the default number of users allowed in the room?
>
> > > The person who will be scheduling meetings has moderator access not
> > > admin.
>
> > > Thanks
>
> > > Karl

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



getListOfFiles

2010-07-02 Thread Bicho4191
Hi everyone

i need a litle help using the getListOfFiles method from SOAP
 i cannot read my folders and resources, i dont known wanna do with a
linkedlist object

well thx 4 all
grettings

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: skip the login user

2010-06-30 Thread Bicho4191
Hi david

sorry by late

about your question

the acces via SOAP its not limited to users with admistration role,
normal user and moderators can login via SOAP too

but if you want create new users you can use the method: setUserObject
and their derivates

grettings

On 28 jun, 09:32, davidjguru  wrote:
> Hi good afternoon, greetings from Andalusia, Spain. I consulted the
> information available at the housing project and found this:
>
> http://code.google.com/p/openmeetings/wiki/DirectLoginSoapGeneralFlow
>
> Where comments:
>
> "... You Always use the same (Admin!) User to login ..."
>
> Does this mean that only allow access via SOAP to a user with
> Administrator role? ¿?
>
> Does anyone know if is possible to access without having an
> administrator profile?
>
> Thanks for your time,
>
> David.
>
> On 9 jun, 20:26, Bicho4191  wrote:
>
>
>
> > Hi david i am using just the rooms in my aplication, attaching
> > information trougth soap methods but if you need use calendar and
> > other issues well maybe you need modify the clien side of the
> > aplication
>
> > grettings
>
> > On 9 jun, 12:25,davidJGuru wrote:
>
> > > Hi good afternoon, greetings from Seville, Andalusia (Spain).
>
> > > I'm trying to integrate my OpenMeetings with a portal platform. In
> > > particular I would like a user identified in my own shelf in my
> > > OpenMeetings entered directly without the need to login again, this
> > > means that I need to know if it is possible to do this, and moreover,
> > > how is possible to skip the login user and pass parameters user +
> > > password of the user from the other platform.
>
> > > Has anyone tried anything like this before?
> > > Are there any examples available?
>
> > > Thanks for your time, good morning.

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Picture in soap method

2010-06-25 Thread Bicho4191
Hi everybody

i am using soap methods to generate a hash url and everything works
fine but, i am trying pass the picture_uri string trougth the method
using debug option i can see the refObj complete and the picture_uri
string is null, i need help to resolve my problem maybe is a problem
on the server side well thanks for the help

Grettings

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Adding picture

2010-06-10 Thread Bicho4191
Mostrar forma romanizada
hi all

I would like to know what you think about a makeshift solution to make
the slides appear in the file. jpg. svg, etc generated by the board

1 .- When uploading the presentation should be created along with
files of type jpg files thumb

2 .- When uploading the presentation load the jpg file created in the
back of the board

3 .- As you slide changing must delete the jpg file and display the
new

Well I hope your comments, if anyone would  has generated other
solution i will appreciate their guidance

thanks

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: skip the login user

2010-06-09 Thread Bicho4191
Hi david i am using just the rooms in my aplication, attaching
information trougth soap methods but if you need use calendar and
other issues well maybe you need modify the clien side of the
aplication

grettings

On 9 jun, 12:25, davidJGuru  wrote:
> Hi good afternoon, greetings from Seville, Andalusia (Spain).
>
> I'm trying to integrate my OpenMeetings with a portal platform. In
> particular I would like a user identified in my own shelf in my
> OpenMeetings entered directly without the need to login again, this
> means that I need to know if it is possible to do this, and moreover,
> how is possible to skip the login user and pass parameters user +
> password of the user from the other platform.
>
> Has anyone tried anything like this before?
> Are there any examples available?
>
> Thanks for your time, good morning.

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: Save whiteboard

2010-06-08 Thread Bicho4191
Hi is me again

well i see my little issue with another perspective

first the whiteboard diferences a document (ppt, doc, etc) from a
single image file, and then treat differently but still not having
clues about this behavior, i need add the document to the whiteboard
surface to make this gonna visible on the save file.

well thx for the help im keeping using the exporttoimage.java file to
try understand the logic

Grettings



On 7 jun, 14:14, Bicho4191  wrote:
> Ok i know that but Om dont reconigze the self pressentation like a new
> document,
>
> try this:
>
> load a document, pase between pages, go to users panel do stuff
> back to files panel and do click on same document in whiteboard first
> time nothing happend
> but if you do that again the document load again but in second plain
>
> i try to save this behavior in a record file and show you maybe be
> more clear
> grettings
>
> On 7 jun, 13:49, Sebastian Wagner  wrote:
>
> > *clean the
>
> > > whiteboard everytime a pressentation wanna be loaded*
>
> > => that option is already available, when you load a new document you
> > get a notification *should whiteboard be cleared* [except you have
> > checked the box *do not ask again* already]
>
> > Sebastian
>
> > 2010/6/7 Bicho4191 :
>
> > > Thx sebastian
>
> > > im working on that starting now
>
> > > ammm
>
> > > another little issue about whiteboard, if a moderator publish a
> > > presentation in whiteboard and later do click in same presentation
> > > this load again in whiteboard, and load in second plain in consecuence
> > > the manager of presentation move the presentation in second plain and
> > > the first plain looks static, what do you think about clean the
> > > whiteboard everytime a pressentation wanna be loaded?
>
> > > well thx for the help
> > > grettings
>
> > > On 7 jun, 11:30, Sebastian Wagner  wrote:
> > >> Hi Bicho,
>
> > >> there are two ways of saving:
> > >> 1) Save as (*.wml) file. An XML Markup. You can nothing do with it,
> > >> except loading it again into the Whiteboard.
>
> > >> 2) Save + Download as Jpeg,Gif, SVG, PNG, tiff, ...
>
> > >> The problem with the latter is that document-slides are not included
> > >> into the exported file. You will have to edit the Java-Source Code.
> > >> For the option 2) this is in org.openmeetings.app.remote.PrintService
> > >> Method addPrintList
>
> > >> and then the actual export happens in "ExportToImage.java" ... and all
> > >> of its sub-related Classes.
>
> > >> Sebastian
>
> > >> 2010/6/7 Bicho4191 :
>
> > >> > Hi everyone
>
> > >> > i need save my whiteboard and all object in there including the
> > >> > current presentation and i am researching about the class who create
> > >> > the archive, i dont know if i need change a lzx file or a java file.
>
> > >> > well thx for all
>
> > >> > Grettings
>
> > >> > --
> > >> > You received this message because you are subscribed to the Google 
> > >> > Groups "OpenMeetings User" group.
> > >> > To post to this group, send email to 
> > >> > openmeetings-u...@googlegroups.com.
> > >> > To unsubscribe from this group, send email to 
> > >> > openmeetings-user+unsubscr...@googlegroups.com.
> > >> > For more options, visit this group 
> > >> > athttp://groups.google.com/group/openmeetings-user?hl=en.
>
> > >> --
> > >> Sebastian 
> > >> Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://...
> > >> seba.wag...@gmail.com
>
> > > --
> > > You received this message because you are subscribed to the Google Groups 
> > > "OpenMeetings User" group.
> > > To post to this group, send email to openmeetings-u...@googlegroups.com.
> > > To unsubscribe from this group, send email to 
> > > openmeetings-user+unsubscr...@googlegroups.com.
> > > For more options, visit this group 
> > > athttp://groups.google.com/group/openmeetings-user?hl=en.
>
> > --
> > Sebastian 
> > Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://...
> > seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: Save whiteboard

2010-06-07 Thread Bicho4191
Ok i know that but Om dont reconigze the self pressentation like a new
document,

try this:

load a document, pase between pages, go to users panel do stuff
back to files panel and do click on same document in whiteboard first
time nothing happend
but if you do that again the document load again but in second plain

i try to save this behavior in a record file and show you maybe be
more clear
grettings

On 7 jun, 13:49, Sebastian Wagner  wrote:
> *clean the
>
> > whiteboard everytime a pressentation wanna be loaded*
>
> => that option is already available, when you load a new document you
> get a notification *should whiteboard be cleared* [except you have
> checked the box *do not ask again* already]
>
> Sebastian
>
> 2010/6/7 Bicho4191 :
>
>
>
> > Thx sebastian
>
> > im working on that starting now
>
> > ammm
>
> > another little issue about whiteboard, if a moderator publish a
> > presentation in whiteboard and later do click in same presentation
> > this load again in whiteboard, and load in second plain in consecuence
> > the manager of presentation move the presentation in second plain and
> > the first plain looks static, what do you think about clean the
> > whiteboard everytime a pressentation wanna be loaded?
>
> > well thx for the help
> > grettings
>
> > On 7 jun, 11:30, Sebastian Wagner  wrote:
> >> Hi Bicho,
>
> >> there are two ways of saving:
> >> 1) Save as (*.wml) file. An XML Markup. You can nothing do with it,
> >> except loading it again into the Whiteboard.
>
> >> 2) Save + Download as Jpeg,Gif, SVG, PNG, tiff, ...
>
> >> The problem with the latter is that document-slides are not included
> >> into the exported file. You will have to edit the Java-Source Code.
> >> For the option 2) this is in org.openmeetings.app.remote.PrintService
> >> Method addPrintList
>
> >> and then the actual export happens in "ExportToImage.java" ... and all
> >> of its sub-related Classes.
>
> >> Sebastian
>
> >> 2010/6/7 Bicho4191 :
>
> >> > Hi everyone
>
> >> > i need save my whiteboard and all object in there including the
> >> > current presentation and i am researching about the class who create
> >> > the archive, i dont know if i need change a lzx file or a java file.
>
> >> > well thx for all
>
> >> > Grettings
>
> >> > --
> >> > You received this message because you are subscribed to the Google 
> >> > Groups "OpenMeetings User" group.
> >> > To post to this group, send email to openmeetings-u...@googlegroups.com.
> >> > To unsubscribe from this group, send email to 
> >> > openmeetings-user+unsubscr...@googlegroups.com.
> >> > For more options, visit this group 
> >> > athttp://groups.google.com/group/openmeetings-user?hl=en.
>
> >> --
> >> Sebastian 
> >> Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://...
> >> seba.wag...@gmail.com
>
> > --
> > You received this message because you are subscribed to the Google Groups 
> > "OpenMeetings User" group.
> > To post to this group, send email to openmeetings-u...@googlegroups.com.
> > To unsubscribe from this group, send email to 
> > openmeetings-user+unsubscr...@googlegroups.com.
> > For more options, visit this group 
> > athttp://groups.google.com/group/openmeetings-user?hl=en.
>
> --
> Sebastian 
> Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://www.laszlo-forum.de
> seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: Save whiteboard

2010-06-07 Thread Bicho4191
Thx sebastian

im working on that starting now

ammm

another little issue about whiteboard, if a moderator publish a
presentation in whiteboard and later do click in same presentation
this load again in whiteboard, and load in second plain in consecuence
the manager of presentation move the presentation in second plain and
the first plain looks static, what do you think about clean the
whiteboard everytime a pressentation wanna be loaded?

well thx for the help
grettings


On 7 jun, 11:30, Sebastian Wagner  wrote:
> Hi Bicho,
>
> there are two ways of saving:
> 1) Save as (*.wml) file. An XML Markup. You can nothing do with it,
> except loading it again into the Whiteboard.
>
> 2) Save + Download as Jpeg,Gif, SVG, PNG, tiff, ...
>
> The problem with the latter is that document-slides are not included
> into the exported file. You will have to edit the Java-Source Code.
> For the option 2) this is in org.openmeetings.app.remote.PrintService
> Method addPrintList
>
> and then the actual export happens in "ExportToImage.java" ... and all
> of its sub-related Classes.
>
> Sebastian
>
> 2010/6/7 Bicho4191 :
>
>
>
> > Hi everyone
>
> > i need save my whiteboard and all object in there including the
> > current presentation and i am researching about the class who create
> > the archive, i dont know if i need change a lzx file or a java file.
>
> > well thx for all
>
> > Grettings
>
> > --
> > You received this message because you are subscribed to the Google Groups 
> > "OpenMeetings User" group.
> > To post to this group, send email to openmeetings-u...@googlegroups.com.
> > To unsubscribe from this group, send email to 
> > openmeetings-user+unsubscr...@googlegroups.com.
> > For more options, visit this group 
> > athttp://groups.google.com/group/openmeetings-user?hl=en.
>
> --
> Sebastian 
> Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://www.laszlo-forum.de
> seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Save whiteboard

2010-06-07 Thread Bicho4191
Hi everyone

i need save my whiteboard and all object in there including the
current presentation and i am researching about the class who create
the archive, i dont know if i need change a lzx file or a java file.

well thx for all

Grettings

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: Integration in a LMS

2010-06-07 Thread Bicho4191
Hi,

about your question

Yes the student need generate their own SID, use this SID to create a
new userObject with moderator param to 0 to create a student without
priviligies of moderation and then just generate the link to room

grettings

On 4 jun, 17:10, Neit  wrote:
> Hi.  I´m doing an Openmeetings integration in a LMS and I have some
> questions about the integration guide of the official web site.
> We intend to use Openmeetings in a teaching environment so we have two
> roles: teacher and student.
>
> As a teacher, we use this SOAP functions when we want to create a new
> session:
> getSession
> loginUser
> addRoomWithModeration
>
> when the teacher wants to join the room he uses the hash that obtains
> with setUserObjectAndGenerateRoomHash with the room_id and the sid he
> got.
>
> On the other hand, I´m not sure about the student part:
>
> Firstly, he has to call the SOAP function getSession to get his own
> sid.??? Then with it and with the room_id of the room the teacher
> created,  he calls the SOAP function
> setUserObjectAndGenerateRoomHash. And with the hash he gets he enters
> the room.
>
> Is this right
> Thanks for the help.
>
>  (This was the first time I post so I don´t know if I´m doing
> correctly.)

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: mail openmeeti

2010-06-04 Thread Bicho4191
Hi please check the configuration in admin panel and find
sendEmailAtRegister variable then change the value to 0 and please
check again with a new user, in same panel check you mail
configuration

grettings

On 4 jun, 07:20, Юрий Лукашов  wrote:
> Thanks,
> made
> smtp port 465
>
> I have
>
> [WARN] [Red5_Scheduler_Worker-4] org.red5.server.net.rtmp.RTMPConnection -
> Closing RTMPMinaConnection from 77.95.200.233 : 4089 to abc.pl.ua (in: 5300
> out 230926 ), with id 15205526, due to too much inactivity (61853ms), last
> ping sent 1000ms ago
> ERROR 06-04 14:51:30.580 MailHandler.java 321577410 128
> org.openmeetings.utils.mail.MailHandler [NioProcessor-1] - [mail send]
> javax.mail.MessagingException: Could not connect to SMTP host: abc.pl.ua,
> port: 465, response: -1
>
> maillog
> Jun  4 14:46:30 abc postfix/smtpd[7806]: connect from abc.pl.ua
> [62.149.14.40]
> Jun  4 14:46:30 abc postfix/smtpd[7806]: match_list_match: abc.pl.ua: no
> match
> Jun  4 14:46:30 abc postfix/smtpd[7806]: match_list_match: 62.149.14.40: no
> match
> Jun  4 14:46:30 abc postfix/smtpd[7806]: match_list_match: abc.pl.ua: no
> match
> Jun  4 14:46:30 abc postfix/smtpd[7806]: match_list_match: 62.149.14.40: no
> match
> Jun  4 14:46:30 abc postfix/smtpd[7806]: send attr request = seed
>
> abc# postconf -a
> cyrus
> dovecot
>
> 2010/6/3 Brian McCann 
>
> > This sounds similar to an issue I had.  Even though the "default" mail
> > port is 25, you still have to specify it or else it errors.  I was
> > getting similar error messages and specifying the port fixed it.
>
> > --Brian
>
> > On Wed, Jun 2, 2010 at 1:39 PM, lykich  wrote:
> > > Ні,
> > > i can not register new use.
> > >http://abc.pl.ua:5080/openmeetings/
> > > I have postfix .
> > > Mail box specified at registration webi...@abc.pl.ua works.
>
> > > ERROR 06-02 17:49:17.705 MailHandler.java 159444535 128
> > > org.openmeetings.utils.mail.MailHandler [NioProcessor-1] - [mail send]
> > > java.lang.NumberFormatException: For input string: "abc.pl.ua"
> > > DEBUG 06-02 18:38:34.121 MailHandler.java 162400951 75
> > > org.openmeetings.utils.mail.MailHandler [NioProcessor-1] - Message
> > > sending in progress
> > > DEBUG 06-02 18:38:34.122 MailHandler.java 162400952 76
> > > org.openmeetings.utils.mail.MailHandler [NioProcessor-1] -   From:
> > > webi...@abc.pl.ua
> > > DEBUG 06-02 18:38:34.123 MailHandler.java 162400953 77
> > > org.openmeetings.utils.mail.MailHandler [NioProcessor-1] -   To:
> > > l...@ukr.net
> > > DEBUG 06-02 18:38:34.123 MailHandler.java 162400953 78
> > > org.openmeetings.utils.mail.MailHandler [NioProcessor-1] -
> > > Subject: ??? ? OpenMeetings
> > > ERROR 06-02 18:38:34.136 MailHandler.java 162400966 128
> > > org.openmeetings.utils.mail.MailHandler [NioProcessor-1] - [mail send]
>
> > > please help me out
>
> > > Thanks,
> > > - lykich
>
> > > --
> > > You received this message because you are subscribed to the Google Groups
> > "OpenMeetings User" group.
> > > To post to this group, send email to openmeetings-u...@googlegroups.com.
> > > To unsubscribe from this group, send email to
> > openmeetings-user+unsubscr...@googlegroups.com
> > .
> > > For more options, visit this group at
> >http://groups.google.com/group/openmeetings-user?hl=en.
>
> > --
> > _-=-_-=-_-=-_-=-_-=-_-=-_-=-_-=-_-=-_-=-_-=-_
> > Brian McCann
>
> > "I don't have to take this abuse from you -- I've got hundreds of
> > people waiting to abuse me."
> >                -- Bill Murray, "Ghostbusters"
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "OpenMeetings User" group.
> > To post to this group, send email to openmeetings-u...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > openmeetings-user+unsubscr...@googlegroups.com
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/openmeetings-user?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: Lz Video Position

2010-05-31 Thread Bicho4191
Thx sebastian.

the only think i need is modify the initialization properties from a
videoObject i try using the video container to modified the x and y
position of videoobjects but this not working for me i just need
modify the x and y properties in every new videoObject i am using the
baseVideoObject.lzx and flexibleConferenceRoom.lzx

thx

On 29 mayo, 04:46, Sebastian Wagner  wrote:
> Hi Bicho,
>
> check those LZX-Files that contain the code to handle the user-lists:
> participants.lzx, eventUserListInner.lzx, restrictedUserListInner.lzx
>
> There are some functions inside it to add a video-box to the current view.
>
> Sebastian
>
> 2010/5/29 Bicho4191 :
>
> > Hi folks i have a question
>
> > first i need display the videochat windown in a new position but i
> > cannot find the file control the videochat, i am working with
> > openlazslo and have rc3807
>
> > --
> > You received this message because you are subscribed to the Google Groups 
> > "OpenMeetings User" group.
> > To post to this group, send email to openmeetings-u...@googlegroups.com.
> > To unsubscribe from this group, send email to 
> > openmeetings-user+unsubscr...@googlegroups.com.
> > For more options, visit this group 
> > athttp://groups.google.com/group/openmeetings-user?hl=en.
>
> --
> Sebastian 
> Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://www.laszlo-forum.de
> seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Lz Video Position

2010-05-28 Thread Bicho4191
Hi folks i have a question

first i need display the videochat windown in a new position but i
cannot find the file control the videochat, i am working with
openlazslo and have rc3807

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: installation hang

2010-05-21 Thread Bicho4191
hi bing

check your database and tell us if you can see tables and records,
check the permissions and the mysql port 3306

grettings for all



On 21 mayo, 09:30, bing  wrote:
> Hi,
>
> I recently installed the latest (openmeetings_1_1_r3087) version of
> OpenMeetings on my Ubuntu laptop with little issue, but when I'm
> having issues when I try to install it on a remote server.
>
> I followed the instructions closely and documented the installation on
> my laptop as a reference.
>
> When I i had initially installed it on the server I could not access
> it and had to open the firewall to ports 5080, 8088, 9035 and 8443. At
> this point I was able to access the actual install page (http://
> sitenamegoeshere:5080/openmeetings/install?command=step1), but after
> clicking the install button I get an endless wait message from the
> browser (I've waited up to 30 min).
>
> I've scanned the log files and I'm not getting any actual; errors.
> There are some Java warning, but no actual errors.
>
> Does anyone have any ideas?
>
> thanks,
>
> bing
>
> --
> You received this message because you are subscribed to the Google Groups 
> "OpenMeetings User" group.To post to this group, send email 
> toopenmeetings-u...@googlegroups.com.to unsubscribe from this group, send 
> email toopenmeetings-user+unsubscr...@googlegroups.com.
> For more options, visit this group 
> athttp://groups.google.com/group/openmeetings-user?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Problem with installation

2010-05-19 Thread Bicho4191
Hi everyone

i am working with om_r3244, install the app but the user table and
others are empty, and i cannot log me in, other tables like rooms and
language have values


Thx for help maybe someone else have the same problem

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: Integrate Om and vs 2003

2010-05-04 Thread Bicho4191
Hi folks

i am using webreferences but the methods don run correctly this is my
stacktrace

System.InvalidOperationException: There is an error in XML document
(1, 514). ---> System.FormatException: Input string was not in a
correct format. at System.Number.ParseInt64(String s, NumberStyles
style, NumberFormatInfo info) at System.Int64.Parse(String s,
NumberStyles style, IFormatProvider provider) at
System.Xml.XmlConvert.ToInt64(String s) at
Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReader1.Read4_Sessiondata(Boolean
isNullable, Boolean checkType) at
Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReader1.Read3_getSessionResponse(Boolean
isNullable, Boolean checkType) at
Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReader1.Read37_getSessionResponse()
--- End of inner exception stack trace --- at
System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader
xmlReader, String encodingStyle) at
System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader
xmlReader) at
System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage
message, WebResponse response, Stream responseStream, Boolean
asyncCall) at
System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String
methodName, Object[] parameters) at
WebApplication1.UserService.UserService.getSession() in c:\inetpub
\wwwroot\WebApplication1\Web References\UserService\Reference.vb:line
247 at WebApplication1.WebForm1.Page_Init(Object sender, EventArgs e)
in c:\inetpub\wwwroot\WebApplication1\WebForm1.aspx.vb:line 33

 and this is my code  in vb 2003

Dim x As New WebApplication1.UserService.UserService
Dim r As New
WebApplication1.UserService.getSessionResponse
r = x.getSession()

thx for help

by the way the gateway is working perfectly

On 30 abr, 17:36, Bicho4191  wrote:
> Hi everyone i try to integrate Om with  vs2003 using wcf and i need
> help to use this libraries
> if someone in the past accomplishment this problem I would appreciate
> guidance me
>
> Thx for everyting the help in the past
>
> --
> You received this message because you are subscribed to the Google Groups 
> "OpenMeetings User" group.To post to this group, send email 
> toopenmeetings-u...@googlegroups.com.to unsubscribe from this group, send 
> email toopenmeetings-user+unsubscr...@googlegroups.com.
> For more options, visit this group 
> athttp://groups.google.com/group/openmeetings-user?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Integrate Om and vs 2003

2010-04-30 Thread Bicho4191
Hi everyone i try to integrate Om with  vs2003 using wcf and i need
help to use this libraries
if someone in the past accomplishment this problem I would appreciate
guidance me

Thx for everyting the help in the past

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: Problem with installation

2010-04-27 Thread Bicho4191
hi sebastian

the build  openmeetings_r3228.zip with the number 3228 is my problem
laters versions have same behavior, first i think in a permissions
problem, but using 777 not solve the problem, to make the installation
work copy the tables involved with users and organisations.

Grettings

On 27 abr, 09:39, Sebastian Wagner  wrote:
> We will verify the nightly builds, but so far I did not face any problem
> with my local installations.
> What kind of revision / nightly build number did you face your problems?
>
> Sebastian
>
> 2010/4/27 Giovanni 
>
>
>
> > I also had some problems with night builds, so i returned to the 1.2
> > RC1 release :-)
>
> > On 26 Apr, 16:51, Bicho4191  wrote:
> > > Hello everyone,
>
> > > A couple of months that I am doing my testing and upgrading servers
> > > Om. But this morning when you install the version contained in the
> > > 3229 build nigth I find that the data administrator were not loaded
> > > into the database which generates that can not access the application,
> > > om can not find my username, if someone already encountered this
> > > problem and found a solution please let me know.
>
> > > --
> > > You received this message because you are subscribed to the Google Groups
> > "OpenMeetings User" group.
> > > To post to this group, send email to openmeetings-u...@googlegroups.com.
> > > To unsubscribe from this group, send email to
> > openmeetings-user+unsubscr...@googlegroups.com
> > .
> > > For more options, visit this group athttp://
> > groups.google.com/group/openmeetings-user?hl=en.
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "OpenMeetings User" group.
> > To post to this group, send email to openmeetings-u...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > openmeetings-user+unsubscr...@googlegroups.com
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/openmeetings-user?hl=en.
>
> --
> Sebastian 
> Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://www.laszlo-forum.de
> seba.wag...@gmail.com
>
> --
> You received this message because you are subscribed to the Google Groups 
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to 
> openmeetings-user+unsubscr...@googlegroups.com.
> For more options, visit this group 
> athttp://groups.google.com/group/openmeetings-user?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Problem with installation

2010-04-26 Thread Bicho4191
Hello everyone,

A couple of months that I am doing my testing and upgrading servers
Om. But this morning when you install the version contained in the
3229 build nigth I find that the data administrator were not loaded
into the database which generates that can not access the application,
om can not find my username, if someone already encountered this
problem and found a solution please let me know.

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: soap methodgateway or methodgateway

2010-04-16 Thread Bicho4191
hi again,

ok use soap its really easy just call the methods and shows the
results, thx for the help i wanna make some test and try do this
funtional

grettings

On 13 abr, 14:38, Bicho4191  wrote:
> thx Sebastian
>
> I start to use php like a extern system to connect openmeetings, i
> will try to use this library
>
> http://openmeetings.googlecode.com/svn/trunk/plugins/moodle_plugin/li...
>
> but i dont know how start
>
> thank you
>
> On 13 abr, 13:36, Sebastian Wagner  wrote:
>
>
>
> > hi Bicho,
>
> > the methode Gateway was a workaround for a users that are not able to use
> > theSOAPGateway. If you can you should always use theSOAPGateway!
>
> > Sebastian
>
> > 2010/4/13 Bicho4191 
>
> > > Hi everyone
>
> > > I'm trying to decide what suits me more usesoapgateway or just
> > > gateway method the question is that I need only generate the hash of a
> > > room, and access to it, but it is not possible with just mehotd
> > > gateway, I can only use the method setuserobject but I can not use
> > > setuserobjectandgenerateroomhashbyurl
>
> > > greetings and thanks
>
> > > --
> > > You received this message because you are subscribed to the Google Groups
> > > "OpenMeetings User" group.
> > > To post to this group, send email to openmeetings-u...@googlegroups.com.
> > > To unsubscribe from this group, send email to
> > > openmeetings-user+unsubscr...@googlegroups.com > >  i...@googlegroups.com>
> > > .
> > > For more options, visit this group at
> > >http://groups.google.com/group/openmeetings-user?hl=en.
>
> > --
> > Sebastian 
> > Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://...
> > seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



overlaped menus

2010-04-13 Thread Bicho4191
hi

sometimes the system leave out a room and back me to menu screen

this is how i see my system after that

http://openmeetings-user.googlegroups.com/web/overlapimages.JPG?gda=b0xk2UMAAADVT7ibhzT38uDNgKglJvKjiqOnPbXbd-3x5LuVYTYZl5_J43ovSDIlTSnaxBl2Gv4ytiJ-HdGYYcPi_09pl8N7FWLveOaWjzbYnpnkpmxcWg&gsc=PYKr-hYAAABKm-yVOEi2FNOSjO0N1cNAwDnRq-Rbrs5DMwXoiOZsvg

i try to catch the error on log but nothing weird is on there

grettings

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: soap methodgateway or methodgateway

2010-04-13 Thread Bicho4191
thx Sebastian

I start to use php like a extern system to connect openmeetings, i
will try to use this library

http://openmeetings.googlecode.com/svn/trunk/plugins/moodle_plugin/lib/nusoap.php

but i dont know how start

thank you

On 13 abr, 13:36, Sebastian Wagner  wrote:
> hi Bicho,
>
> the methode Gateway was a workaround for a users that are not able to use
> the SOAP Gateway. If you can you should always use the SOAP Gateway!
>
> Sebastian
>
> 2010/4/13 Bicho4191 
>
>
>
>
>
> > Hi everyone
>
> > I'm trying to decide what suits me more use soap gateway or just
> > gateway method the question is that I need only generate the hash of a
> > room, and access to it, but it is not possible with just mehotd
> > gateway, I can only use the method setuserobject but I can not use
> > setuserobjectandgenerateroomhashbyurl
>
> > greetings and thanks
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "OpenMeetings User" group.
> > To post to this group, send email to openmeetings-u...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > openmeetings-user+unsubscr...@googlegroups.com > i...@googlegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/openmeetings-user?hl=en.
>
> --
> Sebastian 
> Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://www.laszlo-forum.de
> seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



soap methodgateway or methodgateway

2010-04-13 Thread Bicho4191
Hi everyone

I'm trying to decide what suits me more use soap gateway or just
gateway method the question is that I need only generate the hash of a
room, and access to it, but it is not possible with just mehotd
gateway, I can only use the method setuserobject but I can not use
setuserobjectandgenerateroomhashbyurl

greetings and thanks

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: Problem with SOAP gateway

2010-03-23 Thread Bicho4191
i have problems using the setUserObject sometimes back -36 or just not
resolve

thanks

On 23 mar, 11:09, Miguel Carro Pellicer 
wrote:
> If you want to use MethodGateway you're not using SOAP methods, so your email 
> title is wrong.
> That methods are described 
> herehttp://code.google.com/p/openmeetings/wiki/MethodGateway, i did some 
> tests and all methods work fine
> You have to use the SID obtained from getSession to Login, setUserObject and 
> enter a Room. What's your problem with this HTTP methods?
> Miguel.
> El 23/03/2010 17:57, Bicho4191 escribió:thanks miguel I may not explain well 
> what I want to do I'm trying to make the whole process trough url ie without 
> using code I'm trying to generate only one room and access it trough url thx 
> 4 the help On 23 mar, 09:44, Miguel Carro 
> Pellicerwrote:HI! One example of 
> setUserObjectAndGenerateRoomHash in ColdFusion: setUserObjectAndGenerateRoomHashParams = StructNew()>  setUserObjectAndGenerateRoomHashParams.SID="#str_SessionSID#">  setUserObjectAndGenerateRoomHashParams.username="#str_UserName#">  setUserObjectAndGenerateRoomHashParams.firstname="#str_Firstname#">  setUserObjectAndGenerateRoomHashParams.lastname="#str_Lastname#">  setUserObjectAndGenerateRoomHashParams.profilePictureUrl="">  setUserObjectAndGenerateRoomHashParams.email="#str_Email#">  setUserObjectAndGenerateRoomHashParams.externalUserId=#session.int_UserId#> 
>  setUserObjectAndGenerateRoomHashParams.externalUserType="#session.int_UserId#">
>setUserObjectAndGenerateRoomHashParams.becomeModeratorAsInt=#int_IsModerator#>
>   
>  returnVariable="str_RoomSessionHash"     webservice="#str_UserServiceURL#"    
>  argumentCollection="#setUserObjectAndGenerateRoomHashParams#"Another example 
> in java:public String setUserObjectAndGenerateRoomHash(String sid, String 
> username,String firstname,         String lastname, String profilePictureUrl, 
> String email, int externalUserId,         String externalUserType, int 
> roomId,         int becomeModeratorAsInt,int showAudioVideoTestAsInt) throws 
> AxisFault{                 ServiceClient serviceClient = 
> createGenericClient(this.openMeetingsURL+userServiceURL);         OMFactory 
> factory = OMAbstractFactory.getOMFactory();         OMNamespace namespace = 
> factory.createOMNamespace(NAMESPACE, "setUserObjectAndGenerateRoomHash");     
>     OMElement method = 
> factory.createOMElement("setUserObjectAndGenerateRoomHash", namespace);       
>   OMElement sid_E = factory.createOMElement("SID", namespace);         
> OMElement username_E = factory.createOMElement("username", namespace);        
>  OMElement firstname_E = factory.createOMElement("firstname", namespace);     
>     OMElement lastname_E = factory.createOMElement("lastname", namespace);    
>      OMElement profilePictureUrl_E = 
> factory.createOMElement("profilePictureUrl", namespace);         OMElement 
> email_E = factory.createOMElement("email", namespace);         OMElement 
> externalUserId_E = factory.createOMElement("externalUserId", namespace);      
>    OMElement externalUserType_E = factory.createOMElement("externalUserType", 
> namespace);         OMElement roomId_E = factory.createOMElement("roomId", 
> namespace);         OMElement becomeModeratorAsInt_E = 
> factory.createOMElement("becomeModeratorAsInt", namespace);         OMElement 
> showAudioVideoTestAsInt_E = 
> factory.createOMElement("showAudioVideoTestAsInt", namespace);                
>  sid_E.addChild(factory.createOMText(sid_E, sid));         
> username_E.addChild(factory.createOMText(username_E,username));         
> firstname_E.addChild(factory.createOMText(firstname_E,firstname));         
> lastname_E.addChild(factory.createOMText(lastname_E, lastname));         
> profilePictureUrl_E.addChild(factory.createOMText(profilePictureUrl_E, 
> profilePictureUrl));         email_E.addChild(factory.createOMText(email_E, 
> email));         
> externalUserId_E.addChild(factory.createOMText(externalUserId_E, 
> String.valueOf(externalUserId)));         
> externalUserType_E.addChild(factory.createOMText(externalUserType_E, 
> externalUserType));         roomId_E.addChild(factory.createOMText(roomId_E, 
> String.valueOf(roomId)));         
> becomeModeratorAsInt_E.addChild(factory.createOMText(becomeModeratorAsInt_E, 
> String.valueOf(becomeModeratorAsInt)));         
> showAudioVideoTestAsInt_E.addChild(factory.createOMText(showAudioVideoTestAsInt_E,
>  String.valueOf(showAudioVideoTestAsInt)));                 

Re: Problem with SOAP gateway

2010-03-23 Thread Bicho4191
thanks miguel

I may not explain well what I want to do

I'm trying to make the whole process trough url ie without using code
I'm trying to generate only one room and access it trough url
thx 4 the help

On 23 mar, 09:44, Miguel Carro Pellicer 
wrote:
> HI!
> One example of setUserObjectAndGenerateRoomHash in ColdFusion: setUserObjectAndGenerateRoomHashParams = StructNew()>
> 
> 
> 
> 
> 
> 
>  setUserObjectAndGenerateRoomHashParams.externalUserId=#session.int_UserId#>
>  setUserObjectAndGenerateRoomHashParams.externalUserType="#session.int_UserId#">
> 
>  setUserObjectAndGenerateRoomHashParams.becomeModeratorAsInt=#int_IsModerator#>
> 
>      method="setUserObjectAndGenerateRoomHash"
>     returnVariable="str_RoomSessionHash"
>     webservice="#str_UserServiceURL#"
>     argumentCollection="#setUserObjectAndGenerateRoomHashParams#"
> >
> Another example in java:public String setUserObjectAndGenerateRoomHash(String 
> sid, String username,String firstname,
>         String lastname, String profilePictureUrl, String email, int 
> externalUserId,
>         String externalUserType, int roomId,
>         int becomeModeratorAsInt,int showAudioVideoTestAsInt) throws 
> AxisFault{
>        
>         ServiceClient serviceClient = 
> createGenericClient(this.openMeetingsURL+userServiceURL);
>         OMFactory factory = OMAbstractFactory.getOMFactory();
>         OMNamespace namespace = factory.createOMNamespace(NAMESPACE, 
> "setUserObjectAndGenerateRoomHash");
>         OMElement method = 
> factory.createOMElement("setUserObjectAndGenerateRoomHash", namespace);
>         OMElement sid_E = factory.createOMElement("SID", namespace);
>         OMElement username_E = factory.createOMElement("username", namespace);
>         OMElement firstname_E = factory.createOMElement("firstname", 
> namespace);
>         OMElement lastname_E = factory.createOMElement("lastname", namespace);
>         OMElement profilePictureUrl_E = 
> factory.createOMElement("profilePictureUrl", namespace);
>         OMElement email_E = factory.createOMElement("email", namespace);
>         OMElement externalUserId_E = 
> factory.createOMElement("externalUserId", namespace);
>         OMElement externalUserType_E = 
> factory.createOMElement("externalUserType", namespace);
>         OMElement roomId_E = factory.createOMElement("roomId", namespace);
>         OMElement becomeModeratorAsInt_E = 
> factory.createOMElement("becomeModeratorAsInt", namespace);
>         OMElement showAudioVideoTestAsInt_E = 
> factory.createOMElement("showAudioVideoTestAsInt", namespace);
>        
>         sid_E.addChild(factory.createOMText(sid_E, sid));
>         username_E.addChild(factory.createOMText(username_E,username));
>         firstname_E.addChild(factory.createOMText(firstname_E,firstname));
>         lastname_E.addChild(factory.createOMText(lastname_E, lastname));
>         
> profilePictureUrl_E.addChild(factory.createOMText(profilePictureUrl_E, 
> profilePictureUrl));
>         email_E.addChild(factory.createOMText(email_E, email));
>         externalUserId_E.addChild(factory.createOMText(externalUserId_E, 
> String.valueOf(externalUserId)));
>         externalUserType_E.addChild(factory.createOMText(externalUserType_E, 
> externalUserType));
>         roomId_E.addChild(factory.createOMText(roomId_E, 
> String.valueOf(roomId)));
>         
> becomeModeratorAsInt_E.addChild(factory.createOMText(becomeModeratorAsInt_E, 
> String.valueOf(becomeModeratorAsInt)));
>         
> showAudioVideoTestAsInt_E.addChild(factory.createOMText(showAudioVideoTestAsInt_E,
>  String.valueOf(showAudioVideoTestAsInt)));
>        
>         method.addChild(sid_E);
>         method.addChild(username_E);
>         method.addChild(firstname_E);
>         method.addChild(lastname_E);
>         method.addChild(profilePictureUrl_E);
>         method.addChild(email_E);
>         method.addChild(externalUserId_E);
>         method.addChild(externalUserType_E);
>         method.addChild(roomId_E);
>         method.addChild(becomeModeratorAsInt_E);
>         method.addChild(showAudioVideoTestAsInt_E);
>                
>         OMElement result = serviceClient.sendReceive(method);
>         return result.getFirstElement().getText();
> }
> Both examples work perfect. What kind of error appears?
> Hope this helps, Miguel.
> El 23/03/2010 16:27, Bicho4191 escribió:hi folks hi all I'm trying to use the 
> soap gateway to create rooms and create links to them but I've only managed 
> to use 

Problem with SOAP gateway

2010-03-23 Thread Bicho4191
hi folks

hi all I'm trying to use the soap gateway to create rooms and create
links to them but I've only managed to use the getSession method and
loginUser, I failed to successfully use the method setUserObject

I like to see some example that someone has implemented thanks to all

greetings

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: Relogin

2010-03-16 Thread Bicho4191
this java error was be threw


[ERROR] [http-8088-exec-3] org.apache.catalina.core.ContainerBase.
[red5RTMPTEngine].[0.0.0.0].[/].[rtmpt] - Servlet.service() for
servlet rtmpt threw exception
java.io.IOException: Connection reset by peer
at sun.nio.ch.FileDispatcher.read0(Native Method) [na:
1.6.0_15]
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:21)
[na:1.6.0_15]
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:233) [na:
1.6.0_15]
at sun.nio.ch.IOUtil.read(IOUtil.java:206) [na:1.6.0_15]
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:
236) [na:1.6.0_15]
at org.apache.tomcat.util.net.NioChannel.read(NioChannel.java:
128) [tomcat-coyote-6.0.24.jar:na]
at
org.apache.tomcat.util.net.NioBlockingSelector.read(NioBlockingSelector.java:
159) [tomcat-coyote-6.0.24.jar:na]
at
org.apache.tomcat.util.net.NioSelectorPool.read(NioSelectorPool.java:
229) [tomcat-coyote-6.0.24.jar:na]
at
org.apache.tomcat.util.net.NioSelectorPool.read(NioSelectorPool.java:
210) [tomcat-coyote-6.0.24.jar:na]
at
org.apache.coyote.http11.InternalNioInputBuffer.readSocket(InternalNioInputBuffer.java:
605) [tomcat-coyote-6.0.24.jar:na]
at
org.apache.coyote.http11.InternalNioInputBuffer.fill(InternalNioInputBuffer.java:
902) [tomcat-coyote-6.0.24.jar:na]
at org.apache.coyote.http11.InternalNioInputBuffer
$SocketInputBuffer.doRead(InternalNioInputBuffer.java:926) [tomcat-
coyote-6.0.24.jar:na]
at
org.apache.coyote.http11.filters.IdentityInputFilter.doRead(IdentityInputFilter.java:
116) [tomcat-coyote-6.0.24.jar:na]
at
org.apache.coyote.http11.InternalNioInputBuffer.doRead(InternalNioInputBuffer.java:
864) [tomcat-coyote-6.0.24.jar:na]
at org.apache.coyote.Request.doRead(Request.java:428) [tomcat-
coyote-6.0.24.jar:na]
at
org.apache.catalina.connector.InputBuffer.realReadBytes(InputBuffer.java:
304) [catalina-6.0.24.jar:na]
at
org.apache.tomcat.util.buf.ByteChunk.substract(ByteChunk.java:405)
[tomcat-coyote-6.0.24.jar:na]
at
org.apache.catalina.connector.InputBuffer.read(InputBuffer.java:327)
[catalina-6.0.24.jar:na]
at
org.apache.catalina.connector.CoyoteInputStream.read(CoyoteInputStream.java:
162) [catalina-6.0.24.jar:na]
at
org.red5.server.net.servlet.ServletUtils.copy(ServletUtils.java:67)
[red5.jar:na]
at
org.red5.server.net.servlet.ServletUtils.copy(ServletUtils.java:49)
[red5.jar:na]
at
org.red5.server.net.rtmpt.RTMPTServlet.handleSend(RTMPTServlet.java:
360) [red5.jar:na]
at
org.red5.server.net.rtmpt.RTMPTServlet.service(RTMPTServlet.java:457)
[red5.jar:na]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:
717) [javaee-api-5.1.1.jar:5.1.1]
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:
290) [catalina-6.0.24.jar:na]
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:
206) [catalina-6.0.24.jar:na]
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:
233) [catalina-6.0.24.jar:na]
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:
191) [catalina-6.0.24.jar:na]
at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:
465) [catalina-6.0.24.jar:na]
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:
127) [catalina-6.0.24.jar:na]
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:
102) [catalina-6.0.24.jar:na]
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:
109) [catalina-6.0.24.jar:na]
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:
298) [catalina-6.0.24.jar:na]
at
org.apache.coyote.http11.Http11NioProcessor.process(Http11NioProcessor.java:
883) [tomcat-coyote-6.0.24.jar:na]
at org.apache.coyote.http11.Http11NioProtocol
$Http11ConnectionHandler.process(Http11NioProtocol.java:721) [tomcat-
coyote-6.0.24.jar:na]
at org.apache.tomcat.util.net.NioEndpoint
$SocketProcessor.run(NioEndpoint.java:2258) [tomcat-
coyote-6.0.24.jar:na]
at java.util.concurrent.ThreadPoolExecutor
$Worker.runTask(ThreadPoolExecutor.java:886) [na:1.6.0_15]
at java.util.concurrent.ThreadPoolExecutor
$Worker.run(ThreadPoolExecutor.java:908) [na:1.6.0_15]
at java.lang.Thread.run(Thread.java:619) [na:1.6.0_15]


On 16 mar, 16:35, Bicho4191  wrote:
> Hi everyone,
>
> I have a problem on version 3807, if a user loggin and stand a while
> the system overwrite the menu and when my user has the change the last
> menu still over there overwriten
>
> the console show me this
>
> ERROR 03-16 16:26:50.284 Sessionmanagement.java 8101183 112
> org.openmeetings.app.data.basic.Sessionmanagement [http-8088-exec-1] -
> Could not fin

Relogin

2010-03-16 Thread Bicho4191
Hi everyone,

I have a problem on version 3807, if a user loggin and stand a while
the system overwrite the menu and when my user has the change the last
menu still over there overwriten

the console show me this


ERROR 03-16 16:26:50.284 Sessionmanagement.java 8101183 112
org.openmeetings.app.data.basic.Sessionmanagement [http-8088-exec-1] -
Could not find session to update:


then the session is updated from time to time as may be possible to
modify this parameter

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: Membermeeting

2010-02-12 Thread Bicho4191
Hi

let me explain, using a admin-user create a event and send someones
invitations to registed members, later i logon with the member was
invited but the room correspondent of the appointment not listening on
My private rooms and review the database the table member_meetings not
register the id of the members invited to the event

Thanks for your help

On 11 feb, 20:34, John Davis  wrote:
> Have they entered the room, I think what your saying is that in the
> room dashboard
> for "My Meetings" the list doesn't show who you scheduled. I think the
> list will
> only show who has already entered the room.
>
> On Feb 11, 7:09 pm, Bicho4191  wrote:
>
>
>
> > Hello everyone I have walked by modifications including Om view. 2905,
> > is that I have a question about the procedure add members to a
> > meeting.
>
> > First I create an event to which I assign a couple of assistants,
> > these are notified by email but in Table members for a meeting
> > (meetingmember) are not have kept the userid of the attendees only of
> > the person has created the event, the user is able to see the room
> > that was created in the private rooms but apart from those members who
> > have assigned to the event I still can not visualize, I have reviewed
> > in the classes that register the member of the meeting but did not
> > find the reason for the inconvenience.
>
> > Thanks for your help

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Membermeeting

2010-02-11 Thread Bicho4191
Hello everyone I have walked by modifications including Om view. 2905,
is that I have a question about the procedure add members to a
meeting.



First I create an event to which I assign a couple of assistants,
these are notified by email but in Table members for a meeting
(meetingmember) are not have kept the userid of the attendees only of
the person has created the event, the user is able to see the room
that was created in the private rooms but apart from those members who
have assigned to the event I still can not visualize, I have reviewed
in the classes that register the member of the meeting but did not
find the reason for the inconvenience.


Thanks for your help

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: No mail for No update

2010-02-05 Thread Bicho4191
Hi again sebastian

this is my solution:

if (this.startDate.getDate() == this.startDate2.getDate() &&
this.startDate.getMonth() == 
this.startDate2.getMonth() &&
this.startDate.getFullYear() == 
this.startDate2.getFullYear() &&
this.startDate.getHours() == 
this.startDate2.getHours() &&
this.startDate.getMinutes() == 
this.startDate2.getMinutes() &&
this.endDate.getDate() == 
this.endDate2.getDate() &&
this.endDate.getMonth() == 
this.endDate2.getMonth() &&
this.endDate.getFullYear() == 
this.endDate2.getFullYear() &&
this.endDate.getHours() == 
this.endDate2.getHours() &&
this.endDate.getMinutes() == 
this.endDate2.getMinutes())

how you can see the condition covers all the atributtes in startDate
and startDate2 same way to endDate and endDate2

grettings and thx for all i hope this fix the issue


On 5 feb, 12:41, Bicho4191  wrote:
> i agree with you
> and try to understand why this happen i try to setminutes(0) and the
> diference still
> if you try startDate without .getTime() you found the string of
> startDate and startDate2 its not the same
> and that be weird. i will still testing and make some changes about
> this issue
>
> Thx and greetings
>
> On 5 feb, 12:23, Sebastian Wagner  wrote:
>
>
>
> > hi,
>
> > I think the only way to fix that issue is really to check why:
>
> > if (this.startDate.getTime() == this.startDate2.getTime() &&
> > this.endDate.getTime() == this.endDate2.getTime())
>
> > is not true when actually there is no change, or where this minute is
> > comming from that you reported to be too much.
>
> > Sebastian
>
> > 2010/2/5 Bicho4191 
>
> > > Hi sebastian
>
> > > i wanna just a little comment result i found the line:
>
> > >         lz.Timer.resetTimer( this.startDragDel , 150 );
>
> > > and i think maybe if move the time do a litle click over the event not
> > > be invoked the start drag and that was work
> > > i try to make the startdate and startdate2 was equals but i cant
> > > accomplish and that all the problem was resolved for me :S
>
> > > grettins
>
> > > On 5 feb, 11:11, Bicho4191  wrote:
> > > > Hi again sebastian i was checking the eventselector.lzx file and i
> > > > found when the domouseup method and i think found the problem
>
> > > > first i see the comparation between startdate and startdate2 always
> > > > thrown false and  go to the debug to see the value of this variables
> > > > and debug.inspect throws this
>
> > > > lzx> Debug.inspect(Wed Feb 3 09:00:00 GMT-0600 2010)
> > > > «Date#314»
> > > > «Date#314| Wed Feb 3 09:00:00 GMT-0600 2010»
> > > > lzx> Debug.inspect(Wed Feb 3 09:01:00 GMT-0600 2010)
> > > > «Date#350»
> > > > «Date#350| Wed Feb 3 09:01:00 GMT-0600 2010»
>
> > > > yes the date is diferent  by a minute!! i dont know why
>
> > > > well i going to try to resolve in the client side
> > > > (eventselector.lzx)
> > > > thx sebastian
>
> > > > On 5 feb, 09:44, Sebastian Wagner  wrote:
>
> > > > > okay the function you are searching for is called:
> > > > > public Long updateAppointmentTimeOnly(String SID, Long appointmentId,
> > > > >             Date appointmentstart, Date appointmentend, String 
> > > > > baseurl,
> > > > >             Long language_id)
> > > > > in Calendar Service.
> > > > > And you're right I think it is invoked too early, it should only
> > > trigger if
> > > > > there was really a change in the meeting time. The function is invoked
> > > > > whenever the user drag-n-drop a meeting in the calendar to another 
> > > > > time
> > > or
> > > > > date.
>
> > > > >http://code.google.com/p/openmeetings/issues/detail?id=1124
>
> > > > > Sebastian
>
> > > > > 2010/2/5 Bicho4191 
>
> > > > > > hi
>
> > > > > > the question is that I not click the save button, simply click on 
> > > > > > the
> > > > > > event I do not even show the info_panel
>
> > > 

Re: No mail for No update

2010-02-05 Thread Bicho4191
i agree with you
and try to understand why this happen i try to setminutes(0) and the
diference still
if you try startDate without .getTime() you found the string of
startDate and startDate2 its not the same
and that be weird. i will still testing and make some changes about
this issue

Thx and greetings



On 5 feb, 12:23, Sebastian Wagner  wrote:
> hi,
>
> I think the only way to fix that issue is really to check why:
>
> if (this.startDate.getTime() == this.startDate2.getTime() &&
> this.endDate.getTime() == this.endDate2.getTime())
>
> is not true when actually there is no change, or where this minute is
> comming from that you reported to be too much.
>
> Sebastian
>
> 2010/2/5 Bicho4191 
>
>
>
>
>
> > Hi sebastian
>
> > i wanna just a little comment result i found the line:
>
> >         lz.Timer.resetTimer( this.startDragDel , 150 );
>
> > and i think maybe if move the time do a litle click over the event not
> > be invoked the start drag and that was work
> > i try to make the startdate and startdate2 was equals but i cant
> > accomplish and that all the problem was resolved for me :S
>
> > grettins
>
> > On 5 feb, 11:11, Bicho4191  wrote:
> > > Hi again sebastian i was checking the eventselector.lzx file and i
> > > found when the domouseup method and i think found the problem
>
> > > first i see the comparation between startdate and startdate2 always
> > > thrown false and  go to the debug to see the value of this variables
> > > and debug.inspect throws this
>
> > > lzx> Debug.inspect(Wed Feb 3 09:00:00 GMT-0600 2010)
> > > «Date#314»
> > > «Date#314| Wed Feb 3 09:00:00 GMT-0600 2010»
> > > lzx> Debug.inspect(Wed Feb 3 09:01:00 GMT-0600 2010)
> > > «Date#350»
> > > «Date#350| Wed Feb 3 09:01:00 GMT-0600 2010»
>
> > > yes the date is diferent  by a minute!! i dont know why
>
> > > well i going to try to resolve in the client side
> > > (eventselector.lzx)
> > > thx sebastian
>
> > > On 5 feb, 09:44, Sebastian Wagner  wrote:
>
> > > > okay the function you are searching for is called:
> > > > public Long updateAppointmentTimeOnly(String SID, Long appointmentId,
> > > >             Date appointmentstart, Date appointmentend, String baseurl,
> > > >             Long language_id)
> > > > in Calendar Service.
> > > > And you're right I think it is invoked too early, it should only
> > trigger if
> > > > there was really a change in the meeting time. The function is invoked
> > > > whenever the user drag-n-drop a meeting in the calendar to another time
> > or
> > > > date.
>
> > > >http://code.google.com/p/openmeetings/issues/detail?id=1124
>
> > > > Sebastian
>
> > > > 2010/2/5 Bicho4191 
>
> > > > > hi
>
> > > > > the question is that I not click the save button, simply click on the
> > > > > event I do not even show the info_panel
>
> > > > > greetings
> > > > > i will try to identify the responsible class and make the changes on
> > > > > the server side,
>
> > > > > i thinkl the solution maybe be on the client side when the start drag
> > > > > method is throw beyond that i lost
>
> > > > > and thx sebastian
>
> > > > > On 5 feb, 05:54, Sebastian Wagner  wrote:
> > > > > > hm,
>
> > > > > > okay but what I wondering is:
> > > > > > Why do you hit the save button when you actually did not change
> > anything?
>
> > > > > > Anyway we can make something server-side to check if the meeting is
> > 100%
> > > > > the
> > > > > > same and do send only update-mails in case if not.
>
> > > > > > Sebastian
>
> > > > > > 2010/2/5 Bicho4191 
>
> > > > > > > hi everyone i have a ltle problem with OM2797
>
> > > > > > > every time i do clic over the event on the calendar a mail about
> > the
> > > > > > > appointment is send
>
> > > > > > > this is the log about the moment of the action
>
> > > > > > > appointementId  2
> > > > > > > startDate  «Date#548| Wed Feb 3 09:00:00 GMT-0600 2010»
> > > > > > > endDate  «Date#549| Wed Feb 3 20:00:00 GMT-0600 2010»
> > > > > > > Usuario:  «Object#550| {activateha...
> > > > > > >

Re: No mail for No update

2010-02-05 Thread Bicho4191
Hi sebastian

i wanna just a little comment result i found the line:

 lz.Timer.resetTimer( this.startDragDel , 150 );

and i think maybe if move the time do a litle click over the event not
be invoked the start drag and that was work
i try to make the startdate and startdate2 was equals but i cant
accomplish and that all the problem was resolved for me :S

grettins

On 5 feb, 11:11, Bicho4191  wrote:
> Hi again sebastian i was checking the eventselector.lzx file and i
> found when the domouseup method and i think found the problem
>
> first i see the comparation between startdate and startdate2 always
> thrown false and  go to the debug to see the value of this variables
> and debug.inspect throws this
>
> lzx> Debug.inspect(Wed Feb 3 09:00:00 GMT-0600 2010)
> «Date#314»
> «Date#314| Wed Feb 3 09:00:00 GMT-0600 2010»
> lzx> Debug.inspect(Wed Feb 3 09:01:00 GMT-0600 2010)
> «Date#350»
> «Date#350| Wed Feb 3 09:01:00 GMT-0600 2010»
>
> yes the date is diferent  by a minute!! i dont know why
>
> well i going to try to resolve in the client side
> (eventselector.lzx)
> thx sebastian
>
> On 5 feb, 09:44, Sebastian Wagner  wrote:
>
>
>
> > okay the function you are searching for is called:
> > public Long updateAppointmentTimeOnly(String SID, Long appointmentId,
> >             Date appointmentstart, Date appointmentend, String baseurl,
> >             Long language_id)
> > in Calendar Service.
> > And you're right I think it is invoked too early, it should only trigger if
> > there was really a change in the meeting time. The function is invoked
> > whenever the user drag-n-drop a meeting in the calendar to another time or
> > date.
>
> >http://code.google.com/p/openmeetings/issues/detail?id=1124
>
> > Sebastian
>
> > 2010/2/5 Bicho4191 
>
> > > hi
>
> > > the question is that I not click the save button, simply click on the
> > > event I do not even show the info_panel
>
> > > greetings
> > > i will try to identify the responsible class and make the changes on
> > > the server side,
>
> > > i thinkl the solution maybe be on the client side when the start drag
> > > method is throw beyond that i lost
>
> > > and thx sebastian
>
> > > On 5 feb, 05:54, Sebastian Wagner  wrote:
> > > > hm,
>
> > > > okay but what I wondering is:
> > > > Why do you hit the save button when you actually did not change 
> > > > anything?
>
> > > > Anyway we can make something server-side to check if the meeting is 100%
> > > the
> > > > same and do send only update-mails in case if not.
>
> > > > Sebastian
>
> > > > 2010/2/5 Bicho4191 
>
> > > > > hi everyone i have a ltle problem with OM2797
>
> > > > > every time i do clic over the event on the calendar a mail about the
> > > > > appointment is send
>
> > > > > this is the log about the moment of the action
>
> > > > > appointementId  2
> > > > > startDate  «Date#548| Wed Feb 3 09:00:00 GMT-0600 2010»
> > > > > endDate  «Date#549| Wed Feb 3 20:00:00 GMT-0600 2010»
> > > > > Usuario:  «Object#550| {activateha...
> > > > > startDrag  false 1265331006112
> > > > > Remove Drag State
>
> > > > > WARNING @modules/lzcalendar/day.lzx#101: ON MOUSE UP => Update Cal
> > > > > Event  «#477| #main_content/@_content/@inner/
> > > > > lzCalendar/@lzCalendarContent/@calgrid/@cell4/@details/@bgrect/
> > > > > @container/@dataview/calendar_event[2]»
>
> > > > > appointementId  2
> > > > > startDate  «Date#548| Wed Feb 3 09:00:00 GMT-0600 2010»
> > > > > endDate  «Date#549| Wed Feb 3 20:00:00 GMT-0600 2010»
> > > > > startDate2  «Date#583| Wed Feb 3 09:00:00 GMT-0600 2010»
> > > > > endDate2  «Date#584| Wed Feb 3 20:00:00 GMT-0600 2010»
> > > > > DO Update Changes  2
> > > > > Do save and update item  2
> > > > > updateAppointmentTimeOnly  2
>
> > > > > how you can se the update is thrown but the appointment not be
> > > > > modified, anyone have a clue where is launch the method uodate
> > > > > changes?
>
> > > > > or maybe a newest version of OM correct the issue
>
> > > > > thanks for your help
>
> > > > > --
> > > > > You received this message because you are subscribed to the Google
> > > Groups
> > > > > "OpenMeet

Re: No mail for No update

2010-02-05 Thread Bicho4191
Hi again sebastian i was checking the eventselector.lzx file and i
found when the domouseup method and i think found the problem

first i see the comparation between startdate and startdate2 always
thrown false and  go to the debug to see the value of this variables
and debug.inspect throws this

lzx> Debug.inspect(Wed Feb 3 09:00:00 GMT-0600 2010)
«Date#314»
«Date#314| Wed Feb 3 09:00:00 GMT-0600 2010»
lzx> Debug.inspect(Wed Feb 3 09:01:00 GMT-0600 2010)
«Date#350»
«Date#350| Wed Feb 3 09:01:00 GMT-0600 2010»

yes the date is diferent  by a minute!! i dont know why

well i going to try to resolve in the client side
(eventselector.lzx)
thx sebastian

On 5 feb, 09:44, Sebastian Wagner  wrote:
> okay the function you are searching for is called:
> public Long updateAppointmentTimeOnly(String SID, Long appointmentId,
>             Date appointmentstart, Date appointmentend, String baseurl,
>             Long language_id)
> in Calendar Service.
> And you're right I think it is invoked too early, it should only trigger if
> there was really a change in the meeting time. The function is invoked
> whenever the user drag-n-drop a meeting in the calendar to another time or
> date.
>
> http://code.google.com/p/openmeetings/issues/detail?id=1124
>
> Sebastian
>
> 2010/2/5 Bicho4191 
>
>
>
>
>
> > hi
>
> > the question is that I not click the save button, simply click on the
> > event I do not even show the info_panel
>
> > greetings
> > i will try to identify the responsible class and make the changes on
> > the server side,
>
> > i thinkl the solution maybe be on the client side when the start drag
> > method is throw beyond that i lost
>
> > and thx sebastian
>
> > On 5 feb, 05:54, Sebastian Wagner  wrote:
> > > hm,
>
> > > okay but what I wondering is:
> > > Why do you hit the save button when you actually did not change anything?
>
> > > Anyway we can make something server-side to check if the meeting is 100%
> > the
> > > same and do send only update-mails in case if not.
>
> > > Sebastian
>
> > > 2010/2/5 Bicho4191 
>
> > > > hi everyone i have a ltle problem with OM2797
>
> > > > every time i do clic over the event on the calendar a mail about the
> > > > appointment is send
>
> > > > this is the log about the moment of the action
>
> > > > appointementId  2
> > > > startDate  «Date#548| Wed Feb 3 09:00:00 GMT-0600 2010»
> > > > endDate  «Date#549| Wed Feb 3 20:00:00 GMT-0600 2010»
> > > > Usuario:  «Object#550| {activateha...
> > > > startDrag  false 1265331006112
> > > > Remove Drag State
>
> > > > WARNING @modules/lzcalendar/day.lzx#101: ON MOUSE UP => Update Cal
> > > > Event  «#477| #main_content/@_content/@inner/
> > > > lzCalendar/@lzCalendarContent/@calgrid/@cell4/@details/@bgrect/
> > > > @container/@dataview/calendar_event[2]»
>
> > > > appointementId  2
> > > > startDate  «Date#548| Wed Feb 3 09:00:00 GMT-0600 2010»
> > > > endDate  «Date#549| Wed Feb 3 20:00:00 GMT-0600 2010»
> > > > startDate2  «Date#583| Wed Feb 3 09:00:00 GMT-0600 2010»
> > > > endDate2  «Date#584| Wed Feb 3 20:00:00 GMT-0600 2010»
> > > > DO Update Changes  2
> > > > Do save and update item  2
> > > > updateAppointmentTimeOnly  2
>
> > > > how you can se the update is thrown but the appointment not be
> > > > modified, anyone have a clue where is launch the method uodate
> > > > changes?
>
> > > > or maybe a newest version of OM correct the issue
>
> > > > thanks for your help
>
> > > > --
> > > > You received this message because you are subscribed to the Google
> > Groups
> > > > "OpenMeetings User" group.
> > > > To post to this group, send email to
> > openmeetings-u...@googlegroups.com.
> > > > To unsubscribe from this group, send email to
> > > > openmeetings-user+unsubscr...@googlegroups.com > > >  i...@googlegroups.com> > i...@googlegroups.com>
> > > > .
> > > > For more options, visit this group at
> > > >http://groups.google.com/group/openmeetings-user?hl=en.
>
> > > --
> > > Sebastian
> > Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://
> >www.laszlo-forum.de
> > > seba.wag...@gmail.com
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "OpenMeetings User&quo

Re: No mail for No update

2010-02-05 Thread Bicho4191
hi

the question is that I not click the save button, simply click on the
event I do not even show the info_panel

greetings
i will try to identify the responsible class and make the changes on
the server side,

i thinkl the solution maybe be on the client side when the start drag
method is throw beyond that i lost

and thx sebastian

On 5 feb, 05:54, Sebastian Wagner  wrote:
> hm,
>
> okay but what I wondering is:
> Why do you hit the save button when you actually did not change anything?
>
> Anyway we can make something server-side to check if the meeting is 100% the
> same and do send only update-mails in case if not.
>
> Sebastian
>
> 2010/2/5 Bicho4191 
>
>
>
>
>
>
>
> > hi everyone i have a ltle problem with OM2797
>
> > every time i do clic over the event on the calendar a mail about the
> > appointment is send
>
> > this is the log about the moment of the action
>
> > appointementId  2
> > startDate  «Date#548| Wed Feb 3 09:00:00 GMT-0600 2010»
> > endDate  «Date#549| Wed Feb 3 20:00:00 GMT-0600 2010»
> > Usuario:  «Object#550| {activateha...
> > startDrag  false 1265331006112
> > Remove Drag State
>
> > WARNING @modules/lzcalendar/day.lzx#101: ON MOUSE UP => Update Cal
> > Event  «#477| #main_content/@_content/@inner/
> > lzCalendar/@lzCalendarContent/@calgrid/@cell4/@details/@bgrect/
> > @container/@dataview/calendar_event[2]»
>
> > appointementId  2
> > startDate  «Date#548| Wed Feb 3 09:00:00 GMT-0600 2010»
> > endDate  «Date#549| Wed Feb 3 20:00:00 GMT-0600 2010»
> > startDate2  «Date#583| Wed Feb 3 09:00:00 GMT-0600 2010»
> > endDate2  «Date#584| Wed Feb 3 20:00:00 GMT-0600 2010»
> > DO Update Changes  2
> > Do save and update item  2
> > updateAppointmentTimeOnly  2
>
> > how you can se the update is thrown but the appointment not be
> > modified, anyone have a clue where is launch the method uodate
> > changes?
>
> > or maybe a newest version of OM correct the issue
>
> > thanks for your help
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "OpenMeetings User" group.
> > To post to this group, send email to openmeetings-u...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > openmeetings-user+unsubscr...@googlegroups.com > i...@googlegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/openmeetings-user?hl=en.
>
> --
> Sebastian 
> Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://www.laszlo-forum.de
> seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



No mail for No update

2010-02-04 Thread Bicho4191

hi everyone i have a ltle problem with OM2797

every time i do clic over the event on the calendar a mail about the
appointment is send

this is the log about the moment of the action

appointementId  2
startDate  «Date#548| Wed Feb 3 09:00:00 GMT-0600 2010»
endDate  «Date#549| Wed Feb 3 20:00:00 GMT-0600 2010»
Usuario:  «Object#550| {activateha...
startDrag  false 1265331006112
Remove Drag State

WARNING @modules/lzcalendar/day.lzx#101: ON MOUSE UP => Update Cal
Event  «#477| #main_content/@_content/@inner/
lzCalendar/@lzCalendarContent/@calgrid/@cell4/@details/@bgrect/
@container/@dataview/calendar_event[2]»

appointementId  2
startDate  «Date#548| Wed Feb 3 09:00:00 GMT-0600 2010»
endDate  «Date#549| Wed Feb 3 20:00:00 GMT-0600 2010»
startDate2  «Date#583| Wed Feb 3 09:00:00 GMT-0600 2010»
endDate2  «Date#584| Wed Feb 3 20:00:00 GMT-0600 2010»
DO Update Changes  2
Do save and update item  2
updateAppointmentTimeOnly  2

how you can se the update is thrown but the appointment not be
modified, anyone have a clue where is launch the method uodate
changes?

or maybe a newest version of OM correct the issue

thanks for your help

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: Organisation problem after LDAP Login

2010-01-29 Thread Bicho4191
hi frank

ok thanks i think we have the same error but not, amm i can see you
om_ladp .conf file im still trying to connect with AD
thx

On 29 ene, 00:44, Frank  wrote:
> Hi Bicho,
>
> i'm using Active Directory.
>
> Without an username and password i get the error "Username not found".
>
> The second time i login with the same user everything works like a
> charm but with the first login i have to logout and login again to see
> the "normal" webinterface with it's rooms, chat etc.
>
> On Jan 28, 11:17 pm, Bicho4191  wrote:
>
>
>
> > hi i dont think the empty organization box is a bug i have same
> > problem, frank please try to login without username and password and
> > tell me if you can access another issue, what LDAP are you using?
> > OpenLDAP or AD
>
> > this is my om_ldap.config:
>
> > #ConfigurationFile for LDAP Auth
> > #ConfigKey 'ldap_config_path' must be set in DataBase Configration of
> > OM and point to this file
> > #o.becherer,14.01.2009
>
> > #specify the LDAP Server type
> > ldap_server_type=LDAP
>
> > #LDAP URL
> > ldap_conn_url=ldap://localhost:389
>
> > #Login distinguished name (DN) for Authentification on LDAP Server -
> > keep emtpy if not requiered
> > ldap_admin_dn=CN:user,OU:user,DC:uv,DC:mx
>
> > #Loginpass for Authentification on LDAP Server - keep emtpy if not
> > requiered
> > ldap_passwd=myuserpass
>
> > #base to search for userdata(of user, that wants to login
> > ldap_search_base=DC:uv,DC:mx
>
> > # Fieldnames (can differ between Ldap servers)
> > field_user_principal=userPrincipalName
>
> > # Ldap auth type(SIMPLE,NONE)
> > ldap_auth_type=SIMPLE
>
> > if you see any error in my code please show me thanks to all
>
> > On 28 ene, 08:21, smoeker  wrote:
>
> > > hmm,
>
> > > the empty organization box sounds like a small bug...
>
> > > -> i would recommend, creating an issue
>
> > > see ya
>
> > > Smoeker
>
> > > On 28 Jan., 15:15, Frank  wrote:
>
> > > > Hey smoeker . . .
> > > > Ok. I fixed the domain_id.
> > > > If a user logs in, the dropdown menu is still empty and can't login.
> > > > But if the user logs off and logs in again it seems to work.
> > > > Is it possible to make it work instantly?
>
> > > > On 28 Jan., 15:00, smoeker  wrote:
>
> > > > > hola,
>
> > > > > the UserCreation Mechanism  using LDAP Auth adds all non-existing
> > > > > users to the default organization (in case, no error occurs during
> > > > > user creation itself).
>
> > > > > -> Please check, if the configVal default_domain_id points to a valid
> > > > > organization ID...
>
> > > > > see ya
>
> > > > > Smoeker
>
> > > > > On 28 Jan., 14:41, Frank  wrote:
>
> > > > > > Hi !
>
> > > > > > Everytime I login with a new user i got the message "Your account is
> > > > > > assigned to multiple Organizations. Please choose one for this
> > > > > > Session". But there is nothing to choose. The dropdown menu is 
> > > > > > empty.
> > > > > > Thie users aren't able to login until i put them manually with an
> > > > > > admin account into an organisation.- Zitierten Text ausblenden -
>
> > > > > - Zitierten Text anzeigen -- Hide quoted text -
>
> > - Show quoted text -

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: Organisation problem after LDAP Login

2010-01-28 Thread Bicho4191
hi i dont think the empty organization box is a bug i have same
problem, frank please try to login without username and password and
tell me if you can access another issue, what LDAP are you using?
OpenLDAP or AD

this is my om_ldap.config:

#ConfigurationFile for LDAP Auth
#ConfigKey 'ldap_config_path' must be set in DataBase Configration of
OM and point to this file
#o.becherer,14.01.2009

#specify the LDAP Server type
ldap_server_type=LDAP

#LDAP URL
ldap_conn_url=ldap://localhost:389

#Login distinguished name (DN) for Authentification on LDAP Server -
keep emtpy if not requiered
ldap_admin_dn=CN:user,OU:user,DC:uv,DC:mx

#Loginpass for Authentification on LDAP Server - keep emtpy if not
requiered
ldap_passwd=myuserpass

#base to search for userdata(of user, that wants to login
ldap_search_base=DC:uv,DC:mx

# Fieldnames (can differ between Ldap servers)
field_user_principal=userPrincipalName

# Ldap auth type(SIMPLE,NONE)
ldap_auth_type=SIMPLE

if you see any error in my code please show me thanks to all

On 28 ene, 08:21, smoeker  wrote:
> hmm,
>
> the empty organization box sounds like a small bug...
>
> -> i would recommend, creating an issue
>
> see ya
>
> Smoeker
>
> On 28 Jan., 15:15, Frank  wrote:
>
>
>
> > Hey smoeker . . .
> > Ok. I fixed the domain_id.
> > If a user logs in, the dropdown menu is still empty and can't login.
> > But if the user logs off and logs in again it seems to work.
> > Is it possible to make it work instantly?
>
> > On 28 Jan., 15:00, smoeker  wrote:
>
> > > hola,
>
> > > the UserCreation Mechanism  using LDAP Auth adds all non-existing
> > > users to the default organization (in case, no error occurs during
> > > user creation itself).
>
> > > -> Please check, if the configVal default_domain_id points to a valid
> > > organization ID...
>
> > > see ya
>
> > > Smoeker
>
> > > On 28 Jan., 14:41, Frank  wrote:
>
> > > > Hi !
>
> > > > Everytime I login with a new user i got the message "Your account is
> > > > assigned to multiple Organizations. Please choose one for this
> > > > Session". But there is nothing to choose. The dropdown menu is empty.
> > > > Thie users aren't able to login until i put them manually with an
> > > > admin account into an organisation.- Zitierten Text ausblenden -
>
> > > - Zitierten Text anzeigen -

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: outer calendar

2010-01-26 Thread Bicho4191
holas para todos

check this one :D,
I made other rank of users with id 0, suscribe my own anonymous
"public user", use soap to pass the username and password of this
"public user" and change the values of NAVIMAIN and NAVIGLOBAL to
coincidate with a level_user=0 and the loggin shows a menu with just
one option identified like dashboardModuleCalendar and that work, of
course is necesary agregate this "public user" to all events do you
want publics.

Thanks for the help,
Best Regards.


On 26 ene, 02:36, smoeker  wrote:
> hola,
>
> the scheduled Meetings within OM arent public for now (only invited
> attendees can access), and vice versa : the public meetings arent
> scheduled, as far as i know ;-)
>
> see ya
>
> Smoeker
>
> On 22 Jan., 22:51, Bicho4191  wrote:
>
>
>
> > Hi everyones
>
> > Im trying to make a view with a external calendar where external user
> > can see public meetings do you have any idea?
>
> > Thanks for the help,
> > Best Regards.

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



outer calendar

2010-01-22 Thread Bicho4191
Hi everyones

Im trying to make a view with a external calendar where external user
can see public meetings do you have any idea?

Thanks for the help,
Best Regards.

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: OpenMeetings 1.1 Pre-Release and Testing

2010-01-19 Thread Bicho4191
Hi Sebastian

start test the last release and i have a litle problem when try to
share desktop

HTTP 404 - /ScreenRequestHandler

still testing, well done and thx

On 19 ene, 02:32, Sebastian Wagner  wrote:
> hi folks,
>
> Openmeetings is preparing for the next release.
>
> http://i4demo.com/openmeetings/builds/85/
>
> Is likely to be quite similar to the next stable release.
>
> There are some minor Issues in the timeline for recordings when the
> recording is 3o min ++. But it does only concern the displayed time not the
> recording in general.
>
> FFMPEG and SoX are mandatory (like ImageMagick and SWFTools you can add them
> to your configuration during the installation)
>
> Sebastian
>
> --
> Sebastian 
> Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://www.laszlo-forum.de
> seba.wag...@gmail.com
-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.