If you can give us the relevant code
snippets we can tell you whats wrong. -lIgor From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Johan Compagner it should be so easy to
see what is still being serialized On 9/22/05, Nathan
Hamblen <[EMAIL PROTECTED]>
wrote: I did eventually update to the detaching HibernateDataProvider, but
still ran out of heap space. That one object wouldn't have amounted to enough
memory anyway. Somewhere, something recursive is broken. Clicking through the sort
header, response times get noticeably slower with each request until it
crashes. I'm sorry that I won't be able work on it anymore this week. Need to wait for sf.net
to sync the developer cvs with the public cvs. Sometimes takes up to 6 hours. -Igor From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]
On Behalf Of Nathan Hamblen Ok, that change is going into cvs? I don't see any new
constructors yet. Sorry about that. I totally spaced this thread because it was called "list view". Anyway, I added constructors to HibernateDataProvider and HibernateModel that take IModels for the IHibernateDao for the case when you want to do a lookup. For example: IModel lookup = new Model() { public Object getObject(Component component) { // Do some Spring lookup stuff here and get an IHibernateDao... } } new HibernateDataProvider(lookup) { // Define abstract methods... } ------------------------------------------------------- SF.Net email is
sponsored by: Tame your development challenges with Apache's Geronimo App
Server. Download it for free - -and be entered to win a 42" plasma tv or
your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________ Wicket-user mailing list Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user |
- RE: [Wicket-user] list view sorting consuming all heap spa... Igor Vaynberg
- Re: [Wicket-user] list view sorting consuming all hea... Phil Kulak
- Re: [Wicket-user] list view sorting consuming all... Nathan Hamblen
- Re: [Wicket-user] list view sorting consuming... Johan Compagner
- Re: [Wicket-user] list view sorting consu... Phil Kulak