Eelco,

I've been using oracle jdbc driver for about 3 weeks consistently as well as
libraries below.  Then I spent a few days building up my dataset
programmatically and decided to create a list of dependencies for the
project, that's when all the hell broke loose.  I thought  perhaps there is
some incompatibility with the latest wicket-spring and spring 2.0.6, then
tried hibernate 3.0/3.1/3.2.  Maybe I've been at it too long and just not
seeing the problem.

As far as 1.3, I've been building my prototype using 1.2.6, and since 1.3 is
still beta, I thought I'd wait it out.  Nothing stops me from switching, I
just need to figure this issue out :)



-----Original Message-----
From: Eelco Hillenius [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, November 13, 2007 10:33 PM
To: [email protected]
Subject: Re: framework dependencies

This doesn't seem to be related to dependencies, certainly not
anything Wicket related. Did you update Hibernate and/ or your JDBC
driver recently?

Btw, if you're just starting out with Wicket, I'd recommend you pick
up Wicket 1.3.

Eelco

On Nov 13, 2007 10:23 PM, Yevgeni Kovelman <[EMAIL PROTECTED]> wrote:
> Hello everyone,
>
>
>
> I have been using wicket 1.2.6 with Spring and hibernate for the past
month
> or so.  Seems like a standard configuration.  So to summarize here is my
> configuration that used to work:
>
>
>
> 1.       Wicket 1.2.6
>
> 2.       Wicket-extensions 1.2.6
>
> 3.       Wicket-spring 1.2.6
>
> 4.       Spring 2.0.6
>
> 5.       Hibernate 3
>
>
>
> This configuration used to work, today it stopped after I tried to rework
> the dependencies on my end.  I am getting errors such as below.
>
> I think this is dependency related, and I am not sure at this point what
got
> screwed up.  Has anyone seen this?  Thanks
>
>
>
> java.sql.SQLException: Closed Resultset: next
>      at
> oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112)
>      at
> oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:146)
>      at
> oracle.jdbc.driver.OracleResultSetImpl.next(OracleResultSetImpl.java:175)
>      at
>
org.apache.commons.dbcp.DelegatingResultSet.next(DelegatingResultSet.java:16
> 9)
>      at org.hibernate.impl.IteratorImpl.postNext(IteratorImpl.java:83)
>      at org.hibernate.impl.IteratorImpl.next(IteratorImpl.java:120)
>      at
>
wicket.extensions.markup.html.repeater.data.DataViewBase$ModelIterator.next(
> DataViewBase.java:129)
>      at
>
wicket.extensions.markup.html.repeater.pageable.AbstractPageableView$CappedI
> teratorAdapter.next(AbstractPageableView.java:386)
>      at
>
wicket.extensions.markup.html.repeater.refreshing.DefaultItemReuseStrategy$1
> .next(DefaultItemReuseStrategy.java:71)
>      at
>
wicket.extensions.markup.html.repeater.refreshing.RefreshingView.addItems(Re
> freshingView.java:191)
>      at
>
wicket.extensions.markup.html.repeater.refreshing.RefreshingView.internalOnA
> ttach(RefreshingView.java:117)
>      at wicket.Component.internalAttach(Component.java:2572)
>
>
>
>

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