Hi, I had no time yet to check it in detail, some things I would like to add by default:
We currently provide a standard pre-configured template for postgres and mysql Did you check if you need to write a custom MySQL-JDBC driver class or did you re-use the one we have done for MySQL5? I will check it in detail at this weekend and then we can merge it back to trunk. Sebastian 2011/7/14 Vasya <[email protected]>: > Of course, > I have verified backup, it's works properly. > > Thanks, > Vasiliy. > > On Jul 13, 6:36 pm, Alexei Fedotov <[email protected]> wrote: >> Ok, things work for me. Vasily, thanks for noting that the database >> should be created from scratch for new changes to work. Did you check >> that backup works properly? Anyone who will use the system will need >> to migrate the data using backup. >> >> -- >> With best regards / с наилучшими пожеланиями, >> Alexei Fedotov / Алексей Федотов,http://dataved.ru/ >> +7 916 562 8095 >> >> On Wed, Jul 13, 2011 at 2:59 PM, Alexei Fedotov >> >> >> >> >> >> >> >> <[email protected]> wrote: >> > Here is the actual error message: >> >> > Caused by: org.apache.openjpa.persistence.PersistenceException: Field >> > 'conferencelog_id' >> > doesn't have a default value {prepstmnt 15484107 INSERT INTO >> > conferencelog (email, exte >> > rnal_user_id, external_user_type, firstname, inserted, insertedby, >> > lastname, room_id, sc >> > opename, streamid, user_id, userip, conferencelogtype_id) VALUES (?, >> > ?, ?, ?, ?, ?, ?, ? >> > , ?, ?, ?, ?, ?) [params=?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?]} >> > [code=1364, state=HY000] >> > at >> > org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.wrap(LoggingConnectionDecorator.java:281) >> > [openjpa-2.1.0.jar:2.1.0] >> >> > -- >> > With best regards / с наилучшими пожеланиями, >> > Alexei Fedotov / Алексей Федотов, >> >http://dataved.ru/ >> > +7 916 562 8095 >> >> > On Wed, Jul 13, 2011 at 2:56 PM, Alexei Fedotov >> > <[email protected]> wrote: >> >> Vasily, it seems I successfully reached "loadEmot" >> >> >> Now I can see the following problem in the log file: >> >> >> ERROR 07-13 14:32:12.796 ConferenceLogDaoImpl.java 29680 71 >> >> org.openmeetings.app.data.logs.ConferenceLogDaoImpl [NioProcessor-1] - >> >> [addConferenceLog]: >> >> org.apache.openjpa.persistence.PersistenceException: The transaction >> >> has been rolled back. See the nested exceptions for details on the >> >> errors that occurred. >> >> >> Any idea what is wrong? >> >> >> -- >> >> With best regards / с наилучшими пожеланиями, >> >> Alexei Fedotov / Алексей Федотов, >> >>http://dataved.ru/ >> >> +7 916 562 8095 >> >> >> On Tue, Jul 12, 2011 at 6:06 PM, Alexei Fedotov >> >> <[email protected]> wrote: >> >>> Vasily, >> >>> Can we keep configuration file our of the archive? >> >> >>> We cannot require users to re-build the project for each password >> >>> setting. >> >> >>> -- >> >>> With best regards / с наилучшими пожеланиями, >> >>> Alexei Fedotov / Алексей Федотов, >> >>>http://dataved.ru/ >> >>> +7 916 562 8095 >> >> >>> On Tue, Jul 12, 2011 at 1:19 PM, Vasya <[email protected]> wrote: >> >>>> Hello aaf, >> >> >>>> It seems, that you should not configure your database in src/META-INF/ >> >>>> persistence.xml file. >> >> >>>> Please enter Username and Password in "openjpa.ConnectionProperties" >> >>>> property and rebuild project. >> >> >>>> On Jul 12, 4:05 pm, aaf <[email protected]> wrote: >> >>>>> Maxim, Vasily, >> >> >>>>> I see the following problem: >> >> >>>>> ERROR 07-12 13:02:44.116 Configurationmanagement.java 2890 69 >> >>>>> org.openmeetings.app.data. >> >>>>> basic.Configurationmanagement [Launcher:/openmeetings] - [getConfKey]: >> >>>>> org.apache.openjpa.persistence.ArgumentException: A JDBC Driver or >> >>>>> DataSource class name >> >>>>> must be specified in the ConnectionDriverName property. >> >> >>>>> How should I configure this? >> >> >>>>> I also see the following warning: >> >> >>>>> 13 WARN [Launcher:/openmeetings] openjpa.Runtime - The >> >>>>> configuration property named " >> >>>>> openjpa.Id" was not recognized and will be ignored, although the name >> >>>>> closely matches a >> >>>>> valid property called "openjpa.Id". >> >>>>> 80 INFO [Launcher:/openmeetings] openjpa.Runtime - Starting OpenJPA >> >>>>> 2.1.0 >> >> >>>>> On Jul 11, 4:52 pm, Maxim Solodovnik <[email protected]> wrote: >> >> >>>>> > Hello Sebastian, >> >> >>>>> > Could you please take a look >> >>>>> > athttp://openmeetings.googlecode.com/svn/branches/dev/om_openjpa/? >> >> >>>>> > Is it OK to merge this branch into the trunk? >> >> >>>>> > -- >> >>>>> > WBR >> >>>>> > Maxim >> >> >>>> -- >> >>>> You received this message because you are subscribed to the Google >> >>>> Groups "OpenMeetings developers" group. >> >>>> To post to this group, send email to [email protected]. >> >>>> To unsubscribe from this group, send email to >> >>>> [email protected]. >> >>>> For more options, visit this group >> >>>> athttp://groups.google.com/group/openmeetings-dev?hl=en. > > -- > You received this message because you are subscribed to the Google Groups > "OpenMeetings developers" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/openmeetings-dev?hl=en. > > -- Sebastian Wagner http://www.webbase-design.de http://openmeetings.googlecode.com http://www.wagner-sebastian.com [email protected] -- You received this message because you are subscribed to the Google Groups "OpenMeetings developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/openmeetings-dev?hl=en.
