hi list, I'm new to tapestry 5, so I follow tutorial from wiki to learn t5+spring+hibernate. <http://wiki.apache.org/tapestry/Tapstry5First_project_with_Tapestry5,_Spring_and_Hibernate> However, I use the t5.2.4, spring 2.5.6 and hibernate 3.3 instead.
I had a problem of double context, so I checked out the web site knowing that T5 no longer create contextLoaderListener. After delete it from the web.xml, I have "userManager service id undefined" error. After digging the web, I down load the tapestwitter <https://github.com/andyhot/tapestwitter> to find out that it is using contextLoaderListener with t5.2, I was confused. so which one is right? can anyone can give me some hints to fix the problem, or can any one point me to a more recent t5+spring+hibernate tutorial? Thanks John Chan
