Re: [Wicket-user] [databinder] getSessionFactory finalized

2006-01-15 Thread Martijn Dashorst
It is in the databinder application Nathan has created. It has nothing to do with Wicket core. Martijn On 1/15/06, Johan Compagner <[EMAIL PROTECTED]> wrote: > where is something finalized? > > But if you need a custom session you should just set the session factory on > the application. > > > >

Re: [Wicket-user] [databinder] getSessionFactory finalized

2006-01-15 Thread Johan Compagner
where is something finalized?But if you need a custom session you should just set the session factory on the application.On 1/14/06, Timothy Bennett <[EMAIL PROTECTED]> wrote: Nathan,Another issue with version 0.1 of databinder...net.databinder.DataApplication extends Wicket's WebApplication (ofco

[Wicket-user] [databinder] getSessionFactory finalized

2006-01-14 Thread Timothy Bennett
Nathan, Another issue with version 0.1 of databinder... net.databinder.DataApplication extends Wicket's WebApplication (of course), but DataApplication finalizes getSessionFactory(). I've got a custom LoginSession that I need to create/return and finalizing this method hoses that up for me.