Re: Exception constructing service 'ValueEncoderSource'

2013-01-24 Thread Taha Siddiqi
t; View this message in context: > http://tapestry.1045711.n5.nabble.com/Exception-constructing-service-ValueEncoderSource-tp5719451p5719480.html > Sent from the Tapestry - User mailing list archive at Nabble.com. > > - > T

Re: Exception constructing service 'ValueEncoderSource'

2013-01-24 Thread nquirynen
auto made value encoders for my hibernate entities so I actually needed that anyway. Still don't really know what the real problem is though. Sorry for the offtopic and thanks for your time Thiago! -- View this message in context: http://tapestry.1045711.n5.nabble.com/Exception-constructing-servic

Re: Exception constructing service 'ValueEncoderSource'

2013-01-24 Thread Thiago H de Paula Figueiredo
On Thu, 24 Jan 2013 07:27:04 -0200, nquirynen wrote: Thanks Thiago :) Yes that is what I thought, but I cannot find where it is added for the second time. It worked before, I just changed some versions of dependencies, so it must be in another dependency? If I remove tapestry-hibernate

Re: Exception constructing service 'ValueEncoderSource'

2013-01-24 Thread nquirynen
ut thanks already for the hint! -- View this message in context: http://tapestry.1045711.n5.nabble.com/Exception-constructing-service-ValueEncoderSource-tp5719451p5719464.html Sent from the Tapestry - User mailing list archive at Nabble.com. -

Re: Exception constructing service 'ValueEncoderSource'

2013-01-23 Thread Thiago H de Paula Figueiredo
On Wed, 23 Jan 2013 13:03:09 -0200, nquirynen wrote: Hi I'm using Tapestry 5.3 and also tapestry-hibernate. Hi! Can someone point me to where to find the problem? Yep! It's right in the beginning of the error message! :D ;) java.lang.RuntimeException: Exception constructi

Re: Exception constructing service 'ValueEncoderSource'

2012-12-11 Thread Lance Java
(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

Re: Exception constructing service 'ValueEncoderSource'

2012-12-11 Thread Thiago H de Paula Figueiredo
return new ReaderEncoder(session); } }; configuration.add(Librarian.class, librarianFactory); configuration.add(Reader.class, readerFactory); } The problem is that i have conflict: Exception constructing service &

Exception constructing service 'ValueEncoderSource'

2012-12-11 Thread Borko Djurovic
configuration.add(Reader.class, readerFactory); } The problem is that i have conflict: Exception constructing service 'ValueEncoderSource': Error invoking service builder method org.apache.tapestry5.services.TapestryModule.buildValueEncoderSource(Map, InvalidationEventHub) (a