Re: workaround for hibernate-module problem (ValueEncoderSource contribution)

2009-05-03 Thread manuel aldana
The hibernate config is there (before using palette component I had a working tapestry-hibernate module integration). I thought it is a bug from the hibernate-tapestry module? HibernateModule's contributeValueEncoder(...) interferes with the one of the standard TapestryModule. Maybe I just s

Re: workaround for hibernate-module problem (ValueEncoderSource contribution)

2009-05-03 Thread Ville Virtanen
Provide the hibernate configuration if it is missing. If not, please attach the stack trace so we can take a look at it. - Ville aldana wrote: > > hi, > > I am facing problem described in > http://www.nabble.com/Hi-Lo-tutorial,-HIbernate-cfg-errors-td22230480.html. > > In my app I am usin

workaround for hibernate-module problem (ValueEncoderSource contribution)

2009-05-03 Thread manuel aldana
hi, I am facing problem described in http://www.nabble.com/Hi-Lo-tutorial,-HIbernate-cfg-errors-td22230480.html. In my app I am using palette component and tapestry-hibernate, so the ValueEncoder contribution is interfering with each other. Is there another alternative/workaround as removin