oh ..
You can workaround that by you will need to do the following:

checkout the code via svn
Comment out:
<!--
<property name="rtl">
      <column name="rtl" sql-type="BOOLEAN"/>
    </property> -->
in:
http://code.google.com/p/openmeetings/source/browse/trunk/singlewebapp/src/app/org/openmeetings/app/hibernate/beans/lang/FieldLanguage.hbm.xml
set JAVA_HOME to jdk6
run: ant -f build_red5webapp.xml dist
you then have your personal binary copy in the folder dist, that
contains the fix and should no more produce the problem with the table
schema update.


Sebastian

2010/3/9 romfeo <rom...@googlemail.com>
>
> All other tables are getting created when i start the red5 service.
>
> 2010-03-09 07:18:29,876 [Launcher:/openmeetings] ERROR
> o.h.tool.hbm2ddl.SchemaUpdate - Unsuccessful: create table
> fieldlanguage (language_id numeric(19,0) not null, name varchar(255)
> null, starttime datetime null, updatetime datetime null, deleted
> varchar(255) null, rtl BOOLEAN null, primary key (language_id))
> 2010-03-09 07:18:29,876 [Launcher:/openmeetings] ERROR
> o.h.tool.hbm2ddl.SchemaUpdate - Column, parameter, or variable #6:
> Cannot find data type BOOLEAN.
>
> --
> 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 Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://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.

Reply via email to