You can subscribe to this list here.
| 2003 |
Jan
|
Feb
(55) |
Mar
(100) |
Apr
(203) |
May
(330) |
Jun
(190) |
Jul
(302) |
Aug
(323) |
Sep
(197) |
Oct
(245) |
Nov
(490) |
Dec
(330) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2004 |
Jan
(194) |
Feb
(400) |
Mar
(416) |
Apr
(415) |
May
(359) |
Jun
(381) |
Jul
(491) |
Aug
(311) |
Sep
(291) |
Oct
(273) |
Nov
(355) |
Dec
(266) |
| 2005 |
Jan
(306) |
Feb
(303) |
Mar
(520) |
Apr
(346) |
May
(255) |
Jun
(221) |
Jul
(171) |
Aug
(247) |
Sep
(147) |
Oct
(125) |
Nov
(165) |
Dec
(65) |
| 2006 |
Jan
(90) |
Feb
(53) |
Mar
(121) |
Apr
(103) |
May
(113) |
Jun
(103) |
Jul
(104) |
Aug
(67) |
Sep
(78) |
Oct
(82) |
Nov
(78) |
Dec
(70) |
| 2007 |
Jan
(77) |
Feb
(76) |
Mar
(63) |
Apr
(30) |
May
(47) |
Jun
(41) |
Jul
(44) |
Aug
(44) |
Sep
(49) |
Oct
(33) |
Nov
(25) |
Dec
(21) |
| 2008 |
Jan
(45) |
Feb
(13) |
Mar
(15) |
Apr
(12) |
May
(9) |
Jun
(33) |
Jul
(30) |
Aug
(7) |
Sep
(20) |
Oct
(17) |
Nov
(20) |
Dec
(10) |
| 2009 |
Jan
(8) |
Feb
(5) |
Mar
(12) |
Apr
(17) |
May
(19) |
Jun
(97) |
Jul
(77) |
Aug
(33) |
Sep
(24) |
Oct
(41) |
Nov
(16) |
Dec
(32) |
| 2010 |
Jan
(24) |
Feb
(14) |
Mar
(50) |
Apr
(71) |
May
(70) |
Jun
(64) |
Jul
(45) |
Aug
(62) |
Sep
(32) |
Oct
(4) |
Nov
(12) |
Dec
(2) |
| 2011 |
Jan
(1) |
Feb
(3) |
Mar
(4) |
Apr
(3) |
May
(6) |
Jun
(1) |
Jul
(4) |
Aug
(3) |
Sep
(4) |
Oct
(6) |
Nov
(3) |
Dec
(3) |
| 2012 |
Jan
(4) |
Feb
(8) |
Mar
(6) |
Apr
(10) |
May
(2) |
Jun
(3) |
Jul
(11) |
Aug
(10) |
Sep
(4) |
Oct
|
Nov
(1) |
Dec
(1) |
| 2013 |
Jan
(4) |
Feb
(1) |
Mar
(9) |
Apr
(1) |
May
(8) |
Jun
(2) |
Jul
(5) |
Aug
(2) |
Sep
|
Oct
(3) |
Nov
(10) |
Dec
(8) |
| 2014 |
Jan
(3) |
Feb
(12) |
Mar
(9) |
Apr
(12) |
May
(2) |
Jun
|
Jul
(3) |
Aug
(1) |
Sep
(1) |
Oct
(4) |
Nov
|
Dec
(2) |
| 2015 |
Jan
(1) |
Feb
(3) |
Mar
(4) |
Apr
(9) |
May
(2) |
Jun
(2) |
Jul
|
Aug
(2) |
Sep
(7) |
Oct
(9) |
Nov
(7) |
Dec
(9) |
| 2016 |
Jan
(7) |
Feb
(5) |
Mar
(5) |
Apr
(5) |
May
(8) |
Jun
(4) |
Jul
(5) |
Aug
(4) |
Sep
(6) |
Oct
(7) |
Nov
(2) |
Dec
(3) |
| 2017 |
Jan
(7) |
Feb
(8) |
Mar
(7) |
Apr
(3) |
May
(4) |
Jun
(3) |
Jul
(5) |
Aug
(8) |
Sep
(4) |
Oct
(2) |
Nov
(3) |
Dec
|
| 2018 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
| 2019 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
| 2021 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2022 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
| 2024 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
| 2025 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
(2) |
Aug
(5) |
Sep
(2) |
Oct
|
Nov
|
Dec
(1) |
| 2026 |
Jan
(1) |
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: John C. <joh...@gm...> - 2007-03-18 18:15:02
|
I felt it was important to add jython support since the python
following is still strong.
Also looks like the jython project is becoming more active with
ambitions to sync up to the latest version of c python.
i still like python... call me old school.
so anyway this is what I did:
I created an extension to the spring-lang-2.0.xsd:
<xsd:element name="jython" type="dynamicScriptType">
<xsd:annotation>
<xsd:documentation><![CDATA[
A Spring bean backed by a Jython class definition.
]]></xsd:documentation>
</xsd:annotation>
</xsd:element>
Then added a package org.springframework.scripting.jython with the
following sources added: JythonScriptFactory.java
In "getScriptedObject" perform the following:
public Object getScriptedObject(ScriptSource actualScriptSource,
Class[] actualInterfaces)
throws IOException, ScriptCompilationException {
try {
PythonInterpreter.initialize(System.getProperties(),null, new String[] {});
PythonInterpreter interpreter = new PythonInterpreter();
interpreter.exec(actualScriptSource.getScriptAsString());
PyStringMap locals = (PyStringMap) interpreter.getLocals();
PyList list = locals.values();
PyClass clazz = null;
for (int i=0; i < list.__len__(); i++) {
PyObject py = list.__getitem__(i);
if ((py instanceof PyClass) && !(py instanceof PyJavaClass)) {
if (clazz != null) throw new PyException(new PyString("multiple
python class declarations present"));
clazz = (PyClass) py;
}
}
PyInstance instance = (PyInstance) clazz.__call__();
return instance.__tojava__(actualInterfaces[0]);
}
catch (PyException ex) {
throw new ScriptCompilationException("Could not compile Jython
script: " + actualScriptSource, ex);
}
}
This is just a POC. It would be nice if we could specify the class
name as part of the ScriptSource object so we don't have to guess
which in the locals namespace class we are interested in.
Also in the org.springframework.scripting.config.LangNamespaceHandler
I add to the init method:
if (ClassUtils.isPresent("org.python.core.PyObject")) {
registerBeanDefinitionParser("jython", new
ScriptBeanDefinitionParser(JythonScriptFactory.class));
}
So here is an excerpt from a beans file:
<bean id="SPAM" class="jcoppola.atsi.application.SetRunnableTest">
<property name="runnable" ref="runnable1"/>
</bean>
<bean id="EGGS" class="jcoppola.atsi.application.SetRunnableTest">
<property name="runnable" ref="runnable2"/>
</bean>
<lang:jython id="runnable1" script-interfaces="java.lang.Runnable">
<lang:inline-script>
from java.lang import Runnable
class JythonRunnable(Runnable):
def __init__(self):
print "__init__: JythonRunnable1"
def run(self):
print "run: JythonRunnable1"
</lang:inline-script>
</lang:jython>
<lang:jython id="runnable2" script-interfaces="java.lang.Runnable">
<lang:inline-script>
from java.lang import Runnable
class JythonRunnable(Runnable):
def __init__(self):
print "__init__: JythonRunnable2"
def run(self):
print "run: JythonRunnable2"
</lang:inline-script>
</lang:jython>
I'll provide a patch if this gains traction.
Cheers,
John Coppola
|
|
From: Erwin B. <er...@br...> - 2007-03-17 23:24:32
|
Hi all, I'm working an a small application that uses Spring (2.0.3) and JasperReports. I configured everything (as described in reference) and everything worked ... except for charts in HTML format online reports (so snd to response immediately). I configured JasperReports ImageServlet and added the IMAGED_URI as exporter parameter to my views (all JasperReportsMultiFormatView). I started some debugging and noticed that the JasperPrint (the filled report) was not available for the ImageServlet from the session, so I started digging but could not find any piece of code that actually places the JasperPrint on the session. Therefore I tried an extremely blunt hack: I extended the JasperReportsMultiFormatView and did an overwrite of the renderMergedOutputModel method of its superclass AbstractJasperReportsView. I threw out all references to private members (subReports stuff and response header population) and added the following as a last statement (right after the renderReport call), request.getSession().setAttribute(ImageServlet.DEFAULT_JASPER_PRINT_SESSION_ATTRIBUTE, filledReport); And now I'm receiving the chart-images. Am I correct in assuming Spring never puts the filled report in the session, or did I overlook something? And if I'm correct, are you going to introduce functionality for putting it on the session for html chart reports? If not, do you have any pointers on how I can fix this properly for my app? Thanks in advance, Erwin Brinkhuis |
|
From: <bu...@in...> - 2007-03-17 08:16:36
|
Snapshot has been uploaded to http://www.springframework.org/snapshots The list of modifications for this build can be found in the build log (http://static.springframework.org/spring/build/index.html). |
|
From: <bu...@in...> - 2007-03-16 19:36:33
|
Snapshot has been uploaded to http://www.springframework.org/snapshots The list of modifications for this build can be found in the build log (http://static.springframework.org/spring/build/index.html). |
|
From: <bu...@in...> - 2007-03-16 06:46:30
|
Snapshot has been uploaded to http://www.springframework.org/snapshots The list of modifications for this build can be found in the build log (http://static.springframework.org/spring/build/index.html). |
|
From: <bu...@in...> - 2007-03-15 18:03:44
|
Snapshot has been uploaded to http://www.springframework.org/snapshots The list of modifications for this build can be found in the build log (http://static.springframework.org/spring/build/index.html). |
|
From: 2M E. <cou...@ar...> - 2007-03-15 05:31:21
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="content-type" content="text/html;charset=ISO-8859-1"> <meta name="generator" content="Adobe GoLive 6"> <title>2M Expo</title> </head> <body bgcolor="#ffffff"> <table width="587" border="1" cellspacing="0" cellpadding="2"> <tr> <td> <table width="568" border="0" cellspacing="0" cellpadding="5"> <tr height="50"> <td colspan="4" valign="top" height="50"> <div align="center"> <img src="http://www.arawak-marketing.com/2M-mars/im-2M-mars.gif" alt="" width="567" height="369" border="0"></div> </td> </tr> <tr height="22"> <td colspan="4" valign="top" height="22"> <div align="center"> <font size="4" face="Arial,Helvetica,Geneva,Swiss,SunSans-Regular"><b>Demandes d'informations complémentaires :</b></font></div> </td> </tr> <tr height="50"> <td colspan="4" valign="top" height="50"> <form action="http://www.arawak-emailing.com/script_mailing/arawak_cgi.php" method="get" name="FormName"> <table width="566" border="0" cellspacing="2" cellpadding="0"> <tr> <td width="280"><input type="hidden" name="name_emailing" value="2MEXPO_mars07" border="0"><font size="2" face="Arial,Helvetica,Geneva,Swiss,SunSans-Regular"><b>Société : <input type="text" name="SOC" size="24" border="0"></b></font></td> <td width="280"><font size="2" face="Arial,Helvetica,Geneva,Swiss,SunSans-Regular"><b>Contact : <input type="text" name="PRENOM" size="24" border="0"></b></font></td> </tr> <tr> <td width="280"><font size="2" face="Arial,Helvetica,Geneva,Swiss,SunSans-Regular"><b>Téléphone : <input type="text" name="TELEPHONE" size="24" border="0"></b></font></td> <td width="280"><font size="2" face="Arial,Helvetica,Geneva,Swiss,SunSans-Regular"><b>E-mail : <input type="text" name="E_MAIL" size="24" border="0"></b></font></td> </tr> <tr> <td colspan="2" width="562"><font size="2" face="Arial,Helvetica,Geneva,Swiss,SunSans-Regular"><b>Adresse postale : <input type="text" name="ADRESSE1" size="63" border="0"></b></font></td> </tr> <tr> <td width="280"><font size="2" face="Arial,Helvetica,Geneva,Swiss,SunSans-Regular"><b>Code postal : <input type="text" name="CODEPOSTAL" size="24" border="0"><br> </b></font></td> <td width="280"><font size="2" face="Arial,Helvetica,Geneva,Swiss,SunSans-Regular"><b>Ville : <input type="text" name="VILLE" size="24" border="0"></b></font></td> </tr> <tr> <td colspan="2" width="562"> <div align="center"> <input type="submit" name="submitButtonName" border="0"></div> </td> </tr> <tr> <td colspan="2" width="562"><font size="2" face="Arial,Helvetica,Geneva,Swiss,SunSans-Regular"><i>Si vous ne parvenez pas à utiliser ce formulaire, merci de nous répondre par retour de mail.<br> </i></font></td> </tr> <tr> <td colspan="2" width="562"> <div align="center"> <font size="2" face="Arial,Helvetica,Geneva,Swiss,SunSans-Regular"><b>2M Expo - T° direct: 01.39.38.60.04 - </b><a href="http://www.2mexpo.com">www.2mexpo.com<br> </a></font></div> </td> </tr> </table> </form> </td> </tr> <tr> <td colspan="4" valign="top"> <div align="center"> <font size="2" face="Arial,Helvetica,Geneva,Swiss,SunSans-Regular"> <hr> Vous disposez d'un droit d'accès, de modification, de rectification et de suppression des données qui vous concernent (art. 34 de la loi"Informatique et Libertés"). Fichier de diffusion Arawak, enregistré à la CNIL, sous le N°1026477 - <a href="http://www.arawak-marketing.com">www.arawak-marketing.com</a>.<br> <span class="texte3">Pour vous désabonner, veuillez cliquer sur le lien ci-dessous de votre choix et renvoyer simplement l'e-mail vide.</span></font></div> </td> </tr> </table> </td> </tr> </table> <p></p> <div align="center"><BR><A HREF="mailto:re...@ar...?Subject=Ref_Desabo=Elk-256468-3125&body=">Lien de desabonnement automatique pour ne plus recevoir de messages de 2M Expo</A><BR><A HREF="mailto:re...@ar...?Subject=Ref_Abo=Elk-256468-3125&body=">Lien de retrait de la base de données Arawak</A></div></BODY> </html> |
|
From: <bu...@in...> - 2007-03-15 05:20:42
|
Snapshot has been uploaded to http://www.springframework.org/snapshots The list of modifications for this build can be found in the build log (http://static.springframework.org/spring/build/index.html). |
|
From: <bu...@in...> - 2007-03-14 16:35:23
|
Snapshot has been uploaded to http://www.springframework.org/snapshots The list of modifications for this build can be found in the build log (http://static.springframework.org/spring/build/index.html). |
|
From: <bu...@in...> - 2007-03-12 15:22:04
|
Snapshot has been uploaded to http://www.springframework.org/snapshots The list of modifications for this build can be found in the build log (http://static.springframework.org/spring/build/index.html). |
|
From: Ganeshji M. <gan...@gm...> - 2007-03-10 19:30:08
|
Why not a "*" symbol? ;-) On 2/22/07, Colin Yates <col...@gm...> wrote: > > What about the C dereferencing symbol "->" > > Hmm, actually no. But at least I have set a very low base mark, now > others might feel happier making suggestions ;) > > On 22/02/07, Juergen Hoeller <jue...@in...> wrote: > > > I agree that "&" is not that great a choice given XML as primary > > configuration format, so I guess supporting an alternative marker for nicer > > references in XML would be worthwhile. > > > > Syntax suggestions? Other opinions? > > > > Juergen > > > > > > ------------------------------ > > *From:* spr...@li... [mailto: > > spr...@li...] *On Behalf Of *nicolas > > de loof > > *Sent:* Tuesday, February 13, 2007 9:16 AM > > *To:* spr...@li... > > *Subject:* [Springframework-developer] FACTORY_BEAN_PREFIX > > > > Hello, > > > > I'd like to suggest to define an alternative value for > > BeanFactory.FACTORY_BEAN_PREFIX as "&" is the XML entity prefix. > > > > To use this prefix in a spring XML context it is required to setup > > something like : > > > > <property name="" ref="&ID" /> > > > > Doesn't look very nice. > > > > Having a second prefix supported by spring XML-based applicationcontext > > would make this cleaner. > > > > Nico. > > > > > > ------------------------------------------------------------------------- > > Take Surveys. Earn Cash. Influence the Future of IT > > Join SourceForge.net's Techsay panel and you'll get the chance to share > > your > > opinions on IT & business topics through brief surveys-and earn cash > > > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > _______________________________________________ > > Springframework-developer mailing list > > Spr...@li... > > https://lists.sourceforge.net/lists/listinfo/springframework-developer > > > > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > > -- Cheers, Ganesh. |
|
From: jbetancourt <jbe...@co...> - 2007-03-10 13:46:53
|
Saw news on InfoQ regarding interesting project, Guice. = http://www.infoq.com/news/2007/03/guice Some quotes that I found interesting, so far: >From http://code.google.com/p/google-guice/wiki/SpringComparison "Guice also has no notion of "Java beans" as the Java 5 language = features make them obsolete for our purposes." "Finally, Guice's unique design enables unprecedented performance, some = 100X faster than Spring for dependency injection. Guice builds method = interception in at the core instead of as an afterthought. This hides = the mechanics of AOP from the user reducing the chances of "gotchas" and = leveling the learning curve, and minimizes performance overhead." And from: http://code.google.com/p/google-guice/ "Guice injects constructors, fields and methods (any methods with any = number of arguments, not just setters)" micro benchmark: = http://google-guice.googlecode.com/svn/trunk/test/com/google/inject/Perfo= rmanceComparison.java ---- Josef |
|
From: <bu...@in...> - 2007-03-09 13:57:59
|
Snapshot has been uploaded to http://www.springframework.org/snapshots The list of modifications for this build can be found in the build log (http://static.springframework.org/spring/build/index.html). |
|
From: Alexandru P. <the...@gm...> - 2007-03-09 12:51:03
|
On 3/9/07, Juergen Hoeller <jue...@in...> wrote: > Good point, Colin. I'll change the date format as of the 2.1 releases. > > We use European date formats in some of the old source code @since tags as > well, but I guess that doesn't matter much. Let's leave that part as an > exercise to the reader ;-) > > Juergen > ... or you can add a small footnote somewhere on the site: Spring uses the dd/mm/yyyy format :-). ./alex -- .w( the_mindstorm )p. > > -----Original Message----- > From: spr...@li... > [mailto:spr...@li...] On Behalf > Of Colin Sampaleanu > Sent: Friday, March 09, 2007 4:17 AM > To: spr...@li... > Subject: Re: [Springframework-developer] Spring Framework 1.2.9 released > > Static files (manual, javadocs, etc.) are up now, as well as an announcement > on Springframework.org. > > Btw Juergen, I've been meaning to suggest this for years, but I would > recommend going to a yyyy/mm/dd format for dates in the changelog. You > typically write them in dd/mm/yyyy format, the European style, but Americans > (and some Canadians) would interpret that as mm/dd/yyyy. > > Colin > > -- > Colin Sampaleanu > Principal, Interface21 > Spring Services - "From the Source" > http://www.interface21.com > > > > > On 3/8/2007 5:55 PM, Juergen Hoeller wrote: > > Dear Spring community, > > > > I'm pleased to announce that Spring 1.2.9 has finally been released. > > > > This is a bugfix and refinement release, intended as a drop-in update for > > Spring 1.2.8. It contains fixes for all problems reported since 1.2.8, and > > includes various backports from the Spring 2.0 branch. > > > > Note that this is the last planned release in the Spring 1.2 branch. Patch > > releases for 1.2.9 will only be provided in case of critical issues. We > > recommend to upgrade to Spring 2.0 for long-term usage. > > > > Cheers, > > > > Juergen > > > > ----- > > Juergen Hoeller > > Interface21 > > http://www.springframework.com > > > > > > ------------------------------------------------------------------------- > > Take Surveys. Earn Cash. Influence the Future of IT > > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > > opinions on IT & business topics through brief surveys-and earn cash > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > _______________________________________________ > > Springframework-developer mailing list > > Spr...@li... > > https://lists.sourceforge.net/lists/listinfo/springframework-developer > > > > > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > |
|
From: Juergen H. <jue...@in...> - 2007-03-09 11:17:29
|
Dear Spring community, I'm pleased to announce that Spring 2.0.3 has been released. This is a bugfix and enhancement release in the Spring 2.0 series, including about 200 (!) refinements in the details. Furthermore, this release introduces support for the JSR-166 (java.util.concurrent) backport project and basic support for JCA 1.5 (ResourceAdapter bootstrap, WorkManager support), as well as extended support for IBM WebSphere and Oracle OC4J. Among the noteworthy enhancements are DefaultMessageListenerContainer's dynamic scaling capability and the thoroughly revised scripting integration, supporting more styles of writing Groovy and BeanShell scripts and providing seamless interaction with Spring's AOP facilities. This release also includes refinements in the AspectJ pointcut support as well as in the scoped-proxy facility. See the changelog for details! Cheers, Juergen ----- Juergen Hoeller Interface21 http://www.springframework.com |
|
From: Juergen H. <jue...@in...> - 2007-03-09 09:44:24
|
Good point, Colin. I'll change the date format as of the 2.1 releases. We use European date formats in some of the old source code @since tags as well, but I guess that doesn't matter much. Let's leave that part as an exercise to the reader ;-) Juergen -----Original Message----- From: spr...@li... [mailto:spr...@li...] On Behalf Of Colin Sampaleanu Sent: Friday, March 09, 2007 4:17 AM To: spr...@li... Subject: Re: [Springframework-developer] Spring Framework 1.2.9 released Static files (manual, javadocs, etc.) are up now, as well as an announcement on Springframework.org. Btw Juergen, I've been meaning to suggest this for years, but I would recommend going to a yyyy/mm/dd format for dates in the changelog. You typically write them in dd/mm/yyyy format, the European style, but Americans (and some Canadians) would interpret that as mm/dd/yyyy. Colin -- Colin Sampaleanu Principal, Interface21 Spring Services - "From the Source" http://www.interface21.com On 3/8/2007 5:55 PM, Juergen Hoeller wrote: > Dear Spring community, > > I'm pleased to announce that Spring 1.2.9 has finally been released. > > This is a bugfix and refinement release, intended as a drop-in update for > Spring 1.2.8. It contains fixes for all problems reported since 1.2.8, and > includes various backports from the Spring 2.0 branch. > > Note that this is the last planned release in the Spring 1.2 branch. Patch > releases for 1.2.9 will only be provided in case of critical issues. We > recommend to upgrade to Spring 2.0 for long-term usage. > > Cheers, > > Juergen > > ----- > Juergen Hoeller > Interface21 > http://www.springframework.com > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > > ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Springframework-developer mailing list Spr...@li... https://lists.sourceforge.net/lists/listinfo/springframework-developer |
|
From: Colin S. <col...@ex...> - 2007-03-09 03:17:32
|
Static files (manual, javadocs, etc.) are up now, as well as an announcement on Springframework.org. Btw Juergen, I've been meaning to suggest this for years, but I would recommend going to a yyyy/mm/dd format for dates in the changelog. You typically write them in dd/mm/yyyy format, the European style, but Americans (and some Canadians) would interpret that as mm/dd/yyyy. Colin -- Colin Sampaleanu Principal, Interface21 Spring Services - "From the Source" http://www.interface21.com On 3/8/2007 5:55 PM, Juergen Hoeller wrote: > Dear Spring community, > > I'm pleased to announce that Spring 1.2.9 has finally been released. > > This is a bugfix and refinement release, intended as a drop-in update for > Spring 1.2.8. It contains fixes for all problems reported since 1.2.8, and > includes various backports from the Spring 2.0 branch. > > Note that this is the last planned release in the Spring 1.2 branch. Patch > releases for 1.2.9 will only be provided in case of critical issues. We > recommend to upgrade to Spring 2.0 for long-term usage. > > Cheers, > > Juergen > > ----- > Juergen Hoeller > Interface21 > http://www.springframework.com > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > > |
|
From: <bu...@in...> - 2007-03-09 01:07:23
|
Snapshot has been uploaded to http://www.springframework.org/snapshots The list of modifications for this build can be found in the build log (http://static.springframework.org/spring/build/index.html). |
|
From: Juergen H. <jue...@in...> - 2007-03-08 22:56:42
|
Dear Spring community, I'm pleased to announce that Spring 1.2.9 has finally been released. This is a bugfix and refinement release, intended as a drop-in update for Spring 1.2.8. It contains fixes for all problems reported since 1.2.8, and includes various backports from the Spring 2.0 branch. Note that this is the last planned release in the Spring 1.2 branch. Patch releases for 1.2.9 will only be provided in case of critical issues. We recommend to upgrade to Spring 2.0 for long-term usage. Cheers, Juergen ----- Juergen Hoeller Interface21 http://www.springframework.com |
|
From: kksa <kar...@gm...> - 2007-03-08 08:42:35
|
I am implementing a many-to-many relationship using Hibernate. My solution is up and running, but now I want to add a column to the "joining table" (Book_User). Where does this fit into the .hbm.xml file(s)? Example: Book <==> Book_User <==> User Current Book_User Table: Book_Id User_Id Book_User Table Modification: Book_Id User_Id Usage I need to know how and where to add the Usage column. Thanks -- View this message in context: http://www.nabble.com/Hibernate-and-Many-to-Many-tf3367930.html#a9370629 Sent from the springframework-developer mailing list archive at Nabble.com. |
|
From: <bu...@in...> - 2007-03-07 23:18:00
|
Snapshot has been uploaded to http://www.springframework.org/snapshots The list of modifications for this build can be found in the build log (http://static.springframework.org/spring/build/index.html). |
|
From: Kenneth F. <ke...@ne...> - 2007-03-06 21:49:31
|
Hi I will be away from the 7th March till 14th March, and will be back only on the 15th. If you have any urgent matters, please contact the following persons Technical issues: Ciek Yi (ci...@ne... / +60123260583) Other issues: Edwin Tay (ed...@ne... / +60123165148) Thank you. |
|
From: <bu...@in...> - 2007-03-06 21:49:15
|
Snapshot has been uploaded to http://www.springframework.org/snapshots The list of modifications for this build can be found in the build log (http://static.springframework.org/spring/build/index.html). |
|
From: Technidecor <en...@ar...> - 2007-03-05 14:56:33
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="content-type" content="text/html;charset=ISO-8859-1"> <meta name="generator" content="Adobe GoLive 6"> <title>Mailing Clevy</title> </head> <body bgcolor="#ffffff"> <table width="122" border="0" cellspacing="3" cellpadding="0"> <tr> <td colspan="2" valign="top" width="801"> <div align="center"> <font size="5" face="Arial,Helvetica,Geneva,Swiss,SunSans-Regular">Avec </font><font size="5" color="#00008b" face="Arial,Helvetica,Geneva,Swiss,SunSans-Regular"><b>TECHNIDECOR</b></font><font size="5" face="Arial,Helvetica,Geneva,Swiss,SunSans-Regular">, donnez une vraie sensibilité à votre stand<br> <br> </font></div> </td> </tr> <tr height="265"> <td rowspan="3" valign="bottom" width="400" height="815"> <div align="left"> <table width="398" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="398"> <div align="left"> <p><font size="2" face="Arial,Helvetica,Geneva,Swiss,SunSans-Regular">Lorsqu'une entreprise décide d'exposer dans un salon, sa préoccupation première est de se démarquer par rapport à l'ensemble de l'offre proposée.<br> Objectif: capter et retenir l'attention de visiteurs sensibles à l'originalité.<br> <br> <br> </font><b><font size="3" face="Arial,Helvetica,Geneva,Swiss,SunSans-Regular">Faites appel à TECHNIDECOR.<br> Sortez des sentiers battus de la "strat de com" et donnez un sens à votre stand<i><br> <br> </i></font></b></p> </div> </td> </tr> <tr> <td width="398"> <div align="center"> <b><font size="2"> <hr> </font><font size="3" color="#00008b" face="Arial,Helvetica,Geneva,Swiss,SunSans-Regular">Faites appel à notre sensibilité</font><font size="2" face="Arial,Helvetica,Geneva,Swiss,SunSans-Regular"> <hr> </font></b></div> </td> </tr> <tr> <td width="398"> <div align="center"> <font face="Arial,Helvetica,Geneva,Swiss,SunSans-Regular"><b><i><br> </i></b></font><font size="2" face="Arial,Helvetica,Geneva,Swiss,SunSans-Regular"><i>Avoir un débat sincère et adapté à votre budget ne coûte pas plus cher et permet d'avoir un stand qui exprime vos vraies valeurs.<br> </i></font></div> <div align="right"> <p><font size="2" face="Arial,Helvetica,Geneva,Swiss,SunSans-Regular"><i>Contactez-nous pour nous présenter votre brief.</i></font></p> </div> </td> </tr> </table> <font face="Arial,Helvetica,Geneva,Swiss,SunSans-Regular"> <form action="http://www.arawak-emailing.com/script_mailing/arawak_cgi.php" method="get" name="FormName"> <div align="center"> <table width="375" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="154"><input type="hidden" name="name_emailing" value="TECHNIDECOR" border="0"><font size="2" face="Arial,Helvetica,Geneva,Swiss,SunSans-Regular"><span class="texte1">Contact</span></font></td> <td><input size="36" name="nom"></td> </tr> <tr> <td width="154"><span class="texte1"><font size="2" face="Arial,Helvetica,Geneva,Swiss,SunSans-Regular">Fonction</font></span></td> <td><input size="36" name="fonction"></td> </tr> <tr> <td width="154"><span class="texte1"><font size="2">S</font><font size="2" face="Arial,Helvetica,Geneva,Swiss,SunSans-Regular">ociété</font></span></td> <td><input size="36" name="societe"></td> </tr> <tr> <td width="154"><span class="texte1"><font size="2" face="Arial,Helvetica,Geneva,Swiss,SunSans-Regular">Téléphone</font></span></td> <td><input size="36" name="telephone"></td> </tr> <tr> <td width="154"><span class="texte1"><font size="2" face="Arial,Helvetica,Geneva,Swiss,SunSans-Regular">E-mail</font></span></td> <td><input size="36" name="e-mail"></td> </tr> <tr> <td valign="top" width="154"><span class="texte1"><font size="2" face="Arial,Helvetica,Geneva,Swiss,SunSans-Regular">Votre prochain stand : <b>Nom du salon et parc d'exposition :</b></font></span></td> <td><textarea name="stand" rows="4" cols="32"></textarea></td> </tr> <tr> <td width="154"> <div align="right"> <input type="checkbox" name="creation personnalisee" value="OK" border="0"></div> </td> <td><span class="texte1"><font size="2" face="Arial,Helvetica,Geneva,Swiss,SunSans-Regular">Je souhaite une création personnalisée.</font></span></td> </tr> <tr> <td width="154"> <div align="right"> <input type="checkbox" name="APPEL_D'OFFRE" value="OK" border="0"></div> </td> <td><span class="texte1"><font size="2" face="Arial,Helvetica,Geneva,Swiss,SunSans-Regular">Je souhaite vous intégrer dans un appel d'offre.</font></span></td> </tr> <tr> <td colspan="2"><font size="2" face="Arial,Helvetica,Geneva,Swiss,SunSans-Regular">Forfait étude finalisée (maquette ou PAO) de 120€ déduit de la facture finale.</font></td> </tr> <tr> <td colspan="2"> <div align="center"> <input type="submit" value="Envoyer" name="Envoyer"></div> </td> </tr> </table> </div> </form> <br> <img src="http://www.arawak-marketing.com/technidecor/TECHI3.jpg" alt="" height="237" width="398" border="0"></font></div> </td> <td valign="top" width="401" height="265"><img src="http://www.arawak-marketing.com/technidecor/TECHI2.jpg" alt="" width="397" height="265" border="0"></td> </tr> <tr height="242"> <td valign="top" width="401" height="242"><img src="http://www.arawak-marketing.com/technidecor/TECHI1.jpg" alt="" width="397" height="242" border="0"></td> </tr> <tr height="238"> <td valign="bottom" width="401" height="238"><img src="http://www.arawak-marketing.com/technidecor/TECHI4.jpg" alt="" width="397" height="310" border="0"></td> </tr> <tr> <td colspan="2" width="801"> <hr> </td> </tr> <tr> <td colspan="2" width="801"> <div align="center"> <font size="1" face="Arial,Helvetica,Geneva,Swiss,SunSans-Regular"><sup>Cet e-mailing a été réalisé à partir du fichier de la société Arawak, enregistré à la CNIL, sous le N°1026477<br> Arawak - Maketing - 61 - 63, rue Albert Dhalenne - 93400 Saint Ouen - Tél : 08 75 23 80 13.<br> Vous disposez d'un droit d'accès, de modification, de rectification et de suppression des données qui vous concernent (art. 34 de la loi"Informatique et Libertés").<br> <span class="texte3">Pour vous désabonner, veuillez cliquer sur le lien ci-dessous et renvoyer simplement l'e-mail vide. </span></sup></font></div> </td> </tr> </table> <p></p> <div align="center"><BR><A HREF="mailto:re...@ar...?Subject=Ref_Desabo=Elk-143164-6562&body=">Lien de desabonnement automatique pour ne plus recevoir de messages de Technidecor.</A><BR><A HREF="mailto:re...@ar...?Subject=Ref_Abo=Elk-143164-6562&body=">Lien de retrait de la base de données Arawak</A></div></BODY> </html> |
|
From: Ben H. <ben...@in...> - 2007-03-05 14:08:20
|
Juergen, I've already pinged Rob about this, but we can actually kill that build completely anyway. We're doing the nightlies on the new Bamboo build server (http://build.springframework.org:8085) without any problems. Before you made the heap and log4j.properties changes things were building fine and still are (according to last night's build). On Mar 5, 2007, at 4:10 AM, Juergen Hoeller wrote: > We have a heap space problem on the test machine, apparently caused > by the > log level having been set to DEBUG in the "test/log4j.properties" > file in > the repo. I've changed the default log level back to WARN for the time > being, so the build should hopefully recover tonight. > > I've also increased the heap size of the forked test VMs to 256m, > so the > automatic build would probably work at DEBUG level as well now. I > do not > consider this necessary at the build server, though, and not on > everybody's > local CVS snapshot (or downloaded -with-dependencies distribution) > either. I > perform local tests at DEBUG level before every release anyway, > which should > be sufficient. > > Juergen > > > -----Original Message----- > From: spr...@li... > [mailto:spr...@li...] On > Behalf > Of bu...@in... > Sent: Sunday, March 04, 2007 9:13 PM > To: spr...@li... > Subject: [Springframework-developer] Spring build.124 FAILED > > Errors and a list of modifications can be found in the build log > (http://static.springframework.org/spring/build/index.html). > > > ---------------------------------------------------------------------- > --- > Take Surveys. Earn Cash. Influence the Future of IT Join > SourceForge.net's > Techsay panel and you'll get the chance to share your opinions on IT & > business topics through brief surveys-and earn cash > http://www.techsay.com/default.php? > page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > > > ---------------------------------------------------------------------- > --- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to > share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php? > page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer |