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: Jeppe C. <je...@cr...> - 2006-09-21 21:33:37
|
Hi Thomas As I understand it, SavePoints doesn't directly change the JDBC transaction, you use the JDBC Connection methods to merely issue SQL statements that inform the DB (and it's transaction) that it needs to remember savepoints during it's transaction? But again, it's just a guess based on my assumptions (naive perhaps) on the implementations below. Have anyone tried using SavePoints under JTA? /Jeppe Thomas Risberg wrote: > I'll go the other way - just because the methods are part of the API > doesn't mean that you can use them whenever you want. My guess is that > your JTA implementation will throw an exception if you mess with any > method that manages the JDBC transactions. > > Thomas > > > > Jeppe Cramon wrote: > >> Hi Rod >> >> Thanks for the quick reply. >> >> My interpretation is that since it's standard JDBC it's (of course) supported under JTA. >> But since no one on the team could find anything that stated that it was or wasn't supported, then most unfortunately assumed that it wasn't supported, which is why I went to ask here. >> >> The reason why we're looking at JTA is that we want to be able to use XA when the need arises (which it will because we at a point need to use MQ). >> But since Spring emulated nested transactions aren't available using the JTATransactionManager (or the WebSphere counterpart of it), we were considering writing our own nested trx simulation using SavePoints (since the part where >> we control the nested transactions is well encapsulated). But since no one had tried it before and since most had determined (without facts or at least trying it) that SavePoints doesn't work under JTA we were kind of stuck. >> But you helped us out of it ;-) >> >> Since we now know that SavePoints work under JTA, we should be able to head in the direction, unless of course you have an idea on how we can reuse the existing Spring nested trx. emulation code and still do XA/use MQ transactionally? >> >> Thanks :) >> >> /Jeppe >> >> >> >>> Savepoints are on the JDBC API, aren't they? So they should be >>> supported, *within JTA transaction management*. So you cannot use >>> Spring's nested transaction emulation with a JTA environment. >>> >>> Why do you want to use JTA? >>> >>> >> ------------------------------------------------------------------------- >> 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: Thomas R. <tho...@tr...> - 2006-09-21 21:21:16
|
I'll go the other way - just because the methods are part of the API doesn't mean that you can use them whenever you want. My guess is that your JTA implementation will throw an exception if you mess with any method that manages the JDBC transactions. Thomas Jeppe Cramon wrote: > Hi Rod > > Thanks for the quick reply. > > My interpretation is that since it's standard JDBC it's (of course) supported under JTA. > But since no one on the team could find anything that stated that it was or wasn't supported, then most unfortunately assumed that it wasn't supported, which is why I went to ask here. > > The reason why we're looking at JTA is that we want to be able to use XA when the need arises (which it will because we at a point need to use MQ). > But since Spring emulated nested transactions aren't available using the JTATransactionManager (or the WebSphere counterpart of it), we were considering writing our own nested trx simulation using SavePoints (since the part where > we control the nested transactions is well encapsulated). But since no one had tried it before and since most had determined (without facts or at least trying it) that SavePoints doesn't work under JTA we were kind of stuck. > But you helped us out of it ;-) > > Since we now know that SavePoints work under JTA, we should be able to head in the direction, unless of course you have an idea on how we can reuse the existing Spring nested trx. emulation code and still do XA/use MQ transactionally? > > Thanks :) > > /Jeppe > > >> Savepoints are on the JDBC API, aren't they? So they should be >> supported, *within JTA transaction management*. So you cannot use >> Spring's nested transaction emulation with a JTA environment. >> >> Why do you want to use JTA? >> > > > ------------------------------------------------------------------------- > 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: Jeppe C. <je...@cr...> - 2006-09-21 21:06:56
|
Hi Rod Thanks for the quick reply. My interpretation is that since it's standard JDBC it's (of course) supported under JTA. But since no one on the team could find anything that stated that it was or wasn't supported, then most unfortunately assumed that it wasn't supported, which is why I went to ask here. The reason why we're looking at JTA is that we want to be able to use XA when the need arises (which it will because we at a point need to use MQ). But since Spring emulated nested transactions aren't available using the JTATransactionManager (or the WebSphere counterpart of it), we were considering writing our own nested trx simulation using SavePoints (since the part where we control the nested transactions is well encapsulated). But since no one had tried it before and since most had determined (without facts or at least trying it) that SavePoints doesn't work under JTA we were kind of stuck. But you helped us out of it ;-) Since we now know that SavePoints work under JTA, we should be able to head in the direction, unless of course you have an idea on how we can reuse the existing Spring nested trx. emulation code and still do XA/use MQ transactionally? Thanks :) /Jeppe > Savepoints are on the JDBC API, aren't they? So they should be > supported, *within JTA transaction management*. So you cannot use > Spring's nested transaction emulation with a JTA environment. > > Why do you want to use JTA? |
|
From: <bu...@in...> - 2006-09-21 20:54:44
|
Snapshot has been uploaded to http://www.springframework.org/snaphots The list of modifications for this build can be found in the build log (http://static.springframework.org/spring/build/index.html). |
|
From: Rod J. <ro...@in...> - 2006-09-21 19:33:26
|
Savepoints are on the JDBC API, aren't they? So they should be supported, *within JTA transaction management*. So you cannot use Spring's nested transaction emulation with a JTA environment. Why do you want to use JTA? Jeppe Cramon wrote: > Hi > > We've been using, with great success, the JPATransactionManagers (or > rather AbstractTransactionManagers) ability to do nested transactions > using JDBC 3.0 SavePoints. > We're now looking at doing the same in a JTA setup. As JTA doesn't > support nested transactions, we were considering using JDBC 3.0 > SavePoints, but I have so far not been able to find any information that > say that JDBC 3.0 SavePoints are supported in a JTA setup or not. > Does any of you know if we can use SavePoints under JTA and could you > point to any information about this (wether it is allowed or not) ? > > Thanks in advance and sorry for double posting on the forum, I didn't > have access to my mail account at the time and we need a figure this out > pretty soon :-) > > /Jeppe > > ------------------------------------------------------------------------- > 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: Jeppe C. <je...@cr...> - 2006-09-21 19:18:13
|
Hi We've been using, with great success, the JPATransactionManagers (or rather AbstractTransactionManagers) ability to do nested transactions using JDBC 3.0 SavePoints. We're now looking at doing the same in a JTA setup. As JTA doesn't support nested transactions, we were considering using JDBC 3.0 SavePoints, but I have so far not been able to find any information that say that JDBC 3.0 SavePoints are supported in a JTA setup or not. Does any of you know if we can use SavePoints under JTA and could you point to any information about this (wether it is allowed or not) ? Thanks in advance and sorry for double posting on the forum, I didn't have access to my mail account at the time and we need a figure this out pretty soon :-) /Jeppe |
|
From: Nicolas De L. <nic...@ca...> - 2006-09-21 10:38:00
|
Thanks a lot ! I simply didn't think about looking in CVS :-[ Magnus Heino a =E9crit : >> Can anyone send me a copy of this deprecated Spring-beans_2_0.dtd , as >> =20 > > It's all in CVS. I guess this is what you want? > > http://springframework.cvs.sourceforge.net/springframework/spring/src/o= rg/springframework/beans/factory/xml/spring-beans_2_0.dtd?hideattic=3D0&r= evision=3D1.2&view=3Dmarkup > > =20 This message contains information that may be privileged or confidential = and is the property of the Capgemini Group. It is intended only for the p= erson to whom it is addressed. If you are not the intended recipient, yo= u are not authorized to read, print, retain, copy, disseminate, distribu= te, or use this message or any part thereof. If you receive this message= in error, please notify the sender immediately and delete all copies of= this message. |
|
From: Nicolas De L. <nic...@ca...> - 2006-09-21 10:36:30
|
I'm using session scope, so 2.0 DTD is required. I cannot use spring XSD=20 as target server is Websphere 5.0.2 and the included Xerces parser=20 doens't support them. I agree the context correction isn't so difficult, but my boss becomes=20 nervous about making changes as we deliver the app today ! Simply addind the DTD in my classpath under=20 org/springframework/beans/factory/xml should solve the issue. This=20 release is not the final one, so we will use the official DTD ASAP, but=20 I need a quick solution for this ! Juergen Hoeller a =E9crit : > Note that the _2_0 DTD was introduced *post* RC3; it was only ever used= in > early RC4 snapshots. Hence, it was never available in an official Sprin= g > release. > > Do you use any new 2.0 DTD features at all? If not, you could simply de= clare > "spring-beans.dtd" (which is still supported and shipped in spring.jar, > including the "singleton" attribute). > > If you do use 2.0 DTD features, I'd recommend to declare > "spring-beans-2.0.dtd" and simply do a text search-and-replace from > > singleton=3D"true" to scope=3D"singleton" > > and from > > singleton=3D"false" to scope=3D"prototype" > > It really shouldn't be more than that. This shouldn't take more than a = few > seconds of work, and is certainly safer than using an unsupported versi= on of > the DTD. > > Juergen > =20 > > -----Original Message----- > From: spr...@li... > [mailto:spr...@li...] On Beh= alf > Of Nicolas De Loof > Sent: Thursday, September 21, 2006 12:20 PM > To: spr...@li... > Subject: [Springframework-developer] [URGENT] I need Spring-beans_2_0.d= td > > > Spring 2.0 RC4 has renamed Spring-beans_2_0.dtd to Spring-beans-2.0.dt= d > > As Spring-beans_2_0.dtd was not present in spring 2.0-RC3 jars my > application required to connect to internet to get it. I didn't see thi= s as > my integration server is connected to the net. > > Can anyone send me a copy of this deprecated Spring-beans_2_0.dtd , as = my > app will be send to my customer today and I've no time to update my spr= ing > configuration, that is no more valid according to new DTD (singleton > attribute is used). > > Nico. > > > > > This message contains information that may be privileged or confidentia= l and > is the property of the Capgemini Group. It is intended only for the per= son > to whom it is addressed. If you are not the intended recipient, you ar= e not > authorized to read, print, retain, copy, disseminate, distribute, or u= se > this message or any part thereof. If you receive this message in error= , > please notify the sender immediately and delete all copies of this mes= sage. > > > -----------------------------------------------------------------------= -- > Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.ne= t'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=3Djoin.php&p=3Dsourceforge&CID=3D= 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=3Djoin.php&p=3Dsourceforge&CID=3D= DEVDEV > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > > =20 This message contains information that may be privileged or confidential = and is the property of the Capgemini Group. It is intended only for the p= erson to whom it is addressed. If you are not the intended recipient, yo= u are not authorized to read, print, retain, copy, disseminate, distribu= te, or use this message or any part thereof. If you receive this message= in error, please notify the sender immediately and delete all copies of= this message. |
|
From: Magnus H. <ma...@fi...> - 2006-09-21 10:32:13
|
> Can anyone send me a copy of this deprecated Spring-beans_2_0.dtd , as It's all in CVS. I guess this is what you want? http://springframework.cvs.sourceforge.net/springframework/spring/src/org/springframework/beans/factory/xml/spring-beans_2_0.dtd?hideattic=0&revision=1.2&view=markup -- /Magnus Heino |
|
From: Juergen H. <ju...@in...> - 2006-09-21 10:29:01
|
Note that the _2_0 DTD was introduced *post* RC3; it was only ever used in early RC4 snapshots. Hence, it was never available in an official Spring release. Do you use any new 2.0 DTD features at all? If not, you could simply declare "spring-beans.dtd" (which is still supported and shipped in spring.jar, including the "singleton" attribute). If you do use 2.0 DTD features, I'd recommend to declare "spring-beans-2.0.dtd" and simply do a text search-and-replace from singleton="true" to scope="singleton" and from singleton="false" to scope="prototype" It really shouldn't be more than that. This shouldn't take more than a few seconds of work, and is certainly safer than using an unsupported version of the DTD. Juergen -----Original Message----- From: spr...@li... [mailto:spr...@li...] On Behalf Of Nicolas De Loof Sent: Thursday, September 21, 2006 12:20 PM To: spr...@li... Subject: [Springframework-developer] [URGENT] I need Spring-beans_2_0.dtd Spring 2.0 RC4 has renamed Spring-beans_2_0.dtd to Spring-beans-2.0.dtd As Spring-beans_2_0.dtd was not present in spring 2.0-RC3 jars my application required to connect to internet to get it. I didn't see this as my integration server is connected to the net. Can anyone send me a copy of this deprecated Spring-beans_2_0.dtd , as my app will be send to my customer today and I've no time to update my spring configuration, that is no more valid according to new DTD (singleton attribute is used). Nico. This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain, copy, disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the sender immediately and delete all copies of this message. ------------------------------------------------------------------------- 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: Nicolas De L. <nic...@ca...> - 2006-09-21 10:20:07
|
Spring 2.0 RC4 has renamed Spring-beans_2_0.dtd to Spring-beans-2.0.dtd As Spring-beans_2_0.dtd was not present in spring 2.0-RC3 jars my application required to connect to internet to get it. I didn't see this as my integration server is connected to the net. Can anyone send me a copy of this deprecated Spring-beans_2_0.dtd , as my app will be send to my customer today and I've no time to update my spring configuration, that is no more valid according to new DTD (singleton attribute is used). Nico. This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain, copy, disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the sender immediately and delete all copies of this message. |
|
From: Steve B. <ste...@fo...> - 2006-09-21 09:06:19
|
> Snapshot has been uploaded to http://www.springframework.org/snaphots Minor problem I'm aware, but there's a typo in the build notifier. Presumably this URL should actually be: http://www.springframework.org/snapshots Cheers, steve -- Steve Barham Systems Engineer Formicary - delivering quality financial technology solutions http://www.formicary.net/ |
|
From: <bu...@in...> - 2006-09-21 06:44:47
|
Snapshot has been uploaded to http://www.springframework.org/snaphots 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...> - 2006-09-20 18:11:15
|
Snapshot has been uploaded to http://www.springframework.org/snaphots 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...> - 2006-09-19 17:32:24
|
Snapshot has been uploaded to http://www.springframework.org/snaphots 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. <ju...@in...> - 2006-09-19 09:51:20
|
Effectively, those autobuilds are not really maintained anymore. Is anybody still using them straight from CVS? I guess we should consider removing them from CVS completely... Juergen -----Original Message----- From: spr...@li... [mailto:spr...@li...] On Behalf Of rst...@ya... Sent: Monday, September 18, 2006 3:56 PM To: spr...@li... Subject: [Springframework-developer] Autobuilds jpetstore compile issue Hi- I was experimenting with the "mb-server-tests" target from the spring build.xml. I get compilation issues from the jpetstore under autobuilds/app. Is that supposed to compile successfully? There are several dao ibatis classes there referring to SqlMapDaoSupport, which doesn't exist in 2.x. Looking at the the jpetstore under samples, it uses SqlMapClientDaoSupport instead. I made equivalent changes to get it to compile and have those changes. Apologies if this isn't the best place to post. I'm just trying to find the best way to report the issue or even supply a fix? regards, Rossen ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Springframework-developer mailing list Spr...@li... https://lists.sourceforge.net/lists/listinfo/springframework-developer |
|
From: <bu...@in...> - 2006-09-19 04:57:07
|
Snapshot has been uploaded to http://www.springframework.org/snaphots 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...> - 2006-09-18 16:23:47
|
Snapshot has been uploaded to http://www.springframework.org/snaphots The list of modifications for this build can be found in the build log (http://static.springframework.org/spring/build/index.html). |
|
From: Scott B. <sco...@ru...> - 2006-09-18 16:05:23
|
We've recently encountered an issue with JDK 1.5 and Spring Web Flow 1.0 RC3 in which our threads were having problems obtaining locks.[1]. We've only seen the issue in production and not in test (we're not sure why yet). The application we are having issues with is CAS[2], which has a basic web flow that for the most part merely is a GET/POST.[3] We use Web Flow to prevent the re-submission of credentials by using the back button and re-POST. To get around the locking problem we've encountered, we've temporarily modified the ConversationLockFactory to return NoOp locks (essentially disabling locking like Java 1.4 does) while we continue to investigate. Are there any significant issues with disabling locking? If not, is there another way to configure Spring Web Flow to disable locking so that we do not have to fork the code? Thanks -Scott 1. http://forum.springframework.org/showthread.php?t=29027 2. http://www.ja-sig.org/products/cas/ 3. http://developer.ja-sig.org/source/browse/jasig/cas3/cas-server-webapp/src/main/webapp/WEB-INF/login-webflow.xml?r=1.1 -- Scott Battaglia Application Developer, Architecture & Engineering Team Enterprise Systems and Services, Rutgers University v: 732.445.0097 | f: 732.445.5493 | sco...@ru... |
|
From: <rst...@ya...> - 2006-09-18 13:56:09
|
Hi- I was experimenting with the "mb-server-tests" target from the spring build.xml. I get compilation issues from the jpetstore under autobuilds/app. Is that supposed to compile successfully? There are several dao ibatis classes there referring to SqlMapDaoSupport, which doesn't exist in 2.x. Looking at the the jpetstore under samples, it uses SqlMapClientDaoSupport instead. I made equivalent changes to get it to compile and have those changes. Apologies if this isn't the best place to post. I'm just trying to find the best way to report the issue or even supply a fix? regards, Rossen |
|
From: <bu...@in...> - 2006-09-18 03:47:42
|
Snapshot has been uploaded to http://www.springframework.org/snaphots 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...> - 2006-09-17 15:14:20
|
Snapshot has been uploaded to http://www.springframework.org/snaphots 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. <ju...@in...> - 2006-09-17 12:52:34
|
Dear Spring community, I'm pleased to announce that Spring 2.0 RC4 has been released. This is the last release candidate before Spring 2.0 final. This release introduces versioned file names for the 2.0 DTD/XSDs. Please adapt your bean definition files if they build on the 2.0 XSDs on or 2.0-specific DTD features! Of course, the Spring 1.2 DTD is still fully supported under its established DTD file name. Furthermore, Apache OJB support (org.springframework.orm.ojb) is no longer shipped with the core Spring distribution anymore as of this release. It is now available from the Spring Modules project. Spring's JPA support is now fully tested against Oracle TopLink Essentials v2 b16 as well as Hibernate EntityManager 3.2.0 CR2. Our extensive integration test suite fully passes for both of those JPA providers now. We are currently in the process of covering OpenJPA in the same fashion. As always, there are many further bug fixes and refinements in various areas, as well as minor new features (for example in the JMS support). Please see the changelog and/or our JIRA issue list for details. Spring 2.0 GA is now - finally - just around the corner :-) Cheers, Juergen ----- Juergen Hoeller Interface21 http://www.springframework.com |
|
From: <bu...@in...> - 2006-09-17 02:46:46
|
Errors and a list of modifications can be found in the build log (http://static.springframework.org/spring/build/index.html). |
|
From: <bu...@in...> - 2006-09-16 14:25:40
|
Snapshot has been uploaded to http://www.springframework.org/snaphots The list of modifications for this build can be found in the build log (http://static.springframework.org/spring/build/index.html). |