0 Replies Latest reply on Jun 11, 2012 10:45 AM by nauvil

    Problems with Spring JBossNativeJdbcExtractor and Oracle CLOB

    nauvil

      I am using Spring 3.0.7 and Jboss 7.1.1.  My unit tests pass since i am not running in a container.  When i run in the container i get dumped:

       

       

      Caused by: java.lang.IllegalStateException: Could not initialize JBossNativeJdbcExtractor because JBoss API classes are not available: java.lang.ClassNotFoundException: org.jboss.resource.adapter.jdbc.WrappedConnection
      
      

       

      Anyone have any ideas as to what dependency(s) i need to add to my Maven POM to have my application find what is needed?