The tapestry-hibernate module provides ValueEncoders for all hibernate
entities. If you want to override the ValueEncoders provided by
tapestry-hibernate, you should use override() instead of add().

eg:
   configuration.override(Librarian.class, librarianFactory);
   configuration.override(Reader.class, readerFactory); 





--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Exception-constructing-service-ValueEncoderSource-tp5718610p5718613.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to