Actually, I'm trying to build a frontend interface using Vaadin, (though i was using tapestry, i just want to give it a try).. And I got used to accessing my database, from hibernate and tapestry:
@Inject private Session _session; >From Tapestry, I just want the same, for this app too. Thats y, i wanted to use Tapestry IoC, with Tapestry Hibernate package. And i get that, ERROR Message, but Database access works fine for me.. I just get that error message in console window.. - Ashwanth Kumar On Tue, Jan 26, 2010 at 5:01 PM, Thiago H. de Paula Figueiredo < thiag...@gmail.com> wrote: > On Tue, 26 Jan 2010 09:16:19 -0200, Ashwanth Kumar < > ashwanth.ku...@gmail.com> wrote: > > Thiago, >> >> I get the following error: >> >> 2010-01-26 16:43:11,453 ERROR [SerializationSupport] Setting a new service >> proxy provider when there's already an existing provider. This may >> indicate >> that you have multiple IoC Registries. >> >> I've only one instance of Registry running!!?? >> > > I've never had that error message. Please post your code. > > > -- > Thiago H. de Paula Figueiredo > Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, > and instructor > Owner, software architect and developer, Ars Machina Tecnologia da > Informação Ltda. > http://www.arsmachina.com.br > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > >