Hi, Good to hear that the project can be of use to you. If you have something that can be of use to more users it would certainly be appreciated.
Concerning your troubles in setting up a developing environment. I'm sorry to say that I don't have any spare time atm to help you out and won't for the coming month. I'm still planning to renew the development efforts on webical (hopefully supported by some more interested developers), but right now I have other priorities. What I can tell you is that the the application context file concerned defines a bootstrap bean that tries to insert some data in the database on startup so that the application works in a basic form without further configuration. The error you get is not really helpful, but it can indicate any number of issues. I would advise you to check the database connection, are you sure it is writable and hibernate creates the correct tables for you? If you have any progress or other issues, just post to this list and I'll try to help you along the best I can. Regards, Ivo On 8/21/09 8:24 PM, Marks Andre wrote: > Good day all, > > I'm in the process of integrating Webical in a project and among > making it fully compatible with oracle10g there will be certanly > specific changes and modifications. I hope to publish these ventures > as it further unfolds but I seem to be having a problem initializing > the development environment. > > The following exception occurs when starting the development > environment according to the developers guide: > > ERROR ContextLoader - Context initialization failed > org.springframework.beans.factory.BeanCreationException: Error > creating bean with name 'databaseBootStrapDao' defined in > ServletContext resource [/WEB-INF/applicationContext-bootstrap.xml]: > Invocation of init method failed; nested exception is > org.hibernate.AssertionFailure: null id in > org.webical.ApplicationSettings entry (don't flush the Session after > an exception occurs) > Caused by: > org.hibernate.AssertionFailure: null id in > org.webical.ApplicationSettings entry (don't flush the Session after > an exception occurs) > at org.hibernate.event.def.DefaultFlushEntityEventListener.checkId > (DefaultFlushEntityEventListener.java:48) > > I'm using the Eclipse setup as detailed in the > DevelopmentEnvironmentSetup Guide. > > Thanks, > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "webical-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/webical-developers?hl=en -~----------~----~----~----~------~----~------~--~---
