You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(3) |
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(10) |
Nov
(8) |
Dec
(6) |
2005 |
Jan
(5) |
Feb
(2) |
Mar
|
Apr
|
May
(1) |
Jun
(2) |
Jul
(35) |
Aug
(1) |
Sep
|
Oct
(1) |
Nov
(1) |
Dec
|
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(6) |
Oct
|
Nov
|
Dec
|
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
(2) |
Sep
(1) |
Oct
|
Nov
|
Dec
|
2012 |
Jan
|
Feb
|
Mar
(2) |
Apr
|
May
(1) |
Jun
|
Jul
(3) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
2013 |
Jan
|
Feb
|
Mar
(3) |
Apr
(3) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(2) |
Jun
(1) |
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2015 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(2) |
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2016 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2017 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Richard H. <fre...@la...> - 2005-07-12 17:52:23
|
Try to compile in jdk1.4 mode -----Message d'origine----- De : coe...@li... [mailto:coe...@li...]De la part de Miguel Perez Envoye : lundi 11 juillet 2005 19:32 A : coe...@li... Objet : [Coefficient-devel] Coefficient 0.9.6 JDK1.5 The Subject should be Coefficient 0.9.6 NOT Coefficient 0.9.5 Hi, I"m getting the following errors when I try to compile the source code. I read on the Lists that someone was having some issue with JDK1.5 and Tomcat but I"m running JBoss. Is this the same issue? compile: [iajc] /home/mperez/dev/coefficient/src/za/org/coefficient/core/BaseCoefficientCont ext.java:161 The type AbstractStringBuilder is not visible [iajc] sb.append("&op=") [iajc] ^^^^^^^^^^^^^^^^^ [iajc] /home/mperez/dev/coefficient/src/za/org/coefficient/core/BaseCoefficientCont ext.java:169 The type AbstractStringBuilder is not visible [iajc] sb.append("&") [iajc] ^^^^^^^^^^^^^^ [iajc] /home/mperez/dev/coefficient/src/za/org/coefficient/aspects/logging/Coeffici entLoggingAspect.aj:120 The type AbstractStringBuilder is not visible [iajc] buf.append("Timing [").append(iname); [iajc] ^^^^^^^^^^^^^^^^^^^^^^ [iajc] /home/mperez/dev/coefficient/src/za/org/coefficient/aspects/logging/Coeffici entLoggingAspect.aj:125 The type AbstractStringBuilder is not visible [iajc] buf.append(", interceptors took total ") [iajc] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [iajc] /home/mperez/dev/coefficient/src/za/org/coefficient/interceptors/ExceptionIn terceptor.java:106 The type AbstractStringBuilder is not visible [iajc] sb.append(st.nextToken()) [iajc] ^^^^^^^^^^^^^^^^^^^^^^^^^ Regards, Miguel ------------------------------------------------------- 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 |
From: Miguel P. <mig...@nh...> - 2005-07-12 17:33:32
|
The Subject should be Coefficient 0.9.6 NOT Coefficient 0.9.5 Hi, I"m getting the following errors when I try to compile the source code. I read on the Lists that someone was having some issue with JDK1.5 and Tomcat but I"m running JBoss. Is this the same issue? compile: [iajc] /home/mperez/dev/coefficient/src/za/org/coefficient/core/BaseCoefficientContext.java:161 The type AbstractStringBuilder is not visible [iajc] sb.append("&op=") [iajc] ^^^^^^^^^^^^^^^^^ [iajc] /home/mperez/dev/coefficient/src/za/org/coefficient/core/BaseCoefficientContext.java:169 The type AbstractStringBuilder is not visible [iajc] sb.append("&") [iajc] ^^^^^^^^^^^^^^ [iajc] /home/mperez/dev/coefficient/src/za/org/coefficient/aspects/logging/CoefficientLoggingAspect.aj:120 The type AbstractStringBuilder is not visible [iajc] buf.append("Timing [").append(iname); [iajc] ^^^^^^^^^^^^^^^^^^^^^^ [iajc] /home/mperez/dev/coefficient/src/za/org/coefficient/aspects/logging/CoefficientLoggingAspect.aj:125 The type AbstractStringBuilder is not visible [iajc] buf.append(", interceptors took total ") [iajc] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [iajc] /home/mperez/dev/coefficient/src/za/org/coefficient/interceptors/ExceptionInterceptor.java:106 The type AbstractStringBuilder is not visible [iajc] sb.append(st.nextToken()) [iajc] ^^^^^^^^^^^^^^^^^^^^^^^^^ Regards, Miguel |
From: Miguel P. <mig...@nh...> - 2005-07-12 15:53:41
|
Hi, I'm getting the following errors when I try to compile the source code. I read on the Lists that someone was having some issue with JDK1.5 and Tomcat but I'm running JBoss. Is this the same issue? compile: [iajc] /home/mperez/dev/coefficient/src/za/org/coefficient/core/BaseCoefficientContext.java:161 The type AbstractStringBuilder is not visible [iajc] sb.append("&op=") [iajc] ^^^^^^^^^^^^^^^^^ [iajc] /home/mperez/dev/coefficient/src/za/org/coefficient/core/BaseCoefficientContext.java:169 The type AbstractStringBuilder is not visible [iajc] sb.append("&") [iajc] ^^^^^^^^^^^^^^ [iajc] /home/mperez/dev/coefficient/src/za/org/coefficient/aspects/logging/CoefficientLoggingAspect.aj:120 The type AbstractStringBuilder is not visible [iajc] buf.append("Timing [").append(iname); [iajc] ^^^^^^^^^^^^^^^^^^^^^^ [iajc] /home/mperez/dev/coefficient/src/za/org/coefficient/aspects/logging/CoefficientLoggingAspect.aj:125 The type AbstractStringBuilder is not visible [iajc] buf.append(", interceptors took total ") [iajc] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [iajc] /home/mperez/dev/coefficient/src/za/org/coefficient/interceptors/ExceptionInterceptor.java:106 The type AbstractStringBuilder is not visible [iajc] sb.append(st.nextToken()) [iajc] ^^^^^^^^^^^^^^^^^^^^^^^^^ Regards, Miguel |
From: Richard H. <fre...@la...> - 2005-07-12 15:47:00
|
As far as I've tested coefficient, everything is ok with a standard jdk 1= .5. Apart some minor problems with xerces version ... -----Message d'origine----- De : coe...@li... [mailto:coe...@li...]De la part de Thomas Fogwill Envoy=E9 : mardi 12 juillet 2005 15:02 =C0 : Richard HALLIER Cc : coefficient list Objet : RE: [Coefficient-devel] Version 0.9.6 On Tue, 2005-07-12 at 14:04 +0200, Richard HALLIER wrote: > I resolved the problem, jdk1.5 is supported, and from now Tomcat 5.5 is > supported with the following xml context attached with my mail. It is b= est > practice to put the context file in the Catalina/localhost folder than = in > the server.xml. > Everything works like a charm. cool! I was a bit a nervous about this, so thanks for the effort. Did it work out-of-the-box with JDK1.5, or did you have to fiddle a bit? We should update the docs to include Tomcat5 instructions (context file stuff, etc) Cheers -- Thomas Fogwill <tfo...@us...> -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. MailScanner thanks transtec Computers for their support. ------------------------------------------------------- This SF.Net email is sponsored by the 'Do More With Dual!' webinar happen= ing 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 H= P, 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 |
From: Pieter v. Z. <pv...@cs...> - 2005-07-12 13:43:08
|
Custom themes still have the package name of "za.org.coefficient.themes.*" Where as other modules, package names, that are not themes are: za.org.coefficient.modules.* On Tue, 2005-07-12 at 14:06 +0100, Jason Meyler wrote: > Hi Pieter, > > I was looking for the modularised theme classes (e.g. > dgroupsDefaultTheme) in the wrong place under classes > za/org/coefficient/modules/themes rather than za/org/coefficient/themes. > Anyway thanks for the clarification. I was mislead by the explanation > that custom themes should be placed in coefficient/modules. > > Jason > > Pieter van Zyl wrote: > > >Jason,:) > > > >If I understand your question correctly: > > > >The coefficient-war-all contains all the modules that we have on the > >site. It is under WEB-INF/classes. > > > >Is there any missing? > > > >Do you mean when building from source? > >The section:"Extending Coefficient-How to write a module" states that > >all modules will be in $COEFFICIENT/modules/xxxx > > > >So when building the war it will include all jar in the modules > >directory. > > > > > > > > > >On Tue, 2005-07-12 at 12:51 +0100, Jason Meyler wrote: > > > > > >>The webapp installation notes state: > >> > >>6. To deploy the system unjar the coefficient.war files to the > >>{TOMCAT_HOME}/webapps/ directory. All modules of the system are deploy > >>in this single .war since we can not support hot-deploy of modules > >>within tomcat. > >> > >>Perhaps I am missing something, but with the modular build not all > >>modules are packaged in coeffiicent-war-all-0.9.6. Could someone add > >>something to the webapp install notes about where to deploy the > >>additional modules? > >> > >>Thanks > >> > >>Jason > >> > >> > >>------------------------------------------------------- > >>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 > >> > >> > > > > > > |
From: Pieter v. Z. <pv...@cs...> - 2005-07-12 13:26:59
|
1. Yes 2. you can rebuild the coefficient.ear with the new coefficient.properties or run updateAllPropertiesEAR.sh (updates war and ear) or updateAllProperties.sh (ear only) on the already build binaries. Does this answer help or answer your question? On Tue, 2005-07-12 at 11:57 +0100, Jason Meyler wrote: > With release 0.9.6 there are two new system properties - > ALIAS_MAIL_HOST_ADDRESS and MAX_NUM_OF_FORUMS. > > 1. Is it possible to load values for these at installation putting them > in coefficient.properties? > 2. If so, is it possible to update this properties file in the build? > > Regards > > Jason > > > ------------------------------------------------------- > 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 |
From: Jason M. <jas...@me...> - 2005-07-12 13:11:39
|
Hi Pieter, I was looking for the modularised theme classes (e.g. dgroupsDefaultTheme) in the wrong place under classes za/org/coefficient/modules/themes rather than za/org/coefficient/themes. Anyway thanks for the clarification. I was mislead by the explanation that custom themes should be placed in coefficient/modules. Jason Pieter van Zyl wrote: >Jason,:) > >If I understand your question correctly: > >The coefficient-war-all contains all the modules that we have on the >site. It is under WEB-INF/classes. > >Is there any missing? > >Do you mean when building from source? >The section:"Extending Coefficient-How to write a module" states that >all modules will be in $COEFFICIENT/modules/xxxx > >So when building the war it will include all jar in the modules >directory. > > > > >On Tue, 2005-07-12 at 12:51 +0100, Jason Meyler wrote: > > >>The webapp installation notes state: >> >>6. To deploy the system unjar the coefficient.war files to the >>{TOMCAT_HOME}/webapps/ directory. All modules of the system are deploy >>in this single .war since we can not support hot-deploy of modules >>within tomcat. >> >>Perhaps I am missing something, but with the modular build not all >>modules are packaged in coeffiicent-war-all-0.9.6. Could someone add >>something to the webapp install notes about where to deploy the >>additional modules? >> >>Thanks >> >>Jason >> >> >>------------------------------------------------------- >>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 >> >> > > > |
From: Thomas F. <tfo...@us...> - 2005-07-12 13:05:05
|
On Tue, 2005-07-12 at 14:04 +0200, Richard HALLIER wrote: > I resolved the problem, jdk1.5 is supported, and from now Tomcat 5.5 is > supported with the following xml context attached with my mail. It is best > practice to put the context file in the Catalina/localhost folder than in > the server.xml. > Everything works like a charm. cool! I was a bit a nervous about this, so thanks for the effort. Did it work out-of-the-box with JDK1.5, or did you have to fiddle a bit? We should update the docs to include Tomcat5 instructions (context file stuff, etc) Cheers -- Thomas Fogwill <tfo...@us...> -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. MailScanner thanks transtec Computers for their support. |
From: Pieter v. Z. <pv...@cs...> - 2005-07-12 12:31:04
|
Jason,:) If I understand your question correctly: The coefficient-war-all contains all the modules that we have on the site. It is under WEB-INF/classes. Is there any missing? Do you mean when building from source? The section:"Extending Coefficient-How to write a module" states that all modules will be in $COEFFICIENT/modules/xxxx So when building the war it will include all jar in the modules directory. On Tue, 2005-07-12 at 12:51 +0100, Jason Meyler wrote: > The webapp installation notes state: > > 6. To deploy the system unjar the coefficient.war files to the > {TOMCAT_HOME}/webapps/ directory. All modules of the system are deploy > in this single .war since we can not support hot-deploy of modules > within tomcat. > > Perhaps I am missing something, but with the modular build not all > modules are packaged in coeffiicent-war-all-0.9.6. Could someone add > something to the webapp install notes about where to deploy the > additional modules? > > Thanks > > Jason > > > ------------------------------------------------------- > 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 |
From: Richard H. <fre...@la...> - 2005-07-12 12:04:00
|
I resolved the problem, jdk1.5 is supported, and from now Tomcat 5.5 is supported with the following xml context attached with my mail. It is bes= t practice to put the context file in the Catalina/localhost folder than in the server.xml. Everything works like a charm. Richard -----Message d'origine----- De : Pieter van Zyl [mailto:pv...@cs...] Envoy=E9 : mardi 12 juillet 2005 13:11 =C0 : Richard HALLIER Cc : coefficient list Objet : Re: [Coefficient-devel] Version 0.9.6 The coefficient team has not tried it as yet. It is on our to-do list on the site. Please let us know what some of the problems are and let us know if you find any solutions. On Tue, 2005-07-12 at 12:43 +0200, Richard HALLIER wrote: > HI, > I'd like to know if someone has already experimented an installation wi= th > jdk1.5 & tomcat 5.5 ? > I've some problems with that. > Thank you. > Richard > > > > ------------------------------------------------------- > 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 dua= l > 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 |
From: Jason M. <jas...@me...> - 2005-07-12 11:54:28
|
The webapp installation notes state: 6. To deploy the system unjar the coefficient.war files to the {TOMCAT_HOME}/webapps/ directory. All modules of the system are deploy in this single .war since we can not support hot-deploy of modules within tomcat. Perhaps I am missing something, but with the modular build not all modules are packaged in coeffiicent-war-all-0.9.6. Could someone add something to the webapp install notes about where to deploy the additional modules? Thanks Jason |
From: Pieter v. Z. <pv...@cs...> - 2005-07-12 11:11:23
|
The coefficient team has not tried it as yet. It is on our to-do list on the site. Please let us know what some of the problems are and let us know if you find any solutions. On Tue, 2005-07-12 at 12:43 +0200, Richard HALLIER wrote: > HI, > I'd like to know if someone has already experimented an installation with > jdk1.5 & tomcat 5.5 ? > I've some problems with that. > Thank you. > Richard > > > > ------------------------------------------------------- > 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 |
From: Jason M. <jas...@me...> - 2005-07-12 11:00:50
|
With release 0.9.6 there are two new system properties - ALIAS_MAIL_HOST_ADDRESS and MAX_NUM_OF_FORUMS. 1. Is it possible to load values for these at installation putting them in coefficient.properties? 2. If so, is it possible to update this properties file in the build? Regards Jason |
From: Richard H. <fre...@la...> - 2005-07-12 10:43:09
|
HI, I'd like to know if someone has already experimented an installation with jdk1.5 & tomcat 5.5 ? I've some problems with that. Thank you. Richard |
From: Pieter v. Z. <pv...@cs...> - 2005-07-12 09:23:24
|
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 > > |
From: Thomas F. <tfo...@cs...> - 2005-07-12 07:55:15
|
On Tue, 2005-07-12 at 11:45 +1000, Dylan & Anna Etkin wrote: > I will have to > take a peek at the event dispatch system :) Some documentation here: http://coefficient.sourceforge.net/design/eventsystem.html -- Thomas Fogwill <tfo...@cs...> -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. MailScanner thanks transtec Computers for their support. |
From: Dylan & A. E. <dn...@gm...> - 2005-07-12 01:46:27
|
Cool. Nice to see its getting some love. Good job guys. I will have to take a peek at the event dispatch system :) Dylan On 7/12/05, Thomas Fogwill <tfo...@us...> wrote: > The Coefficient team is proud to announce the release of Coefficient vers= ion 0.9.6 >=20 > 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. >=20 > 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 >=20 > Please see the release notes for more information. >=20 > Coefficient can be downloaded from here: > http://sourceforge.net/project/showfiles.php?group_id=3D90755 >=20 > Regards > The Coefficient developers >=20 >=20 > -- > This message has been scanned for viruses and > dangerous content by MailScanner, and is > believed to be clean. > MailScanner thanks transtec Computers for their support. >=20 >=20 >=20 > ------------------------------------------------------- > This SF.Net email is sponsored by the 'Do More With Dual!' webinar happen= ing > 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 H= P, > 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 > |
From: Thomas F. <tfo...@us...> - 2005-07-11 16:26:27
|
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 message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. MailScanner thanks transtec Computers for their support. |
From: Dylan & A. E. <dn...@gm...> - 2005-07-09 22:53:54
|
HI Miguel, Your best bet would be to check out the source from cvs and do everything from there. I don't remember exactly but there may be a thing or two missing from the source download that will give you headaches that you just don't need. I hope this helps. I am happy to answer your questions but could you submit them through the coefficient-devel mailing list, then if anyone else out there has the same question we have captured the responses in the mail archive. Thanks, Dylan On 7/10/05, mig <mr_...@us...> wrote: > Message body follows: >=20 > Hi >=20 > Recently, I asked the following question, " I change > src/za/org/coefficient/modules/project/templates/new.vm. > How can I build and deploy it?" >=20 > I think it's a bit vague so let me rephrase it. >=20 > I'm trying to do an "ant deploy all", but I don't have the build.xml > file. >=20 > If I download build.xml, project.xml and project.properties from CVS > and place them in the ../coefficient dir, can I then just do "ant deploy > all"? >=20 > Thanks for your patients, > Miguel >=20 >=20 >=20 > -- > This message has been sent to you, a registered SourceForge.net user, > by another site user, through the SourceForge.net site. This message > has been delivered to your SourceForge.net mail alias. You may reply > to this message using the "Reply" feature of your email client, or > using the messaging facility of SourceForge.net at: > https://sourceforge.net/sendmessage.php?touser=3D1263820 > |
From: Dylan & A. E. <dn...@gm...> - 2005-07-09 00:55:47
|
Hi, Yes, just make sure that the hibernate xdoclet tags are in the javadoc for your new getter, just copy it from another getter and you will get the idea. The sql file is just a postgres specific thing to port data from coefficient 0.9 to the 0.9.5 data format. Good Luck,=20 Dylan On 7/9/05, mig <mr_...@us...> wrote: > Message body follows: >=20 > If I need to add an additional column to a table, for example the > COEFFICIENT_USER, would I just add the setter and getter for the > new column to COEFFICIENTUSER.java and do an "ant deploy all". > Would I have to change > coefficient_db_port_0.9_to_0.9.5-postgres.sql file? What is this file > used for exactly? >=20 > As always, thanks >=20 >=20 >=20 >=20 >=20 > -- > This message has been sent to you, a registered SourceForge.net user, > by another site user, through the SourceForge.net site. This message > has been delivered to your SourceForge.net mail alias. You may reply > to this message using the "Reply" feature of your email client, or > using the messaging facility of SourceForge.net at: > https://sourceforge.net/sendmessage.php?touser=3D1263820 > |
From: Dylan & A. E. <dn...@gm...> - 2005-07-07 21:49:07
|
---------- Forwarded message ---------- From: mig <mr_...@us...> Date: Jul 8, 2005 2:30 AM Subject: Deploying Core To: de...@us... Message body follows: I change src/za/org/coefficient/modules/project/templates/new.vm. How can I build and deploy it? Thanks Mp -- This message has been sent to you, a registered SourceForge.net user, by another site user, through the SourceForge.net site. This message has been delivered to your SourceForge.net mail alias. You may reply to this message using the "Reply" feature of your email client, or using the messaging facility of SourceForge.net at: https://sourceforge.net/sendmessage.php?touser=3D1263820 |
From: Thomas F. <tfo...@us...> - 2005-07-05 13:59:10
|
I've created a new mailing lists to receive CVS commit notifications. Subscribe to this list if you're keen to track CVS activity. The list is called coefficient-commits and can be found here: http://sourceforge.net/mail/?group_id=90755 Regards T -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. MailScanner thanks transtec Computers for their support. |
From: Pieter v. Z. <pv...@cs...> - 2005-07-05 10:46:21
|
For the moment yes. Your current and new users emails should still work! They will just display either the new or old domain. I have a dithaka_alias_user table which contains: aliasId,aliasmailAddress,realMailAddress and userName We add an entry here for each user, and Dithaka uses this table to map from the alias address used in the system to the real email address to send out. It displays the alias thought in the headers. Solutions: add a library to do this and an admin page, add sql scripts or remove the alias domain name from the alias entries in Dithaka and concat the username+alias_domain each time it is needed. This info will be on the page below tomorrow: http://coefficient.sourceforge.net/modules/mailforum.html Also another issue: If the real address of the users changes the mailforum needs to be notified so that it can update the dithaka_alias_user. This is not done at the moment. The "MappingException: Association references" problem that you are experiencing seems to be with the hibernate mappings. We have released Dithaka this morning. Please try deploying the jars on your James server. It also contains the third party jars needed. Please deploy these as well. Alright you mailForum module seems to be working. Mmm, What are your aliasmailAddress in table: dithaka_alias_user Also do you have and idx=ALIAS_MAIL_HOST_ADDRESS in coefficient_configuration_properties? On Mon, 2005-07-04 at 18:09 +0100, Jason Meyler wrote: > Pieter, > > Does this mean that the whole member database needs amending with the > new property? I have added a new user, who sent a message. That message > ended up as non-delivered. > > Jason > > Pieter van Zyl wrote: > > >On Mon, 2005-07-04 at 09:52 +0100, Jason Meyler wrote: > > > > > >>Pieter, > >> > >>I attach the Dithaka jars files deployed on James and within the > >>mailforum module. > >> > >>I deployed these at the beginning of June. After the first start up I > >>noticed the new ALIAS_MAIL_HOST_ADDRESS system property and changed this > >>to mail.opendgroups.net. > >> > >> > >If there where members already in the database, and you have the version > >that uses alias email address ( which you have) then: > >if you change the ALIAS_MAIL_HOST_ADDRESS then one has to run a script > >as admin to update existing users alias e-mail address. > > > >We see that ALIAS_MAIL_HOST_ADDRESS should be setup at the start and > >should not change constantly. If and administrator does change it at > >the moment after use, then a script should be run or an admin page > >should be used to update all users alias email addresses. This page > >should still be created. > > > >This situation will be on our todo-list and is seen by me as a high > >priority > > > > > > > > > >>On 30th June I noticed your changes to Dithaka-James and redeployed. On > >>1st July redeployed coefficient-mailforum4james. > >> > >>The first non-delivered message is logged on 16th June. I can't recall > >>changing anything. No properties seem to have been changed. (Is there an > >>easy way to check this in the logs?) > >> > >> > >Do you mean the server logs? If so then no. > > > >I am looking into this error: .MappingException: Association references > >unmapped > > > >I have deployed your jars to my James mail server and everything seems > >to work. No MappingException. > > > >I would suggest building dithaka-base and dithaka-james from CVS to get > >the latest code onto James copy these to mailForum/lib. And then > >building the mailForum module again. Then build and deploy your > >dithaka-james jar as well from CVS. > > > >We have been uploading the Dithaka release files into SourgeForge. But > >it is going slowly. Maybe you can download the binaries tomorrow when it > >is up? > > > >If you register a new user and do a post to the forum. Does it work? > > > > > > > > > > > >>Hope this helps. Thanks. > >> > >>Jason > >> > >>Pieter van Zyl wrote: > >> > >> > >> > >>>Jason, > >>> > >>>Cab you please e-mail me your Dithaka jars files that you have deployed > >>>on James? > >>> > >>>I am going through the Hiberbate site looking for this error. It seems > >>>to be related to either missing some mapping files or some of the > >>>mapping files being incorrect. > >>> > >>>Also:have you changed any of the existing e-mail addresses or domains > >>>after the first deploy? > >>> > >>>When did this problem start? > >>> > >>>On Fri, 2005-07-01 at 15:37 +0100, Jason Meyler wrote: > >>> > >>> > >>> > >>> > >>>>Pieter, > >>>>.MappingException: Association references unmapped > >>>>Unfortunately not. Loaded a recompiled coefficient-mailForum4james.jar > >>>>into James and update mailforum.ear into JBoss following your guide. > >>>>Still no luck with mailing from the forum. > >>>> > >>>>The mail server seems to be working ok otherwise - notification of a new > >>>>group worked fine. However there are still the same errors/exceptions > >>>>being generated by James in the wrapper.log. > >>>> > >>>>snip > >>>>INFO | jvm 1 | 2005/07/01 13:02:53 | 1309 [Phoenix-Monitor] INFO > >>>>cfg.Binder - Mapping class: org.dithaka.messaging.UserMailPreferences > >>>>-> dithaka_usermailpreferences > >>>>INFO | jvm 1 | 2005/07/01 13:02:53 | 1310 [Phoenix-Monitor] INFO > >>>>cfg.Configuration - processing one-to-many association mappings > >>>>INFO | jvm 1 | 2005/07/01 13:02:53 | > >>>>net.sf.hibernate.MappingException: Association references unmapped > >>>>class: org.dithaka.messaging.ForumChampion > >>>>INFO | jvm 1 | 2005/07/01 13:02:53 | at > >>>>net.sf.hibernate.cfg.Binder.bindCollectionSecondPass(Binder.java:1175) > >>>>INFO | jvm 1 | 2005/07/01 13:02:53 | at > >>>>net.sf.hibernate.cfg.Binder$CollectionSecondPass.secondPass(Binder.java:1379) > >>>>INFO | jvm 1 | 2005/07/01 13:02:53 | at > >>>>net.sf.hibernate.cfg.Binder$SecondPass.doSecondPass(Binder.java:1355) > >>>>INFO | jvm 1 | 2005/07/01 13:02:53 | at > >>>>net.sf.hibernate.cfg.Configuration.secondPassCompile(Configuration.java:639) > >>>>INFO | jvm 1 | 2005/07/01 13:02:53 | at > >>>>net.sf.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:791) > >>>>INFO | jvm 1 | 2005/07/01 13:02:53 | at > >>>>net.sf.hibernate.util.HibernateUtil.configureHibernateForClasses(HibernateUtil.java:255) > >>>>...... > >>>>/snip > >>>> > >>>>Any ideas? > >>>> > >>>>Jason > >>>> > >>>>Pieter van Zyl wrote: > >>>> > >>>> > >>>> > >>>> > >>>> > >>>>>Jason, > >>>>> > >>>>>Did you receive my answer? > >>>>> > >>>>>Did it work? > >>>>> > >>>>> > >>>>>On Fri, 2005-07-01 at 08:33 +0100, Jason Meyler wrote: > >>>>> > >>>>> > >>>>> > >>>>> > >>>>> > >>>>> > >>>>>>Hi Pieter, > >>>>>> > >>>>>>Thanks for the update. Really good news. > >>>>>> > >>>>>>Can you let me know when you will have a chance to look at the problem > >>>>>>in my email from yesterday? > >>>>>> > >>>>>>Jason > >>>>>> > >>>>>>Pieter van Zyl wrote: > >>>>>> > >>>>>> > >>>>>> > >>>>>> > >>>>>> > >>>>>> > >>>>>> > >>>>>>>Good day! > >>>>>>> > >>>>>>>We are working on the release for today. > >>>>>>> > >>>>>>>We are creating the gz files with the binary and the source and doing > >>>>>>>some testing of the files. > >>>>>>> > >>>>>>>We have decided to make the Coefficient release number 0.9.6: there has > >>>>>>>been more new work added than bug fixes. We are still slowly moving > >>>>>>>towards an 1.0 release. > >>>>>>> > >>>>>>>Dithaka: > >>>>>>> > >>>>>>>We will only create releases for Dithaka-Base and Dithaka-James. > >>>>>>> > >>>>>>>Dithaka-Tapestry will be released later. > >>>>>>> > >>>>>>>The Dithaka release numbers will be 0.7. > >>>>>>> > >>>>>>>I want to send out an e-mail later today on all the mailing lists when > >>>>>>>the release has been done > >>>>>>> > >>>>>>>Kindly > >>>>>>> > >>>>>>>Pieter > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> > >>>>> > >>>>> > >>>>> > >>>>> > >>> > >>> > >>> > >>> > > > > > > > > > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click > _______________________________________________ > Coefficient-devel mailing list > Coe...@li... > https://lists.sourceforge.net/lists/listinfo/coefficient-devel |
From: Pieter v. Z. <pv...@cs...> - 2005-07-05 07:59:49
|
On Mon, 2005-07-04 at 18:09 +0100, Jason Meyler wrote: > Pieter, > > Does this mean that the whole member database needs amending with the > new property? I have added a new user, who sent a message. That message > ended up as non-delivered. > > Jason > > Pieter van Zyl wrote: > > >On Mon, 2005-07-04 at 09:52 +0100, Jason Meyler wrote: > > > > > >>Pieter, > >> > >>I attach the Dithaka jars files deployed on James and within the > >>mailforum module. > >> > >>I deployed these at the beginning of June. After the first start up I > >>noticed the new ALIAS_MAIL_HOST_ADDRESS system property and changed this > >>to mail.opendgroups.net. > >> > >> > >If there where members already in the database, and you have the version > >that uses alias email address ( which you have) then: > >if you change the ALIAS_MAIL_HOST_ADDRESS then one has to run a script > >as admin to update existing users alias e-mail address. > > > >We see that ALIAS_MAIL_HOST_ADDRESS should be setup at the start and > >should not change constantly. If and administrator does change it at > >the moment after use, then a script should be run or an admin page > >should be used to update all users alias email addresses. This page > >should still be created. > > > >This situation will be on our todo-list and is seen by me as a high > >priority > > > > > > > > > >>On 30th June I noticed your changes to Dithaka-James and redeployed. On > >>1st July redeployed coefficient-mailforum4james. > >> > >>The first non-delivered message is logged on 16th June. I can't recall > >>changing anything. No properties seem to have been changed. (Is there an > >>easy way to check this in the logs?) > >> > >> > >Do you mean the server logs? If so then no. > > > >I am looking into this error: .MappingException: Association references > >unmapped > > > >I have deployed your jars to my James mail server and everything seems > >to work. No MappingException. > > > >I would suggest building dithaka-base and dithaka-james from CVS to get > >the latest code onto James copy these to mailForum/lib. And then > >building the mailForum module again. Then build and deploy your > >dithaka-james jar as well from CVS. > > > >We have been uploading the Dithaka release files into SourgeForge. But > >it is going slowly. Maybe you can download the binaries tomorrow when it > >is up? > > > >If you register a new user and do a post to the forum. Does it work? > > > > > > > > > > > >>Hope this helps. Thanks. > >> > >>Jason > >> > >>Pieter van Zyl wrote: > >> > >> > >> > >>>Jason, > >>> > >>>Cab you please e-mail me your Dithaka jars files that you have deployed > >>>on James? > >>> > >>>I am going through the Hiberbate site looking for this error. It seems > >>>to be related to either missing some mapping files or some of the > >>>mapping files being incorrect. > >>> > >>>Also:have you changed any of the existing e-mail addresses or domains > >>>after the first deploy? > >>> > >>>When did this problem start? > >>> > >>>On Fri, 2005-07-01 at 15:37 +0100, Jason Meyler wrote: > >>> > >>> > >>> > >>> > >>>>Pieter, > >>>>.MappingException: Association references unmapped > >>>>Unfortunately not. Loaded a recompiled coefficient-mailForum4james.jar > >>>>into James and update mailforum.ear into JBoss following your guide. > >>>>Still no luck with mailing from the forum. > >>>> > >>>>The mail server seems to be working ok otherwise - notification of a new > >>>>group worked fine. However there are still the same errors/exceptions > >>>>being generated by James in the wrapper.log. > >>>> > >>>>snip > >>>>INFO | jvm 1 | 2005/07/01 13:02:53 | 1309 [Phoenix-Monitor] INFO > >>>>cfg.Binder - Mapping class: org.dithaka.messaging.UserMailPreferences > >>>>-> dithaka_usermailpreferences > >>>>INFO | jvm 1 | 2005/07/01 13:02:53 | 1310 [Phoenix-Monitor] INFO > >>>>cfg.Configuration - processing one-to-many association mappings > >>>>INFO | jvm 1 | 2005/07/01 13:02:53 | > >>>>net.sf.hibernate.MappingException: Association references unmapped > >>>>class: org.dithaka.messaging.ForumChampion > >>>>INFO | jvm 1 | 2005/07/01 13:02:53 | at > >>>>net.sf.hibernate.cfg.Binder.bindCollectionSecondPass(Binder.java:1175) > >>>>INFO | jvm 1 | 2005/07/01 13:02:53 | at > >>>>net.sf.hibernate.cfg.Binder$CollectionSecondPass.secondPass(Binder.java:1379) > >>>>INFO | jvm 1 | 2005/07/01 13:02:53 | at > >>>>net.sf.hibernate.cfg.Binder$SecondPass.doSecondPass(Binder.java:1355) > >>>>INFO | jvm 1 | 2005/07/01 13:02:53 | at > >>>>net.sf.hibernate.cfg.Configuration.secondPassCompile(Configuration.java:639) > >>>>INFO | jvm 1 | 2005/07/01 13:02:53 | at > >>>>net.sf.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:791) > >>>>INFO | jvm 1 | 2005/07/01 13:02:53 | at > >>>>net.sf.hibernate.util.HibernateUtil.configureHibernateForClasses(HibernateUtil.java:255) > >>>>...... > >>>>/snip > >>>> > >>>>Any ideas? > >>>> > >>>>Jason > >>>> > >>>>Pieter van Zyl wrote: > >>>> > >>>> > >>>> > >>>> > >>>> > >>>>>Jason, > >>>>> > >>>>>Did you receive my answer? > >>>>> > >>>>>Did it work? > >>>>> > >>>>> > >>>>>On Fri, 2005-07-01 at 08:33 +0100, Jason Meyler wrote: > >>>>> > >>>>> > >>>>> > >>>>> > >>>>> > >>>>> > >>>>>>Hi Pieter, > >>>>>> > >>>>>>Thanks for the update. Really good news. > >>>>>> > >>>>>>Can you let me know when you will have a chance to look at the problem > >>>>>>in my email from yesterday? > >>>>>> > >>>>>>Jason > >>>>>> > >>>>>>Pieter van Zyl wrote: > >>>>>> > >>>>>> > >>>>>> > >>>>>> > >>>>>> > >>>>>> > >>>>>> > >>>>>>>Good day! > >>>>>>> > >>>>>>>We are working on the release for today. > >>>>>>> > >>>>>>>We are creating the gz files with the binary and the source and doing > >>>>>>>some testing of the files. > >>>>>>> > >>>>>>>We have decided to make the Coefficient release number 0.9.6: there has > >>>>>>>been more new work added than bug fixes. We are still slowly moving > >>>>>>>towards an 1.0 release. > >>>>>>> > >>>>>>>Dithaka: > >>>>>>> > >>>>>>>We will only create releases for Dithaka-Base and Dithaka-James. > >>>>>>> > >>>>>>>Dithaka-Tapestry will be released later. > >>>>>>> > >>>>>>>The Dithaka release numbers will be 0.7. > >>>>>>> > >>>>>>>I want to send out an e-mail later today on all the mailing lists when > >>>>>>>the release has been done > >>>>>>> > >>>>>>>Kindly > >>>>>>> > >>>>>>>Pieter > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> > >>>>> > >>>>> > >>>>> > >>>>> > >>> > >>> > >>> > >>> > > > > > > > > > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click > _______________________________________________ > Coefficient-devel mailing list > Coe...@li... > https://lists.sourceforge.net/lists/listinfo/coefficient-devel |
From: Jason M. <jas...@me...> - 2005-07-04 17:12:58
|
Pieter, Does this mean that the whole member database needs amending with the new property? I have added a new user, who sent a message. That message ended up as non-delivered. Jason Pieter van Zyl wrote: >On Mon, 2005-07-04 at 09:52 +0100, Jason Meyler wrote: > > >>Pieter, >> >>I attach the Dithaka jars files deployed on James and within the >>mailforum module. >> >>I deployed these at the beginning of June. After the first start up I >>noticed the new ALIAS_MAIL_HOST_ADDRESS system property and changed this >>to mail.opendgroups.net. >> >> >If there where members already in the database, and you have the version >that uses alias email address ( which you have) then: >if you change the ALIAS_MAIL_HOST_ADDRESS then one has to run a script >as admin to update existing users alias e-mail address. > >We see that ALIAS_MAIL_HOST_ADDRESS should be setup at the start and >should not change constantly. If and administrator does change it at >the moment after use, then a script should be run or an admin page >should be used to update all users alias email addresses. This page >should still be created. > >This situation will be on our todo-list and is seen by me as a high >priority > > > > >>On 30th June I noticed your changes to Dithaka-James and redeployed. On >>1st July redeployed coefficient-mailforum4james. >> >>The first non-delivered message is logged on 16th June. I can't recall >>changing anything. No properties seem to have been changed. (Is there an >>easy way to check this in the logs?) >> >> >Do you mean the server logs? If so then no. > >I am looking into this error: .MappingException: Association references >unmapped > >I have deployed your jars to my James mail server and everything seems >to work. No MappingException. > >I would suggest building dithaka-base and dithaka-james from CVS to get >the latest code onto James copy these to mailForum/lib. And then >building the mailForum module again. Then build and deploy your >dithaka-james jar as well from CVS. > >We have been uploading the Dithaka release files into SourgeForge. But >it is going slowly. Maybe you can download the binaries tomorrow when it >is up? > >If you register a new user and do a post to the forum. Does it work? > > > > > >>Hope this helps. Thanks. >> >>Jason >> >>Pieter van Zyl wrote: >> >> >> >>>Jason, >>> >>>Cab you please e-mail me your Dithaka jars files that you have deployed >>>on James? >>> >>>I am going through the Hiberbate site looking for this error. It seems >>>to be related to either missing some mapping files or some of the >>>mapping files being incorrect. >>> >>>Also:have you changed any of the existing e-mail addresses or domains >>>after the first deploy? >>> >>>When did this problem start? >>> >>>On Fri, 2005-07-01 at 15:37 +0100, Jason Meyler wrote: >>> >>> >>> >>> >>>>Pieter, >>>>.MappingException: Association references unmapped >>>>Unfortunately not. Loaded a recompiled coefficient-mailForum4james.jar >>>>into James and update mailforum.ear into JBoss following your guide. >>>>Still no luck with mailing from the forum. >>>> >>>>The mail server seems to be working ok otherwise - notification of a new >>>>group worked fine. However there are still the same errors/exceptions >>>>being generated by James in the wrapper.log. >>>> >>>>snip >>>>INFO | jvm 1 | 2005/07/01 13:02:53 | 1309 [Phoenix-Monitor] INFO >>>>cfg.Binder - Mapping class: org.dithaka.messaging.UserMailPreferences >>>>-> dithaka_usermailpreferences >>>>INFO | jvm 1 | 2005/07/01 13:02:53 | 1310 [Phoenix-Monitor] INFO >>>>cfg.Configuration - processing one-to-many association mappings >>>>INFO | jvm 1 | 2005/07/01 13:02:53 | >>>>net.sf.hibernate.MappingException: Association references unmapped >>>>class: org.dithaka.messaging.ForumChampion >>>>INFO | jvm 1 | 2005/07/01 13:02:53 | at >>>>net.sf.hibernate.cfg.Binder.bindCollectionSecondPass(Binder.java:1175) >>>>INFO | jvm 1 | 2005/07/01 13:02:53 | at >>>>net.sf.hibernate.cfg.Binder$CollectionSecondPass.secondPass(Binder.java:1379) >>>>INFO | jvm 1 | 2005/07/01 13:02:53 | at >>>>net.sf.hibernate.cfg.Binder$SecondPass.doSecondPass(Binder.java:1355) >>>>INFO | jvm 1 | 2005/07/01 13:02:53 | at >>>>net.sf.hibernate.cfg.Configuration.secondPassCompile(Configuration.java:639) >>>>INFO | jvm 1 | 2005/07/01 13:02:53 | at >>>>net.sf.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:791) >>>>INFO | jvm 1 | 2005/07/01 13:02:53 | at >>>>net.sf.hibernate.util.HibernateUtil.configureHibernateForClasses(HibernateUtil.java:255) >>>>...... >>>>/snip >>>> >>>>Any ideas? >>>> >>>>Jason >>>> >>>>Pieter van Zyl wrote: >>>> >>>> >>>> >>>> >>>> >>>>>Jason, >>>>> >>>>>Did you receive my answer? >>>>> >>>>>Did it work? >>>>> >>>>> >>>>>On Fri, 2005-07-01 at 08:33 +0100, Jason Meyler wrote: >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>>>Hi Pieter, >>>>>> >>>>>>Thanks for the update. Really good news. >>>>>> >>>>>>Can you let me know when you will have a chance to look at the problem >>>>>>in my email from yesterday? >>>>>> >>>>>>Jason >>>>>> >>>>>>Pieter van Zyl wrote: >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>>>Good day! >>>>>>> >>>>>>>We are working on the release for today. >>>>>>> >>>>>>>We are creating the gz files with the binary and the source and doing >>>>>>>some testing of the files. >>>>>>> >>>>>>>We have decided to make the Coefficient release number 0.9.6: there has >>>>>>>been more new work added than bug fixes. We are still slowly moving >>>>>>>towards an 1.0 release. >>>>>>> >>>>>>>Dithaka: >>>>>>> >>>>>>>We will only create releases for Dithaka-Base and Dithaka-James. >>>>>>> >>>>>>>Dithaka-Tapestry will be released later. >>>>>>> >>>>>>>The Dithaka release numbers will be 0.7. >>>>>>> >>>>>>>I want to send out an e-mail later today on all the mailing lists when >>>>>>>the release has been done >>>>>>> >>>>>>>Kindly >>>>>>> >>>>>>>Pieter >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>> >>>>> >>>>> >>>>> >>> >>> >>> >>> > > > |