You could store your connection pool in your Application object.  That
doesn't get serialized.  And, you can get to that easily whenever you
want by calling the static get() method.  You shouldn't be storing
your data source at the page/component level.

On Fri, Feb 26, 2010 at 9:01 AM, exceptionist <[email protected]> wrote:
>
> oh my bad.. i read failed instead of field :)
> the uploaded file is my connection-pooling-class...
> and now i don´t get the exception at java.lang.object it is
> org.apache.commons.dbcp.BasicDataSource instead -.-
>
> http://old.nabble.com/file/p27718624/conpooling.java conpooling.java
>
> this org.apache.commons are libs which i binded as jar-files.
> --
> View this message in context: 
> http://old.nabble.com/W.%3A-serializable-problem-tp27715846p27718624.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to