From: Pieter v. Z. <pv...@cs...> - 2005-07-13 09:13:07
|
The new files will only be uploaded during today -------- Forwarded Message -------- From: Pieter van Zyl <pv...@cs...> Reply-To: pv...@cs... To: tfo...@us... Cc: coefficient-users <coe...@li...>, coefficient devel <coe...@li...> Subject: [Coefficient-devel] Subject: Minor issue with Coefficient 0.9.6 release files Date: Tue, 12 Jul 2005 11:22:39 +0200 Subject: Minor issue with Coefficient 0.9.6 release files There is a small issue with the recent Coefficient release (version 0.9.6): it is configured to use the DgroupsDataLoaderUtil instead of the default DataLoaderUtil. These DataLoader classes are used to populate the default settings and menus. The data loaders are configured in the hibernate_util.properties file, as follows: ## Defines the class that contains my data loading method data_loader_class=za.org.coefficient.util.ejb.DataLoaderUtil ##data_loader_class=za.org.coefficient.themes.dgroupsDefaultTheme.DgroupsDataLoaderUtil ......................................... We will re-release the following affected files later today: coefficient-core-src (coefficient core source) coefficient-ejb-all (coefficient and all the ear modules) coeffcient-ejb-core (coefficient core only) coefficient-war-all (coefficient war with all the modules) If you have already downloaded any of these files, it is possible to patch them yourself by editing hibernate_util.properties, commenting out the DgroupsDataLoaderUtil and replacing it with za.org.coefficient.util.ejb.DataLoaderUtil. Then run updateAllPropertiesEAR.sh/bat or updateAllPropertiesWeb.sh/bat (Note: the coefficient-ejb-core release files do not contain these scripts, so you'll have to update your .ear yourself) Unless you had a previous Coefficient installation (in which case the database already existed), you'll probably need to drop the database as well, so that it can be recreated with the correct defaults. This is only necessary if you did a fresh install of Coefficient and the DgroupsDataLoader populated your (new) database with DGroups-specific settings. If you where to deploy only the coefficient modules it will not find the DgroupsDataLoaderUtil and probably break. We expect to have the patched files up later today. Sorry for the inconvenience The Coefficient developers On Mon, 2005-07-11 at 18:24 +0200, Thomas Fogwill wrote: > The Coefficient team is proud to announce the release of Coefficient version 0.9.6 > > Coefficient is a scalable, project-based collaboration platform that > runs in J2EE and/or Servlet containers. Currently, it provides basic > collaboration functionality packaged as hot-deployable modules. It also > provides a workflow engine to guide projects through their development > cycle. > > Changes in this version include: > * Aliasing of e-mail addresses in the MailForum module > * Improved OneWorldTheme for OpenDgroups > * MailForum settings page for the MailForum module > * Constants.ALIAS_MAIL_HOST_ADDRESS to configure an alias domain > * Added MAX_NUM_OF_FORUMS for OpenDgroups. > * Added a generic event dispatch and handling system > * More modular release structure > > Please see the release notes for more information. > > Coefficient can be downloaded from here: > http://sourceforge.net/project/showfiles.php?group_id=90755 > > Regards > The Coefficient developers > > ------------------------------------------------------- This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual core and dual graphics technology at this free one hour event hosted by HP, AMD, and NVIDIA. To register visit http://www.hp.com/go/dualwebinar _______________________________________________ Coefficient-devel mailing list Coe...@li... https://lists.sourceforge.net/lists/listinfo/coefficient-devel |