I am using Spring JDBC 3.0.6.RELEASE and it is not JBoss 7 compatible. The class org.springframework.jdbc.support.nativejdbc.JBossN ativeJdbcExtractor is trying to use following classes which are no more there in JBoss 7
JBoss 7 has moved these classes to the new packages shown belowCode:org.jboss.resource.adapter.jdbc.WrappedConnection org.jboss.resource.adapter.jdbc.WrappedStatement org.jboss.resource.adapter.jdbc.WrappedResultSet
Can someone from Spring team can tell me what is the solution for this? What is the timeline for a fix to this?Code:org.jboss.jca.adapters.jdbc.WrappedConnection org.jboss.jca.adapters.jdbc.WrappedStatement org.jboss.jca.adapters.jdbc.WrappedResultSet
Thanks in advance,
Niranjan


Reply With Quote