|
From: Ramin F. <aqu...@ya...> - 2005-12-25 04:49:54
|
Dear Spring Team, Merry Christmas. I wish you the best of luck in the forthcoming year. I love J2EE in the Spring team. You guys did a great job...... Regards, Ramin Farhanian spr...@li... wrote: Send Springframework-developer mailing list submissions to spr...@li... To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/springframework-developer or, via email, send a message with subject or body 'help' to spr...@li... You can reach the person managing the list at spr...@li... When replying, please edit your Subject line so it is more specific than "Re: Contents of Springframework-developer digest..." Today's Topics: 1. RE: Re: [Springframework-user] Spring Framework 2.0 M1 released (Herryanto Siatono) 2. FAILED BUILD: x86-solaris1 (last 30 lines included) (Darren Davison) 3. spring Build Failed (al...@in...) 4. Re: Spring Framework 2.0 M1 released (John Lewis) 5. FAILED BUILD: x86-linux2 (last 30 lines included) (Darren Davison) --__--__-- Message: 1 From: "Herryanto Siatono" To: , Subject: RE: [Springframework-developer] Re: [Springframework-user] Spring Framework 2.0 M1 released Date: Fri, 23 Dec 2005 14:44:54 +0800 Reply-To: spr...@li... Yeah indeed it rocks!!=20 Life would have been much tougher as a programmer without Spring.=20 Merry Christmas to all, and looking forward for brighter days next year = with Spring 2.0. :) -----Original Message----- From: spr...@li... [mailto:spr...@li...] On Behalf = Of Dmitriy Kopylenko Sent: 22 December 2005 23:54 To: spr...@li...; spr...@li... Subject: [Springframework-developer] Re: [Springframework-user] Spring Framework 2.0 M1 released Spring 2 rocks! I also would like to wish to the Spring community a Merry Christmas and=20 a very happy and productive 2006 year! Dmitriy. Juergen Hoeller wrote: >Dear Spring community, > >I am pleased to announce that Spring 2.0 M1 has just been released. 2.0 = M1 >is the first milestone of the next generation of Spring: introducing = XML >schema based bean definitions, sophisticated AspectJ support, task = executor >abstraction, asynchronous JMS facilities, portlet support, etc. > >The main sample application in this release is JPetStore, which already >illustrates some basic usage of schema-based bean definitions and = aspects >expressed using AspectJ pointcut language. 2.0 M2 will include further >sample usages and improved documentation of the new configuration = style. > >Spring 2.0 remains fully backwards-compatible with Spring 1.2. Both the = DTD >style and the schema style are supported for XML bean definitions. No >incompatible API changes have been introduced (other than removing >deprecated methods). Furthermore, Spring 2.0 still runs on JDK 1.3+ and J2EE >1.2+. > >Note that Spring has been repackaged: spring.jar contains the entire = core >plus some small extensions; larger extensions such as support for = specific >ORMs have been factored out into separate jar files = (spring-hibernate2.jar, >spring-hibernate3.jar, spring-toplink.jar, etc). See the readme for details. > >Cheers - and Merry Christmas to everybody celebrating Christmas :-) > >Juergen >=20 >----- >Juergen Hoeller >Interface21 Ltd >http://www.springframework.com > > > > >------------------------------------------------------- >This SF.net email is sponsored by: Splunk Inc. Do you grep through log files >for problems? Stop! Download the new AJAX search engine that makes >searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! >http://ads.osdn.com/?ad_id=3D7637&alloc_id=3D16865&op=3Dclick >_______________________________________________ >Springframework-user mailing list >Spr...@li... >https://lists.sourceforge.net/lists/listinfo/springframework-user > =20 > ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log = files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=3D7637&alloc_id=3D16865&op=3Dclick _______________________________________________ Springframework-developer mailing list Spr...@li... https://lists.sourceforge.net/lists/listinfo/springframework-developer --__--__-- Message: 2 Date: Fri, 23 Dec 2005 09:36:16 -0800 From: Darren Davison To: spr...@li... Subject: [Springframework-developer] FAILED BUILD: x86-solaris1 (last 30 lines included) Reply-To: spr...@li... 1135359375 FAILED tests: [mkdir] Created dir: /home/users/d/da/davison/checkouts/spring/target/x86-solaris1/test-reports [junit] java.io.IOException: Not enough space [junit] at java.lang.UNIXProcess.forkAndExec(Native Method) [junit] at java.lang.UNIXProcess.(UNIXProcess.java:56) [junit] at java.lang.Runtime.execInternal(Native Method) [junit] at java.lang.Runtime.exec(Runtime.java:566) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [junit] at java.lang.reflect.Method.invoke(Method.java:324) [junit] at org.apache.tools.ant.taskdefs.Execute$Java13CommandLauncher.exec(Execute.java:831) [junit] at org.apache.tools.ant.taskdefs.Execute.launch(Execute.java:436) [junit] at org.apache.tools.ant.taskdefs.Execute.execute(Execute.java:450) [junit] at org.apache.tools.ant.taskdefs.Execute.getProcEnvironment(Execute.java:166) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.executeAsForked(JUnitTask.java:782) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.execute(JUnitTask.java:724) [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.execute(JUnitTask.java:650) [junit] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) [junit] at org.apache.tools.ant.Task.perform(Task.java:364) [junit] at org.apache.tools.ant.Target.execute(Target.java:341) [junit] at org.apache.tools.ant.Target.performTasks(Target.java:369) [junit] at org.apache.tools.ant.Project.executeTarget(Project.java:1214) [junit] at org.apache.tools.ant.Project.executeTargets(Project.java:1062) [junit] at org.apache.tools.ant.Main.runBuild(Main.java:673) [junit] at org.apache.tools.ant.Main.startAnt(Main.java:188) [junit] at org.apache.tools.ant.launch.Launcher.run(Launcher.java:196) [junit] at org.apache.tools.ant.launch.Launcher.main(Launcher.java:55) [junit] Running org.springframework.web.util.UrlPathHelperTests Last CVS updates prior to this build were: 1135357981 This is an automated mail from one of the SF Compile Farm machines. The machine name noted in the subject encountered a failure building or running the Spring test suite. The last few lines of the output were included for info. NB: No further mail will be sent from this machine until a successful build occurs on the machine in question. See http://springframework.sourceforge.net/test/ for further information. --__--__-- Message: 3 Date: Sat, 24 Dec 2005 00:19:25 +0100 (CET) From: al...@in... To: spr...@li... Subject: [Springframework-developer] spring Build Failed Reply-To: spr...@li... View results here -> http://opensource.jteam.nl/build/buildresults/spring?log=log20051224001636 --__--__-- Message: 4 To: spr...@li... From: John Lewis Date: Fri, 23 Dec 2005 16:35:12 -0700 Subject: [Springframework-developer] Re: Spring Framework 2.0 M1 released Reply-To: spr...@li... Great job gang! Thanks for all your support in getting Portlet MVC integrated -- especially from Juergen. Is it possible to get the docs from the 2.0 M1 build posted on static.springframework.org? I'm mostly interested in seeing the new Javadocs there. John Lewis Juergen Hoeller wrote: > Dear Spring community, > > I am pleased to announce that Spring 2.0 M1 has just been released. 2.0 M1 > is the first milestone of the next generation of Spring: introducing XML > schema based bean definitions, sophisticated AspectJ support, task executor > abstraction, asynchronous JMS facilities, portlet support, etc. > > The main sample application in this release is JPetStore, which already > illustrates some basic usage of schema-based bean definitions and aspects > expressed using AspectJ pointcut language. 2.0 M2 will include further > sample usages and improved documentation of the new configuration style. > > Spring 2.0 remains fully backwards-compatible with Spring 1.2. Both the DTD > style and the schema style are supported for XML bean definitions. No > incompatible API changes have been introduced (other than removing > deprecated methods). Furthermore, Spring 2.0 still runs on JDK 1.3+ and J2EE > 1.2+. > > Note that Spring has been repackaged: spring.jar contains the entire core > plus some small extensions; larger extensions such as support for specific > ORMs have been factored out into separate jar files (spring-hibernate2.jar, > spring-hibernate3.jar, spring-toplink.jar, etc). See the readme for details. > > Cheers - and Merry Christmas to everybody celebrating Christmas :-) > > Juergen > > ----- > Juergen Hoeller > Interface21 Ltd > http://www.springframework.com > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click --__--__-- Message: 5 Date: Fri, 23 Dec 2005 18:37:48 -0800 From: Darren Davison To: spr...@li... Subject: [Springframework-developer] FAILED BUILD: x86-linux2 (last 30 lines included) Reply-To: spr...@li... 1135391868 FAILED [junit] Testcase: testNaming took 0,005 sec [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,013 sec [junit] Testsuite: org.springframework.jmx.export.naming.PropertiesFileNamingStrategyTests [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,013 sec [junit] Testcase: testNaming took 0,003 sec [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,011 sec [junit] Testsuite: org.springframework.jmx.export.naming.PropertiesNamingStrategyTests [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,011 sec [junit] Testcase: testNaming took 0 sec [junit] Tests run: 3, Failures: 0, Errors: 1, Time elapsed: 0,112 sec [junit] Testsuite: org.springframework.jmx.support.ConnectorServerFactoryBeanTests [junit] Tests run: 3, Failures: 0, Errors: 1, Time elapsed: 0,112 sec [junit] Testcase: testStartupWithLocatedServer took 0,059 sec [junit] Testcase: testStartupWithSuppliedServer took 0,021 sec [junit] Testcase: testRegisterWithMBeanServer took 0,012 sec [junit] Caused an ERROR [junit] Address already in use [junit] java.net.BindException: Address already in use [junit] at java.net.PlainSocketImpl.socketBind(Native Method) [junit] at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:331) [junit] at java.net.ServerSocket.bind(ServerSocket.java:318) [junit] at com.sun.jmx.remote.socket.SocketConnectionServer.start(SocketConnectionServer.java:128) [junit] at com.sun.jmx.remote.generic.SynchroMessageConnectionServerImpl.start(SynchroMessageConnectionServerImpl.java:39) [junit] at javax.management.remote.generic.GenericConnectorServer.start(GenericConnectorServer.java:235) [junit] at org.springframework.jmx.support.ConnectorServerFactoryBean.afterPropertiesSet(ConnectorServerFactoryBean.java:167) [junit] at org.springframework.jmx.support.ConnectorServerFactoryBeanTests.testRegisterWithMBeanServer(ConnectorServerFactoryBeanTests.java:78) Last CVS updates prior to this build were: 1135390381 ? ? ? junit423465713.properties ? junittestcases2136842450.properties ? sandbox/src/org/springframework/core/closure/ElementGenerator.java ? sandbox/src/org/springframework/core/closure/support/AbstractElementGenerator.java ? sandbox/src/org/springframework/core/closure/support/AbstractElementGeneratorWorkflow.java ? sandbox/src/org/springframework/core/closure/support/IfBlock.java ? sandbox/src/org/springframework/jms/listener ? test/org/springframework/beans/factory/xml/dependencies-prop-inTheMiddle.xml C test/org/springframework/beans/factory/xml/dependencies-prop-inTheMiddle.xml This is an automated mail from one of the SF Compile Farm machines. The machine name noted in the subject encountered a failure building or running the Spring test suite. The last few lines of the output were included for info. NB: No further mail will be sent from this machine until a successful build occurs on the machine in question. See http://springframework.sourceforge.net/test/ for further information. --__--__-- _______________________________________________ Springframework-developer mailing list Spr...@li... https://lists.sourceforge.net/lists/listinfo/springframework-developer End of Springframework-developer Digest |