|
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
|