Results 1 to 2 of 2

Thread: Spring JDBC is not compatible to JBoss 7

Hybrid View

  1. #1

    Default Spring JDBC is not compatible to JBoss 7

    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

    Code:
    org.jboss.resource.adapter.jdbc.WrappedConnection
    org.jboss.resource.adapter.jdbc.WrappedStatement
    org.jboss.resource.adapter.jdbc.WrappedResultSet
    JBoss 7 has moved these classes to the new packages shown below

    Code:
    org.jboss.jca.adapters.jdbc.WrappedConnection
    org.jboss.jca.adapters.jdbc.WrappedStatement
    org.jboss.jca.adapters.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?

    Thanks in advance,
    Niranjan

  2. #2

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •