Re: Tapestry behaving strangely in production environment

2009-10-24 Thread Howard Lewis Ship
Tapestry is pretty verbose when it starts up, telling you what modules it has loaded and what pages/components/mixins it knows about. I wish some other frameworks would do something similar. On Sat, Oct 24, 2009 at 4:33 AM, Vidya Sivadas wrote: > > > We got the solution for the issue. > > There w

Re: Tapestry behaving strangely in production environment

2009-10-24 Thread Vidya Sivadas
We got the solution for the issue. There were 2 hibernate.cfg.xml files that need to be modified. Earlier we have modified only one, thinking that the second one (inside the jar that contains the POJOs) will be ignored.But tapestry tries to contact the second file at times. Now we have only on

Re: Tapestry behaving strangely in production environment

2009-10-19 Thread Ben Gidley
It sounds unlikely to have anything to do with Tapestry (or your code) and more to do with the hardware it is running on. Few applications can survive losing their database connection! Ben Gidley www.gidley.co.uk b...@gidley.co.uk On Mon, Oct 19, 2009 at 8:11 AM, Vidya Sivadas wrote: > > Hi,

Re: Tapestry behaving strangely in production environment

2009-10-19 Thread Angelo Chen
try 5.1.0.5, it works fine with me in a quite large application. Vidya Sivadas wrote: > > Hi, > > The application developed using Tapestry 5.0.15 is working fine here in > India in the development environment,but when it is deployed in client's > machine at U.K,the application is behaving st