|
From: <jue...@we...> - 2004-01-03 10:58:50
|
Last chance for any last minute feedback... the M4 release is just =
around the corner (to be released today).
=20
Has anybody tried deploying the sample apps, particularly JPetStore, and =
had problems? Note that JPetStore can also be built for Commons =
Attributes ("attributes" directory), allows to choose between the Spring =
and the Struts web tier in web.xml, and has a demo remote client =
("client" directory).
=20
Juergen
=20
________________________________
Von: spr...@li... im Auftrag =
von j=FCrgen h=F6ller [werk3AT]
Gesendet: Fr 02.01.2004 01:22
An: spr...@li...
Betreff: [Springframework-developer] 1.0 M4 ready for release
Hi everybody,
First of all, a happy new year! It's been a great year 2003, =
particularly considering that the Spring Framework project didn't even =
exist 12 months ago (we'll celebrate first birthday in February). Of =
course, the framework version that came with Rod's book was already =
there: But we've seen massive refinement of the framework since, even =
exploring completely new areas like AOP support and transaction =
management, and have attracted a significant number of users (with about =
3000 downloads per release since 1.0 M1). I'd like to thank everybody =
for their contributions, no matter what kind, in what area, and to what =
extent!
I've just finished my preparations of our upcoming release 1.0 M4. In =
good old Spring Framework tradition, a last minute change in the core =
has sneaked in: I've introduced the core.io package with its Resource =
interface and out-of-the-box implementations ClassPathResource, =
FileSystemResource, etc. It's used in the BeanDefinitionRegistry area, =
and also for all former "configLocation" Strings - they are all of type =
Resource now. Thanks to an automatically registered PropertyEditor, =
specifying String paths in bean definitions works just like before, but =
the receiving beans do not have to be ApplicationContextAware anymore to =
be able to resolve resource locations in a generic way.
As most people have already found out, 1.0 M4 introduces our version of =
Clinton Begin's JPetStore, with a Spring-managed middle tier that =
leverages our new iBATIS Database Layer integration, and alternative =
Spring Web MVC and Struts web tiers. A recent addition is remoting =
support: The out-of-the-box JPetStore illustrates remoting via Hessian, =
Burlap, RMI, and our new JAX-RPC support via Axis. Like Clinton's =
original version did with Axis, we export an OrderService. An included =
OrderServiceClient invokes the OrderService to show an order by number, =
via all configured protocols. This should work without hassle via the =
included Ant scripts and the readme.
I'll release 1.0 M4 tomorrow night, sort of a new year's present for the =
Spring community ;-) Everybody who has some time left, please give the =
current CVS contents a try, particularly "playing user": Generate a =
release zip, unzip it, build the samples, deploy the samples. Note that =
as of 1.0 M4, there are two release zips: "spring-framework-1.0-m4" with =
everything but third-party libraries (~8 MB), and =
"spring-framework-1.0-m4-with-dependencies" which includes all libraries =
that are required for building the samples and the framework itself =
(~16.8 MB). Both distributions ship with build scripts and all sources =
and tests.
Regards,
Juergen
-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills. Sign up for =
IBM's
Free Linux Tutorials. Learn everything from the bash shell to sys =
admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id371&op=3Dick
_______________________________________________
Springframework-developer mailing list
Spr...@li...
https://lists.sourceforge.net/lists/listinfo/springframework-developer
|
|
From: <jue...@we...> - 2004-01-03 12:53:28
|
Darren,
=20
That's good news on JPetStore ! Of course, there could still be bugs =
hiding in the user interface (particularly in the Struts web tier), but =
it should be good enough for M4.
=20
Regading Tomcat 5 and Petclinic: Hibernate 2.1 requires JTA on the =
classpath now, even if not using JTA for transactions. Tomcat 4.1 =
includes jta.jar in common/lib; of course all containers with actual JTA =
support provide it too. I'll include jta.jar in WEB-INF/lib for Tomcat =
4.0 and Tomcat 5.0
=20
Juergen
=20
________________________________
Von: spr...@li... im Auftrag =
von Darren Davison
Gesendet: Sa 03.01.2004 13:40
An: spr...@li...
Betreff: Re: [Springframework-developer] 1.0 M4 ready for release
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
j=FCrgen h=F6ller [werk3AT] wrote:
| Last chance for any last minute feedback... the M4 release is just =
around
| the corner (to be released today).
|
| Has anybody tried deploying the sample apps, particularly JPetStore, =
and
| had problems? Note that JPetStore can also be built for Commons
| Attributes ("attributes" directory), allows to choose between the =
Spring
| and the Struts web tier in web.xml, and has a demo remote client
| ("client" directory).
I've had JPetStore running fine in Tomcat 4.1.24, Tomcat 5.0.14, Resin
2.1.11 and Resin 3.0.4 as part of the automated building/testing. I'll =
give
it a go on WebSphere 5 next week when I'm back in the office if you =
like.
Jetty4 won't run anything where the TLD is in a jar file.
I have however been getting the following error on Tomcat 5 (only) with
petclinic on all db access:
"java.lang.NoClassDefFoundError: javax/transaction/Synchronization" but
haven't had a chance to look into it yet (only saw it at 3am this =
morning)
so it could be something local..
Regards,
- --
Darren Davison
Public Key: http://www.davison.uk.net/key.jsp
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQE/9rhWKLMLAN01aw0RAkRhAJ9afYOlyyRmarlPOppMJ6qNa9V95wCfUV8Y
1xgmiTybK8roKQShEEg/Ots=3D
=3D0ZIQ
-----END PGP SIGNATURE-----
-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills. Sign up for =
IBM's
Free Linux Tutorials. Learn everything from the bash shell to sys =
admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id371&op=3Dick
_______________________________________________
Springframework-developer mailing list
Spr...@li...
https://lists.sourceforge.net/lists/listinfo/springframework-developer
|
|
From: Alef A. <al...@jt...> - 2004-01-03 15:46:31
|
I'm trying out JPetStore using jboss-jetty at the moment, all runs well
up till now, only thing is I didn't find a jpetstore-dataload.sql in the
mysql directory, which resulting in a lot errors of course...
The one form the oracle directory works, so I used that one (didn't
commit it by the way).
Alef
> -----Original Message-----
> From: spr...@li...=20
> [mailto:spr...@li...]
> On Behalf Of j=FCrgen h=F6ller [werk3AT]
> Sent: Saturday, January 03, 2004 1:45 PM
> To: spr...@li...
> Subject: Re: [Springframework-developer] 1.0 M4 ready for release
>=20
>=20
> Darren,
> =20
> That's good news on JPetStore ! Of course, there could still=20
> be bugs hiding in the user interface (particularly in the=20
> Struts web tier), but it should be good enough for M4.
> =20
> Regading Tomcat 5 and Petclinic: Hibernate 2.1 requires JTA=20
> on the classpath now, even if not using JTA for transactions.=20
> Tomcat 4.1 includes jta.jar in common/lib; of course all=20
> containers with actual JTA support provide it too. I'll=20
> include jta.jar in WEB-INF/lib for Tomcat 4.0 and Tomcat 5.0
> =20
> Juergen
> =20
>=20
> ________________________________
>=20
> Von: spr...@li... im=20
> Auftrag von Darren Davison
> Gesendet: Sa 03.01.2004 13:40
> An: spr...@li...
> Betreff: Re: [Springframework-developer] 1.0 M4 ready for release
>=20
>=20
>=20
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>=20
> j=FCrgen h=F6ller [werk3AT] wrote:
> | Last chance for any last minute feedback... the M4 release is just=20
> | around the corner (to be released today).
> |
> | Has anybody tried deploying the sample apps, particularly=20
> JPetStore,=20
> | and had problems? Note that JPetStore can also be built for Commons=20
> | Attributes ("attributes" directory), allows to choose between the=20
> | Spring and the Struts web tier in web.xml, and has a demo remote=20
> | client ("client" directory).
>=20
> I've had JPetStore running fine in Tomcat 4.1.24, Tomcat=20
> 5.0.14, Resin 2.1.11 and Resin 3.0.4 as part of the automated=20
> building/testing. I'll give it a go on WebSphere 5 next week=20
> when I'm back in the office if you like.
>=20
> Jetty4 won't run anything where the TLD is in a jar file.
>=20
> I have however been getting the following error on Tomcat 5=20
> (only) with petclinic on all db access:
> "java.lang.NoClassDefFoundError:=20
> javax/transaction/Synchronization" but haven't had a chance=20
> to look into it yet (only saw it at 3am this morning) so it=20
> could be something local..
>=20
> Regards,
>=20
> - --
>=20
> Darren Davison
> Public Key: http://www.davison.uk.net/key.jsp
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.2.3 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>=20
> iD8DBQE/9rhWKLMLAN01aw0RAkRhAJ9afYOlyyRmarlPOppMJ6qNa9V95wCfUV8Y
> 1xgmiTybK8roKQShEEg/Ots=3D
> =3D0ZIQ
> -----END PGP SIGNATURE-----
>=20
>=20
>=20
> -------------------------------------------------------
> This SF.net email is sponsored by: IBM Linux Tutorials.
> Become an expert in LINUX or just sharpen your skills. Sign=20
> up for IBM's Free Linux Tutorials. Learn everything from the=20
> bash shell to sys admin. Click now!=20
> http://ads.osdn.com/?ad_id=1278&alloc_id371> &op=3Dick
>=20
> _______________________________________________
>=20
> Springframework-developer mailing list=20
> Spr...@li...
> https://lists.sourceforge.net/lists/listinfo/springframework-developer
>=20
>=20
>=20
>=20
> -------------------------------------------------------
> This SF.net email is sponsored by: IBM Linux Tutorials.
> Become an expert in LINUX or just sharpen your skills. Sign=20
> up for IBM's Free Linux Tutorials. Learn everything from the=20
> bash shell to sys admin. Click now!=20
> http://ads.osdn.com/?ad_id=1278&alloc_id371> &op=3Dick
>=20
> _______________________________________________
>=20
> Springframework-developer mailing list=20
> Spr...@li...
> https://lists.sourceforge.net/lists/listinfo/springframework-developer
>=20
|
|
From: Alef A. <al...@jt...> - 2004-01-03 16:00:24
|
Furthermore,
Should we provide app.server specific files for datasource declarations?
Jboss-web.xml for instance? If people are using jta, they have to create
the files themselves right now (not that it's such a big thing).
Alef
> -----Original Message-----
> From: spr...@li...=20
> [mailto:spr...@li...]
> On Behalf Of Alef Arendsen
> Sent: Saturday, January 03, 2004 4:45 PM
> To: spr...@li...
> Subject: RE: [Springframework-developer] 1.0 M4 ready for release
>=20
>=20
> I'm trying out JPetStore using jboss-jetty at the moment, all=20
> runs well up till now, only thing is I didn't find a=20
> jpetstore-dataload.sql in the mysql directory, which=20
> resulting in a lot errors of course...
>=20
> The one form the oracle directory works, so I used that one=20
> (didn't commit it by the way).
>=20
> Alef
>=20
>=20
> > -----Original Message-----
> > From: spr...@li...
> > [mailto:spr...@li...]
> > On Behalf Of j=FCrgen h=F6ller [werk3AT]
> > Sent: Saturday, January 03, 2004 1:45 PM
> > To: spr...@li...
> > Subject: Re: [Springframework-developer] 1.0 M4 ready for release
> >=20
> >=20
> > Darren,
> > =20
> > That's good news on JPetStore ! Of course, there could still
> > be bugs hiding in the user interface (particularly in the=20
> > Struts web tier), but it should be good enough for M4.
> > =20
> > Regading Tomcat 5 and Petclinic: Hibernate 2.1 requires JTA
> > on the classpath now, even if not using JTA for transactions.=20
> > Tomcat 4.1 includes jta.jar in common/lib; of course all=20
> > containers with actual JTA support provide it too. I'll=20
> > include jta.jar in WEB-INF/lib for Tomcat 4.0 and Tomcat 5.0
> > =20
> > Juergen
> > =20
> >=20
> > ________________________________
> >=20
> > Von: spr...@li... im
> > Auftrag von Darren Davison
> > Gesendet: Sa 03.01.2004 13:40
> > An: spr...@li...
> > Betreff: Re: [Springframework-developer] 1.0 M4 ready for release
> >=20
> >=20
> >=20
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA1
> >=20
> > j=FCrgen h=F6ller [werk3AT] wrote:
> > | Last chance for any last minute feedback... the M4 release is just
> > | around the corner (to be released today).
> > |
> > | Has anybody tried deploying the sample apps, particularly
> > JPetStore,
> > | and had problems? Note that JPetStore can also be built=20
> for Commons
> > | Attributes ("attributes" directory), allows to choose between the=20
> > | Spring and the Struts web tier in web.xml, and has a demo remote=20
> > | client ("client" directory).
> >=20
> > I've had JPetStore running fine in Tomcat 4.1.24, Tomcat
> > 5.0.14, Resin 2.1.11 and Resin 3.0.4 as part of the automated=20
> > building/testing. I'll give it a go on WebSphere 5 next week=20
> > when I'm back in the office if you like.
> >=20
> > Jetty4 won't run anything where the TLD is in a jar file.
> >=20
> > I have however been getting the following error on Tomcat 5
> > (only) with petclinic on all db access:
> > "java.lang.NoClassDefFoundError:=20
> > javax/transaction/Synchronization" but haven't had a chance=20
> > to look into it yet (only saw it at 3am this morning) so it=20
> > could be something local..
> >=20
> > Regards,
> >=20
> > - --
> >=20
> > Darren Davison
> > Public Key: http://www.davison.uk.net/key.jsp
> > -----BEGIN PGP SIGNATURE-----
> > Version: GnuPG v1.2.3 (GNU/Linux)
> > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
> >=20
> > iD8DBQE/9rhWKLMLAN01aw0RAkRhAJ9afYOlyyRmarlPOppMJ6qNa9V95wCfUV8Y
> > 1xgmiTybK8roKQShEEg/Ots=3D
> > =3D0ZIQ
> > -----END PGP SIGNATURE-----
> >=20
> >=20
> >=20
> > -------------------------------------------------------
> > This SF.net email is sponsored by: IBM Linux Tutorials. Become an=20
> > expert in LINUX or just sharpen your skills. Sign up for=20
> IBM's Free=20
> > Linux Tutorials. Learn everything from the bash shell to=20
> sys admin.=20
> > Click now! http://ads.osdn.com/?ad_id=1278&alloc_id371> &op=3Dick
> >=20
> > _______________________________________________
> >=20
> > Springframework-developer mailing list
> > Spr...@li...
> >=20
> https://lists.sourceforge.net/lists/listinf>
o/springframework-developer
> >=20
> >=20
> >=20
> >=20
> > -------------------------------------------------------
> > This SF.net email is sponsored by: IBM Linux Tutorials. Become an=20
> > expert in LINUX or just sharpen your skills. Sign up for=20
> IBM's Free=20
> > Linux Tutorials. Learn everything from the bash shell to=20
> sys admin.=20
> > Click now! http://ads.osdn.com/?ad_id=1278&alloc_id371> &op=3Dick
> >=20
> > _______________________________________________
> >=20
> > Springframework-developer mailing list
> > Spr...@li...
> >=20
> https://lists.sourceforge.net/lists/listinf>
o/springframework-developer
> >=20
>=20
>=20
>=20
> -------------------------------------------------------
> This SF.net email is sponsored by: IBM Linux Tutorials.
> Become an expert in LINUX or just sharpen your skills. Sign=20
> up for IBM's
> Free Linux Tutorials. Learn everything from the bash shell=20
> to sys admin.
> Click now! http://ads.osdn.com/?ad_id=1278&alloc_id371&op=3Dick
> _______________________________________________
> Springframework-developer mailing list
> Spr...@li...
> https://lists.sourceforge.net/lists/listinfo/springframework-developer
>=20
|
|
From: Alef A. <al...@jt...> - 2004-01-03 16:13:55
|
Jboss-Jetty 3.2.2 looks fine, both local and jta, with and without
attributes
Alef
> -----Original Message-----
> From: spr...@li...=20
> [mailto:spr...@li...]
> On Behalf Of Alef Arendsen
> Sent: Saturday, January 03, 2004 4:45 PM
> To: spr...@li...
> Subject: RE: [Springframework-developer] 1.0 M4 ready for release
>=20
>=20
> I'm trying out JPetStore using jboss-jetty at the moment, all=20
> runs well up till now, only thing is I didn't find a=20
> jpetstore-dataload.sql in the mysql directory, which=20
> resulting in a lot errors of course...
>=20
> The one form the oracle directory works, so I used that one=20
> (didn't commit it by the way).
>=20
> Alef
>=20
>=20
> > -----Original Message-----
> > From: spr...@li...
> > [mailto:spr...@li...]
> > On Behalf Of j=FCrgen h=F6ller [werk3AT]
> > Sent: Saturday, January 03, 2004 1:45 PM
> > To: spr...@li...
> > Subject: Re: [Springframework-developer] 1.0 M4 ready for release
> >=20
> >=20
> > Darren,
> > =20
> > That's good news on JPetStore ! Of course, there could still
> > be bugs hiding in the user interface (particularly in the=20
> > Struts web tier), but it should be good enough for M4.
> > =20
> > Regading Tomcat 5 and Petclinic: Hibernate 2.1 requires JTA
> > on the classpath now, even if not using JTA for transactions.=20
> > Tomcat 4.1 includes jta.jar in common/lib; of course all=20
> > containers with actual JTA support provide it too. I'll=20
> > include jta.jar in WEB-INF/lib for Tomcat 4.0 and Tomcat 5.0
> > =20
> > Juergen
> > =20
> >=20
> > ________________________________
> >=20
> > Von: spr...@li... im
> > Auftrag von Darren Davison
> > Gesendet: Sa 03.01.2004 13:40
> > An: spr...@li...
> > Betreff: Re: [Springframework-developer] 1.0 M4 ready for release
> >=20
> >=20
> >=20
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA1
> >=20
> > j=FCrgen h=F6ller [werk3AT] wrote:
> > | Last chance for any last minute feedback... the M4 release is just
> > | around the corner (to be released today).
> > |
> > | Has anybody tried deploying the sample apps, particularly
> > JPetStore,
> > | and had problems? Note that JPetStore can also be built=20
> for Commons
> > | Attributes ("attributes" directory), allows to choose between the=20
> > | Spring and the Struts web tier in web.xml, and has a demo remote=20
> > | client ("client" directory).
> >=20
> > I've had JPetStore running fine in Tomcat 4.1.24, Tomcat
> > 5.0.14, Resin 2.1.11 and Resin 3.0.4 as part of the automated=20
> > building/testing. I'll give it a go on WebSphere 5 next week=20
> > when I'm back in the office if you like.
> >=20
> > Jetty4 won't run anything where the TLD is in a jar file.
> >=20
> > I have however been getting the following error on Tomcat 5
> > (only) with petclinic on all db access:
> > "java.lang.NoClassDefFoundError:=20
> > javax/transaction/Synchronization" but haven't had a chance=20
> > to look into it yet (only saw it at 3am this morning) so it=20
> > could be something local..
> >=20
> > Regards,
> >=20
> > - --
> >=20
> > Darren Davison
> > Public Key: http://www.davison.uk.net/key.jsp
> > -----BEGIN PGP SIGNATURE-----
> > Version: GnuPG v1.2.3 (GNU/Linux)
> > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
> >=20
> > iD8DBQE/9rhWKLMLAN01aw0RAkRhAJ9afYOlyyRmarlPOppMJ6qNa9V95wCfUV8Y
> > 1xgmiTybK8roKQShEEg/Ots=3D
> > =3D0ZIQ
> > -----END PGP SIGNATURE-----
> >=20
> >=20
> >=20
> > -------------------------------------------------------
> > This SF.net email is sponsored by: IBM Linux Tutorials. Become an=20
> > expert in LINUX or just sharpen your skills. Sign up for=20
> IBM's Free=20
> > Linux Tutorials. Learn everything from the bash shell to=20
> sys admin.=20
> > Click now! http://ads.osdn.com/?ad_id=1278&alloc_id371> &op=3Dick
> >=20
> > _______________________________________________
> >=20
> > Springframework-developer mailing list
> > Spr...@li...
> >=20
> https://lists.sourceforge.net/lists/listinf>
o/springframework-developer
> >=20
> >=20
> >=20
> >=20
> > -------------------------------------------------------
> > This SF.net email is sponsored by: IBM Linux Tutorials. Become an=20
> > expert in LINUX or just sharpen your skills. Sign up for=20
> IBM's Free=20
> > Linux Tutorials. Learn everything from the bash shell to=20
> sys admin.=20
> > Click now! http://ads.osdn.com/?ad_id=1278&alloc_id371> &op=3Dick
> >=20
> > _______________________________________________
> >=20
> > Springframework-developer mailing list
> > Spr...@li...
> >=20
> https://lists.sourceforge.net/lists/listinf>
o/springframework-developer
> >=20
>=20
>=20
>=20
> -------------------------------------------------------
> This SF.net email is sponsored by: IBM Linux Tutorials.
> Become an expert in LINUX or just sharpen your skills. Sign=20
> up for IBM's
> Free Linux Tutorials. Learn everything from the bash shell=20
> to sys admin.
> Click now! http://ads.osdn.com/?ad_id=1278&alloc_id371&op=3Dick
> _______________________________________________
> Springframework-developer mailing list
> Spr...@li...
> https://lists.sourceforge.net/lists/listinfo/springframework-developer
>=20
|
|
From: <jue...@we...> - 2004-01-03 21:29:12
|
Alef,
=20
First of all, thanks for the tests :-)
=20
All the SQL scripts are taken from Clinton's original JPetStore =
distribution. I haven't changed a single there but just added an =
out-of-the-box HSQLDB instance to the "hsqldb" directory. I've just =
added the dataload script from the "oracle" directory to "mysql" - I'll =
trust you that it works :-)
=20
Regarding container-specific deployment descriptors: As the default =
configuration is a local Commons DBCP BasicDatasource and we want to =
illustrate how simple such deployment can be, I'm keen on *not* =
providing such additional descriptors. Whoever wants to deploy on a =
certain application server using JTA and JNDI DataSources should know =
how to set that stuff up there.
=20
Furthermore, just including JBoss descriptors seems to be arbitrary. On =
the other hand, including numerous ones in the WEB-INF directory for all =
kinds of containers (like the original JPetStore distribution) leaves an =
undesired impression of complex configuration, IMO. I guess providing a =
default setup with a local BasicDataSource and leaving messing around =
with JNDI DataSources to the user is a viable way.
=20
I'm not sure if I'll make it tonight regarding the release, as I'm about =
to finish a draft of the sample app chapter for the book too. I guess =
I'll do the release tomorrow morning - after all it's a weekend, so =
nobody should have to complain ;-)
=20
Juergen
=20
________________________________
Von: spr...@li... im Auftrag =
von Alef Arendsen
Gesendet: Sa 03.01.2004 16:45
An: spr...@li...
Betreff: RE: [Springframework-developer] 1.0 M4 ready for release
I'm trying out JPetStore using jboss-jetty at the moment, all runs well
up till now, only thing is I didn't find a jpetstore-dataload.sql in the
mysql directory, which resulting in a lot errors of course...
The one form the oracle directory works, so I used that one (didn't
commit it by the way).
Alef
> -----Original Message-----
> From: spr...@li...
> [mailto:spr...@li...]
> On Behalf Of j=FCrgen h=F6ller [werk3AT]
> Sent: Saturday, January 03, 2004 1:45 PM
> To: spr...@li...
> Subject: Re: [Springframework-developer] 1.0 M4 ready for release
>
>
> Darren,
>=20
> That's good news on JPetStore ! Of course, there could still
> be bugs hiding in the user interface (particularly in the
> Struts web tier), but it should be good enough for M4.
>=20
> Regading Tomcat 5 and Petclinic: Hibernate 2.1 requires JTA
> on the classpath now, even if not using JTA for transactions.
> Tomcat 4.1 includes jta.jar in common/lib; of course all
> containers with actual JTA support provide it too. I'll
> include jta.jar in WEB-INF/lib for Tomcat 4.0 and Tomcat 5.0
>=20
> Juergen
>=20
>
> ________________________________
>
> Von: spr...@li... im
> Auftrag von Darren Davison
> Gesendet: Sa 03.01.2004 13:40
> An: spr...@li...
> Betreff: Re: [Springframework-developer] 1.0 M4 ready for release
>
>
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> j=FCrgen h=F6ller [werk3AT] wrote:
> | Last chance for any last minute feedback... the M4 release is just
> | around the corner (to be released today).
> |
> | Has anybody tried deploying the sample apps, particularly
> JPetStore,
> | and had problems? Note that JPetStore can also be built for Commons
> | Attributes ("attributes" directory), allows to choose between the
> | Spring and the Struts web tier in web.xml, and has a demo remote
> | client ("client" directory).
>
> I've had JPetStore running fine in Tomcat 4.1.24, Tomcat
> 5.0.14, Resin 2.1.11 and Resin 3.0.4 as part of the automated
> building/testing. I'll give it a go on WebSphere 5 next week
> when I'm back in the office if you like.
>
> Jetty4 won't run anything where the TLD is in a jar file.
>
> I have however been getting the following error on Tomcat 5
> (only) with petclinic on all db access:
> "java.lang.NoClassDefFoundError:
> javax/transaction/Synchronization" but haven't had a chance
> to look into it yet (only saw it at 3am this morning) so it
> could be something local..
>
> Regards,
>
> - --
>
> Darren Davison
> Public Key: http://www.davison.uk.net/key.jsp
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.2.3 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>
> iD8DBQE/9rhWKLMLAN01aw0RAkRhAJ9afYOlyyRmarlPOppMJ6qNa9V95wCfUV8Y
> 1xgmiTybK8roKQShEEg/Ots=3D
> =3D0ZIQ
> -----END PGP SIGNATURE-----
>
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: IBM Linux Tutorials.
> Become an expert in LINUX or just sharpen your skills. Sign
> up for IBM's Free Linux Tutorials. Learn everything from the
> bash shell to sys admin. Click now!
> http://ads.osdn.com/?ad_id=1278&alloc_id371> &op=3Dick
>
> _______________________________________________
>
> Springframework-developer mailing list
> Spr...@li...
> https://lists.sourceforge.net/lists/listinfo/springframework-developer
>
>
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: IBM Linux Tutorials.
> Become an expert in LINUX or just sharpen your skills. Sign
> up for IBM's Free Linux Tutorials. Learn everything from the
> bash shell to sys admin. Click now!
> http://ads.osdn.com/?ad_id=1278&alloc_id371> &op=3Dick
>
> _______________________________________________
>
> Springframework-developer mailing list
> Spr...@li...
> https://lists.sourceforge.net/lists/listinfo/springframework-developer
>
-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills. Sign up for =
IBM's
Free Linux Tutorials. Learn everything from the bash shell to sys =
admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id371&op=3Dick
_______________________________________________
Springframework-developer mailing list
Spr...@li...
https://lists.sourceforge.net/lists/listinfo/springframework-developer
|
|
From: Alef A. <al...@jt...> - 2004-01-03 23:01:43
|
> I guess I'll do the release tomorrow morning - > after all it's a weekend, so nobody should have to complain ;-) Nobody will complain Juergen, nobody will... About the server specific files, I think you convinced me! Especially including dozens of files for dozens of servers doesn't sound very appealing... Alef |
|
From: Darren D. <da...@da...> - 2004-01-03 12:40:48
|
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
j=FCrgen h=F6ller [werk3AT] wrote:
| Last chance for any last minute feedback... the M4 release is just arou=
nd
| the corner (to be released today).
|
| Has anybody tried deploying the sample apps, particularly JPetStore, an=
d
| had problems? Note that JPetStore can also be built for Commons
| Attributes ("attributes" directory), allows to choose between the Sprin=
g
| and the Struts web tier in web.xml, and has a demo remote client
| ("client" directory).
I've had JPetStore running fine in Tomcat 4.1.24, Tomcat 5.0.14, Resin
2.1.11 and Resin 3.0.4 as part of the automated building/testing. I'll g=
ive
it a go on WebSphere 5 next week when I'm back in the office if you like.
Jetty4 won't run anything where the TLD is in a jar file.
I have however been getting the following error on Tomcat 5 (only) with
petclinic on all db access:
"java.lang.NoClassDefFoundError: javax/transaction/Synchronization" but
haven't had a chance to look into it yet (only saw it at 3am this morning=
)
so it could be something local..
Regards,
- --
Darren Davison
Public Key: http://www.davison.uk.net/key.jsp
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQE/9rhWKLMLAN01aw0RAkRhAJ9afYOlyyRmarlPOppMJ6qNa9V95wCfUV8Y
1xgmiTybK8roKQShEEg/Ots=3D
=3D0ZIQ
-----END PGP SIGNATURE-----
|
|
From: Colin S. <col...@ex...> - 2004-01-05 17:02:07
|
Unfortunately for unexplained reasons my DSL connectivity was cut for 3=20
days, right after I updated to the new release candidate code on Friday=20
morning. Just wanted to let you know I had/have no issues with the new co=
de.
j=FCrgen h=F6ller [werk3AT] wrote:
>Last chance for any last minute feedback... the M4 release is just aroun=
d the corner (to be released today).
>=20
>Has anybody tried deploying the sample apps, particularly JPetStore, and=
had problems? Note that JPetStore can also be built for Commons Attribut=
es ("attributes" directory), allows to choose between the Spring and the =
Struts web tier in web.xml, and has a demo remote client ("client" direct=
ory).
>=20
>Juergen
>=20
>
>________________________________
>
>Von: spr...@li... im Auftrag vo=
n j=FCrgen h=F6ller [werk3AT]
>Gesendet: Fr 02.01.2004 01:22
>An: spr...@li...
>Betreff: [Springframework-developer] 1.0 M4 ready for release
>
>
>
>Hi everybody,
>
>First of all, a happy new year! It's been a great year 2003, particularl=
y considering that the Spring Framework project didn't even exist 12 mont=
hs ago (we'll celebrate first birthday in February). Of course, the frame=
work version that came with Rod's book was already there: But we've seen =
massive refinement of the framework since, even exploring completely new =
areas like AOP support and transaction management, and have attracted a s=
ignificant number of users (with about 3000 downloads per release since 1=
.0 M1). I'd like to thank everybody for their contributions, no matter wh=
at kind, in what area, and to what extent!
>
>I've just finished my preparations of our upcoming release 1.0 M4. In go=
od old Spring Framework tradition, a last minute change in the core has s=
neaked in: I've introduced the core.io package with its Resource interfac=
e and out-of-the-box implementations ClassPathResource, FileSystemResourc=
e, etc. It's used in the BeanDefinitionRegistry area, and also for all fo=
rmer "configLocation" Strings - they are all of type Resource now. Thanks=
to an automatically registered PropertyEditor, specifying String paths i=
n bean definitions works just like before, but the receiving beans do not=
have to be ApplicationContextAware anymore to be able to resolve resourc=
e locations in a generic way.
>
>As most people have already found out, 1.0 M4 introduces our version of =
Clinton Begin's JPetStore, with a Spring-managed middle tier that leverag=
es our new iBATIS Database Layer integration, and alternative Spring Web =
MVC and Struts web tiers. A recent addition is remoting support: The out-=
of-the-box JPetStore illustrates remoting via Hessian, Burlap, RMI, and o=
ur new JAX-RPC support via Axis. Like Clinton's original version did with=
Axis, we export an OrderService. An included OrderServiceClient invokes =
the OrderService to show an order by number, via all configured protocols=
. This should work without hassle via the included Ant scripts and the re=
adme.
>
>I'll release 1.0 M4 tomorrow night, sort of a new year's present for the=
Spring community ;-) Everybody who has some time left, please give the c=
urrent CVS contents a try, particularly "playing user": Generate a releas=
e zip, unzip it, build the samples, deploy the samples. Note that as of 1=
.0 M4, there are two release zips: "spring-framework-1.0-m4" with everyth=
ing but third-party libraries (~8 MB), and "spring-framework-1.0-m4-with-=
dependencies" which includes all libraries that are required for building=
the samples and the framework itself (~16.8 MB). Both distributions ship=
with build scripts and all sources and tests.
>
>Regards,
>Juergen
> =20
>
|