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.
>
>
>
>
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
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.